From 853090ae54a5f2a575836781ea53d9a49beedbe8 Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Mon, 24 Jul 2017 15:23:43 -0700 Subject: [PATCH 01/20] Code gen for ADLA * This change is mapped to this PR: https://github.com/Azure/azure-rest-api-specs/pull/1429 * This commit is for ADLA --- .../ScenarioTests/JobOperationTests.cs | 19 +- .../DataLakeAnalyticsManagementHelper.cs | 4 +- .../DataLakeAnalyticsCustomizationHelper.cs | 2 +- .../Generated/AccountOperations.cs | 338 +++++++++--------- .../Generated/AccountOperationsExtensions.cs | 196 +++++----- .../Generated/CatalogOperations.cs | 189 +++++----- .../Generated/CatalogOperationsExtensions.cs | 140 ++++---- .../Generated/ComputePoliciesOperations.cs | 2 +- .../ComputePoliciesOperationsExtensions.cs | 2 +- ...ataLakeAnalyticsAccountManagementClient.cs | 2 +- ...ataLakeAnalyticsCatalogManagementClient.cs | 2 +- .../DataLakeAnalyticsJobManagementClient.cs | 4 +- .../DataLakeStoreAccountsOperations.cs | 100 +++--- ...taLakeStoreAccountsOperationsExtensions.cs | 76 ++-- .../Generated/FirewallRulesOperations.cs | 2 +- .../FirewallRulesOperationsExtensions.cs | 2 +- .../Generated/IAccountOperations.cs | 108 +++--- .../Generated/ICatalogOperations.cs | 76 ++-- .../Generated/IComputePoliciesOperations.cs | 2 +- ...ataLakeAnalyticsAccountManagementClient.cs | 2 +- ...ataLakeAnalyticsCatalogManagementClient.cs | 2 +- .../IDataLakeAnalyticsJobManagementClient.cs | 2 +- .../IDataLakeStoreAccountsOperations.cs | 38 +- .../Generated/IFirewallRulesOperations.cs | 2 +- .../Generated/IJobOperations.cs | 10 +- .../Generated/IPipelineOperations.cs | 2 +- .../Generated/IRecurrenceOperations.cs | 2 +- .../Generated/IStorageAccountsOperations.cs | 74 ++-- .../Generated/JobOperations.cs | 18 +- .../Generated/JobOperationsExtensions.cs | 18 +- .../Generated/Models/AADObjectType.cs | 2 +- .../Models/AddDataLakeStoreParameters.cs | 2 +- .../Models/AddStorageAccountParameters.cs | 2 +- .../Generated/Models/BaseJobParameters.cs | 81 +++++ .../Generated/Models/BuildJobParameters.cs | 67 ++++ .../Generated/Models/CatalogItem.cs | 2 +- .../Generated/Models/CatalogItemList.cs | 2 +- .../Generated/Models/CompileMode.cs | 35 +- .../Generated/Models/ComputePolicy.cs | 2 +- .../ComputePolicyAccountCreateParameters.cs | 2 +- .../ComputePolicyCreateOrUpdateParameters.cs | 2 +- .../Generated/Models/CreateJobParameters.cs | 122 +++++++ .../Generated/Models/CreateJobProperties.cs | 78 ++++ .../Models/CreateUSqlJobProperties.cs | 76 ++++ .../Models/DataLakeAnalyticsAccount.cs | 66 ++-- .../Models/DataLakeAnalyticsAccountBasic.cs | 129 +++++++ ...DataLakeAnalyticsAccountPropertiesBasic.cs | 108 ++++++ .../Models/DataLakeAnalyticsAccountState.cs | 31 +- .../Models/DataLakeAnalyticsAccountStatus.cs | 59 ++- ...ataLakeAnalyticsAccountUpdateParameters.cs | 2 +- ...lyticsCatalogCredentialCreateParameters.cs | 2 +- ...lyticsCatalogCredentialDeleteParameters.cs | 2 +- ...lyticsCatalogCredentialUpdateParameters.cs | 2 +- ...csCatalogSecretCreateOrUpdateParameters.cs | 2 +- .../Models/DataLakeStoreAccountInfo.cs | 2 +- .../Generated/Models/DdlName.cs | 2 +- .../Generated/Models/Diagnostics.cs | 2 +- .../Generated/Models/EntityId.cs | 2 +- .../Generated/Models/ExternalTable.cs | 2 +- .../Generated/Models/FileType.cs | 2 +- .../Models/FirewallAllowAzureIpsState.cs | 31 +- .../Generated/Models/FirewallRule.cs | 2 +- .../Generated/Models/FirewallState.cs | 31 +- .../Generated/Models/HiveJobProperties.cs | 4 +- .../Generated/Models/JobDataPath.cs | 2 +- .../Generated/Models/JobErrorDetails.cs | 2 +- .../Generated/Models/JobInformation.cs | 139 +------ .../Generated/Models/JobInformationBasic.cs | 207 +++++++++++ .../Generated/Models/JobInnerError.cs | 2 +- .../Models/JobPipelineInformation.cs | 2 +- .../Models/JobPipelineRunInformation.cs | 2 +- .../Generated/Models/JobProperties.cs | 2 +- .../Models/JobRecurrenceInformation.cs | 2 +- .../Models/JobRelationshipProperties.cs | 2 +- .../Generated/Models/JobResource.cs | 2 +- .../Generated/Models/JobResourceType.cs | 47 ++- .../Generated/Models/JobResult.cs | 39 +- .../Generated/Models/JobState.cs | 63 +++- .../Generated/Models/JobStateAuditRecord.cs | 2 +- .../Generated/Models/JobStatistics.cs | 2 +- .../Models/JobStatisticsVertexStage.cs | 2 +- .../Generated/Models/JobType.cs | 31 +- .../Generated/Models/OptionalSubResource.cs | 2 +- .../Generated/Models/Page.cs | 2 +- .../Generated/Models/Resource.cs | 2 +- .../Generated/Models/SasTokenInfo.cs | 2 +- .../Generated/Models/SeverityTypes.cs | 47 ++- .../Generated/Models/StorageAccountInfo.cs | 2 +- .../Generated/Models/StorageContainer.cs | 20 +- .../Generated/Models/SubResource.cs | 2 +- .../Generated/Models/TierType.cs | 59 ++- .../Generated/Models/TypeFieldInfo.cs | 2 +- .../Generated/Models/USqlAssembly.cs | 2 +- .../Generated/Models/USqlAssemblyClr.cs | 2 +- .../Models/USqlAssemblyDependencyInfo.cs | 2 +- .../Generated/Models/USqlAssemblyFileInfo.cs | 2 +- .../Generated/Models/USqlCredential.cs | 2 +- .../Generated/Models/USqlDatabase.cs | 2 +- .../Generated/Models/USqlDirectedColumn.cs | 2 +- .../Generated/Models/USqlDistributionInfo.cs | 2 +- .../Models/USqlExternalDataSource.cs | 2 +- .../Generated/Models/USqlIndex.cs | 2 +- .../Generated/Models/USqlJobProperties.cs | 39 +- .../Generated/Models/USqlPackage.cs | 2 +- .../Generated/Models/USqlProcedure.cs | 2 +- .../Generated/Models/USqlSchema.cs | 2 +- .../Generated/Models/USqlSecret.cs | 2 +- .../Generated/Models/USqlTable.cs | 2 +- .../Generated/Models/USqlTableColumn.cs | 2 +- .../Generated/Models/USqlTablePartition.cs | 2 +- .../Generated/Models/USqlTableStatistics.cs | 2 +- .../Generated/Models/USqlTableType.cs | 2 +- .../Models/USqlTableValuedFunction.cs | 2 +- .../Generated/Models/USqlType.cs | 2 +- .../Generated/Models/USqlView.cs | 2 +- .../Models/UpdateFirewallRuleParameters.cs | 2 +- .../Models/UpdateStorageAccountParameters.cs | 2 +- .../Generated/PipelineOperations.cs | 2 +- .../Generated/PipelineOperationsExtensions.cs | 2 +- .../Generated/RecurrenceOperations.cs | 2 +- .../RecurrenceOperationsExtensions.cs | 2 +- .../Generated/StorageAccountsOperations.cs | 170 ++++----- .../StorageAccountsOperationsExtensions.cs | 148 ++++---- ...Azure.Management.DataLake.Analytics.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../generate.cmd | 6 +- src/SDKs/DataLake.Analytics/changelog.md | 18 + .../Management.DataLake.Store/generate.cmd | 4 +- 128 files changed, 2389 insertions(+), 1140 deletions(-) create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountBasic.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountPropertiesBasic.cs create mode 100644 src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs index 6af90b7b42a06..d30ace9165d40 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs @@ -44,12 +44,12 @@ public void SubmitGetListCancelTest() var pipelineName = TestUtilities.GenerateName("jobPipeline"); var pipelineUri = string.Format("https://{0}.contoso.com/myJob", TestUtilities.GenerateName("pipelineuri")); // Submit a job to the account - var jobToSubmit = new JobInformation + var jobToSubmit = new CreateJobParameters { Name = "azure sdk data lake analytics job", DegreeOfParallelism = 2, Type = JobType.USql, - Properties = new USqlJobProperties + Properties = new CreateUSqlJobProperties { Script = "DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;" }, @@ -146,13 +146,24 @@ public void SubmitGetListCancelTest() Assert.Equal(1, listRecurrence.Count()); Assert.True(listRecurrence.Any(recurrence => recurrence.RecurrenceId == recurrenceId)); + // Build a job to the account + var jobToBuild = new BuildJobParameters + { + Name = "azure sdk data lake analytics job", + Type = JobType.USql, + Properties = new CreateUSqlJobProperties + { + Script = "DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;" + } + }; + // Just compile the job, which requires a jobId in the job object - var compileResponse = clientToUse.Job.Build(commonData.SecondDataLakeAnalyticsAccountName, jobToSubmit); + var compileResponse = clientToUse.Job.Build(commonData.SecondDataLakeAnalyticsAccountName, jobToBuild); Assert.NotNull(compileResponse); // now compile a broken job and verify diagnostics report an error jobToSubmit.Properties.Script = "DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;"; - compileResponse = clientToUse.Job.Build(commonData.SecondDataLakeAnalyticsAccountName, jobToSubmit); + compileResponse = clientToUse.Job.Build(commonData.SecondDataLakeAnalyticsAccountName, jobToBuild); Assert.NotNull(compileResponse); Assert.Equal(1, ((USqlJobProperties)compileResponse.Properties).Diagnostics.Count); diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/DataLakeAnalyticsManagementHelper.cs b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/DataLakeAnalyticsManagementHelper.cs index 3fd7ee4da93b0..37fa89b6161dd 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/DataLakeAnalyticsManagementHelper.cs +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/DataLakeAnalyticsManagementHelper.cs @@ -318,12 +318,12 @@ CREATE VIEW {0}.dbo.{3} internal Guid RunJobToCompletion(DataLakeAnalyticsJobManagementClient jobClient, string dataLakeAnalyticsAccountName, Guid jobIdToUse, string scriptToRun) { - var createOrBuildParams = new JobInformation + var createOrBuildParams = new CreateJobParameters { Name = TestUtilities.GenerateName("testjob1"), Type = JobType.USql, DegreeOfParallelism = 2, - Properties = new USqlJobProperties + Properties = new CreateUSqlJobProperties { // Type = JobType.USql, Script = scriptToRun diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs index 0f98d10f2a064..e8f1c79d0ed62 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs @@ -14,7 +14,7 @@ internal static class DataLakeAnalyticsCustomizationHelper /// This constant is used as the default package version to place in the user agent. /// It should mirror the package version in the project.json file. /// - internal const string PackageVersion = "3.0.1"; + internal const string PackageVersion = "3.1.0-preview"; internal const string DefaultAdlaDnsSuffix = "azuredatalakeanalytics.net"; diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs index 226dde8d2dc33..f34b85e15677f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -93,7 +93,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -240,7 +240,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient 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")) @@ -253,7 +253,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -309,7 +309,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -450,7 +450,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient 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")) @@ -463,7 +463,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -482,6 +482,84 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) return _result; } + /// + /// Creates the specified Data Lake Analytics account. This supplies the user + /// with computation services for Data Lake Analytics workloads + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account.the account will be associated with. + /// + /// + /// The name of the Data Lake Analytics account to create. + /// + /// + /// Parameters supplied to the create Data Lake Analytics account operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccount parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(resourceGroupName, accountName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Updates the Data Lake Analytics account object specified by the accountName + /// with the contents of the account object. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account. + /// + /// + /// The name of the Data Lake Analytics account to update. + /// + /// + /// Parameters supplied to the update Data Lake Analytics account operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, accountName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Begins the delete process for the Data Lake Analytics account object + /// specified by the account name. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account. + /// + /// + /// The name of the Data Lake Analytics account to delete + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, accountName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + /// /// Gets details of the specified Data Lake Analytics account. /// @@ -679,30 +757,6 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) return _result; } - /// - /// Begins the delete delete process for the Data Lake Analytics account object - /// specified by the account name. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to delete - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, accountName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - /// /// Creates the specified Data Lake Analytics account. This supplies the user /// with computation services for Data Lake Analytics workloads @@ -718,57 +772,6 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// Parameters supplied to the create Data Lake Analytics account operation. /// /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccount parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(resourceGroupName, accountName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Updates the Data Lake Analytics account object specified by the accountName - /// with the contents of the account object. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to update. - /// - /// - /// Parameters supplied to the update Data Lake Analytics account operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, accountName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Begins the delete delete process for the Data Lake Analytics account object - /// specified by the account name. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to delete - /// - /// /// Headers that will be added to request. /// /// @@ -777,6 +780,9 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -786,7 +792,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccount parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -796,6 +802,14 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -813,8 +827,9 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -834,7 +849,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -865,6 +880,12 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -885,7 +906,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) + if ((int)_statusCode != 201 && (int)_statusCode != 200) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -920,13 +941,49 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient 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")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // 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); @@ -935,18 +992,18 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) } /// - /// Creates the specified Data Lake Analytics account. This supplies the user - /// with computation services for Data Lake Analytics workloads + /// Updates the Data Lake Analytics account object specified by the accountName + /// with the contents of the account object. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics - /// account.the account will be associated with. + /// account. /// /// - /// The name of the Data Lake Analytics account to create. + /// The name of the Data Lake Analytics account to update. /// /// - /// Parameters supplied to the create Data Lake Analytics account operation. + /// Parameters supplied to the update Data Lake Analytics account operation. /// /// /// Headers that will be added to request. @@ -969,7 +1026,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccount parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -979,14 +1036,6 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -1006,7 +1055,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -1026,7 +1075,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1083,7 +1132,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201 && (int)_statusCode != 200) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1126,7 +1175,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } // Deserialize Response - if ((int)_statusCode == 201) + if ((int)_statusCode == 200) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try @@ -1144,7 +1193,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) } } // Deserialize Response - if ((int)_statusCode == 200) + if ((int)_statusCode == 201) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try @@ -1169,18 +1218,15 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) } /// - /// Updates the Data Lake Analytics account object specified by the accountName - /// with the contents of the account object. + /// Begins the delete process for the Data Lake Analytics account object + /// specified by the account name. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account to update. - /// - /// - /// Parameters supplied to the update Data Lake Analytics account operation. + /// The name of the Data Lake Analytics account to delete /// /// /// Headers that will be added to request. @@ -1191,9 +1237,6 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -1203,7 +1246,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1230,9 +1273,8 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -1252,7 +1294,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1283,12 +1325,6 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -1309,7 +1345,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1344,49 +1380,13 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient 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")) { _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); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1422,7 +1422,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -1536,7 +1536,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient 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")) @@ -1549,7 +1549,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1596,7 +1596,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -1710,7 +1710,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient 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")) @@ -1723,7 +1723,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperationsExtensions.cs index 7a3caf61710a0..e4ca435e5d649 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -46,7 +46,7 @@ public static partial class AccountOperationsExtensions /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage ListByResourceGroup(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage ListByResourceGroup(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { return operations.ListByResourceGroupAsync(resourceGroupName, odataQuery, select, count).GetAwaiter().GetResult(); } @@ -77,7 +77,7 @@ public static partial class AccountOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListByResourceGroupAsync(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByResourceGroupAsync(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { @@ -104,7 +104,7 @@ public static partial class AccountOperationsExtensions /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage List(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage List(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { return operations.ListAsync(odataQuery, select, count).GetAwaiter().GetResult(); } @@ -131,7 +131,7 @@ public static partial class AccountOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListAsync(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { @@ -139,89 +139,6 @@ public static partial class AccountOperationsExtensions } } - /// - /// Gets details of the specified Data Lake Analytics account. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to retrieve. - /// - public static DataLakeAnalyticsAccount Get(this IAccountOperations operations, string resourceGroupName, string accountName) - { - return operations.GetAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); - } - - /// - /// Gets details of the specified Data Lake Analytics account. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to retrieve. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Begins the delete delete process for the Data Lake Analytics account object - /// specified by the account name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to delete - /// - public static void Delete(this IAccountOperations operations, string resourceGroupName, string accountName) - { - operations.DeleteAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); - } - - /// - /// Begins the delete delete process for the Data Lake Analytics account object - /// specified by the account name. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the Azure resource group that contains the Data Lake Analytics - /// account. - /// - /// - /// The name of the Data Lake Analytics account to delete - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - /// /// Creates the specified Data Lake Analytics account. This supplies the user /// with computation services for Data Lake Analytics workloads @@ -323,7 +240,7 @@ public static DataLakeAnalyticsAccount Create(this IAccountOperations operations } /// - /// Begins the delete delete process for the Data Lake Analytics account object + /// Begins the delete process for the Data Lake Analytics account object /// specified by the account name. /// /// @@ -336,13 +253,13 @@ public static DataLakeAnalyticsAccount Create(this IAccountOperations operations /// /// The name of the Data Lake Analytics account to delete /// - public static void BeginDelete(this IAccountOperations operations, string resourceGroupName, string accountName) + public static void Delete(this IAccountOperations operations, string resourceGroupName, string accountName) { - operations.BeginDeleteAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); + operations.DeleteAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); } /// - /// Begins the delete delete process for the Data Lake Analytics account object + /// Begins the delete process for the Data Lake Analytics account object /// specified by the account name. /// /// @@ -358,9 +275,51 @@ public static void BeginDelete(this IAccountOperations operations, string resour /// /// The cancellation token. /// - public static async Task BeginDeleteAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Gets details of the specified Data Lake Analytics account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account. + /// + /// + /// The name of the Data Lake Analytics account to retrieve. + /// + public static DataLakeAnalyticsAccount Get(this IAccountOperations operations, string resourceGroupName, string accountName) + { + return operations.GetAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); + } + + /// + /// Gets details of the specified Data Lake Analytics account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account. + /// + /// + /// The name of the Data Lake Analytics account to retrieve. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -463,6 +422,47 @@ public static DataLakeAnalyticsAccount BeginCreate(this IAccountOperations opera } } + /// + /// Begins the delete process for the Data Lake Analytics account object + /// specified by the account name. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account. + /// + /// + /// The name of the Data Lake Analytics account to delete + /// + public static void BeginDelete(this IAccountOperations operations, string resourceGroupName, string accountName) + { + operations.BeginDeleteAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); + } + + /// + /// Begins the delete process for the Data Lake Analytics account object + /// specified by the account name. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the Azure resource group that contains the Data Lake Analytics + /// account. + /// + /// + /// The name of the Data Lake Analytics account to delete + /// + /// + /// The cancellation token. + /// + public static async Task BeginDeleteAsync(this IAccountOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Gets the first page of Data Lake Analytics accounts, if any, within a /// specific resource group. This includes a link to the next page, if any. @@ -473,7 +473,7 @@ public static DataLakeAnalyticsAccount BeginCreate(this IAccountOperations opera /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListByResourceGroupNext(this IAccountOperations operations, string nextPageLink) + public static IPage ListByResourceGroupNext(this IAccountOperations operations, string nextPageLink) { return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); } @@ -491,7 +491,7 @@ public static IPage ListByResourceGroupNext(this IAcco /// /// The cancellation token. /// - public static async Task> ListByResourceGroupNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByResourceGroupNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { @@ -509,7 +509,7 @@ public static IPage ListByResourceGroupNext(this IAcco /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListNext(this IAccountOperations operations, string nextPageLink) + public static IPage ListNext(this IAccountOperations operations, string nextPageLink) { return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } @@ -527,7 +527,7 @@ public static IPage ListNext(this IAccountOperations o /// /// The cancellation token. /// - public static async Task> ListNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs index b8f574631ab2c..72f2e0b0b49c1 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -461,8 +461,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Gets the specified secret in the specified database. This is deprecated and - /// will be removed in the next release. Please use GetCredential instead. + /// Deletes the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use DeleteCredential + /// instead. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog @@ -472,7 +473,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// The name of the database containing the secret. /// /// - /// The name of the secret to get + /// The name of the secret to delete /// /// /// Headers that will be added to request. @@ -483,9 +484,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -496,7 +494,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// A response object containing the response body and response headers. /// [System.Obsolete()] - public async Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -529,7 +527,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("secretName", secretName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetSecret", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "DeleteSecret", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -550,7 +548,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -636,31 +634,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient 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")) { _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); @@ -669,9 +649,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Deletes the specified secret in the specified database. This is deprecated - /// and will be removed in the next release. Please use DeleteCredential - /// instead. + /// Gets the specified secret in the specified database. This is deprecated and + /// will be removed in the next release. Please use GetCredential instead. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog @@ -681,7 +660,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// The name of the database containing the secret. /// /// - /// The name of the secret to delete + /// The name of the secret to get /// /// /// Headers that will be added to request. @@ -692,6 +671,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -702,7 +684,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// A response object containing the response body and response headers. /// [System.Obsolete()] - public async Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -735,7 +717,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("secretName", secretName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "DeleteSecret", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetSecret", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -756,7 +738,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -842,13 +824,31 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient 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")) { _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); @@ -886,6 +886,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// + [System.Obsolete()] public async Task DeleteAllSecretsWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) @@ -1441,17 +1442,26 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// Deletes the specified credential in the specified database /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the credential. /// /// - /// The name of the credential. + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not the + /// account owner. + /// + /// + /// Indicates if the delete should be a cascading delete (which deletes all + /// resources dependent on the credential as well as the credential) or not. If + /// false will fail if there are any resources relying on the credential. /// /// /// Headers that will be added to request. @@ -1462,9 +1472,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -1474,7 +1481,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1506,8 +1513,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("credentialName", credentialName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cascade", cascade); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetCredential", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "DeleteCredential", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -1517,6 +1526,10 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{credentialName}", System.Uri.EscapeDataString(credentialName)); List _queryParameters = new List(); + if (cascade != null) + { + _queryParameters.Add(string.Format("cascade={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(cascade, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -1528,7 +1541,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1559,6 +1572,12 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -1614,31 +1633,13 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient 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")) { _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); @@ -1647,26 +1648,17 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) } /// - /// Deletes the specified credential in the specified database + /// Retrieves the specified credential from the Data Lake Analytics catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the credential. + /// The name of the database containing the schema. /// /// - /// The name of the credential to delete - /// - /// - /// The parameters to delete a credential if the current user is not the - /// account owner. - /// - /// - /// Indicates if the delete should be a cascading delete (which deletes all - /// resources dependent on the credential as well as the credential) or not. If - /// false will fail if there are any resources relying on the credential. + /// The name of the credential. /// /// /// Headers that will be added to request. @@ -1677,6 +1669,9 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1686,7 +1681,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1718,10 +1713,8 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("credentialName", credentialName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cascade", cascade); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "DeleteCredential", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetCredential", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -1731,10 +1724,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); _url = _url.Replace("{credentialName}", System.Uri.EscapeDataString(credentialName)); List _queryParameters = new List(); - if (cascade != null) - { - _queryParameters.Add(string.Format("cascade={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(cascade, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -1746,7 +1735,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1777,12 +1766,6 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -1838,13 +1821,31 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient 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")) { _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); @@ -3212,7 +3213,7 @@ internal CatalogOperations(DataLakeAnalyticsCatalogManagementClient client) /// The basic switch indicates what level of information to return when listing /// tables. When basic is true, only database_name, schema_name, table_name and /// version are returned for each table, otherwise all table metadata is - /// returned. By default, it is false + /// returned. By default, it is false. Optional. /// /// /// Headers that will be added to request. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs index bfd84496504dc..c881f7a903cdf 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/CatalogOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -138,8 +138,9 @@ public static void UpdateSecret(this ICatalogOperations operations, string accou } /// - /// Gets the specified secret in the specified database. This is deprecated and - /// will be removed in the next release. Please use GetCredential instead. + /// Deletes the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use DeleteCredential + /// instead. /// /// /// The operations group for this extension method. @@ -152,17 +153,18 @@ public static void UpdateSecret(this ICatalogOperations operations, string accou /// The name of the database containing the secret. /// /// - /// The name of the secret to get + /// The name of the secret to delete /// [System.Obsolete()] - public static USqlSecret GetSecret(this ICatalogOperations operations, string accountName, string databaseName, string secretName) + public static void DeleteSecret(this ICatalogOperations operations, string accountName, string databaseName, string secretName) { - return operations.GetSecretAsync(accountName, databaseName, secretName).GetAwaiter().GetResult(); + operations.DeleteSecretAsync(accountName, databaseName, secretName).GetAwaiter().GetResult(); } /// - /// Gets the specified secret in the specified database. This is deprecated and - /// will be removed in the next release. Please use GetCredential instead. + /// Deletes the specified secret in the specified database. This is deprecated + /// and will be removed in the next release. Please use DeleteCredential + /// instead. /// /// /// The operations group for this extension method. @@ -175,24 +177,20 @@ public static USqlSecret GetSecret(this ICatalogOperations operations, string ac /// The name of the database containing the secret. /// /// - /// The name of the secret to get + /// The name of the secret to delete /// /// /// The cancellation token. /// [System.Obsolete()] - public static async Task GetSecretAsync(this ICatalogOperations operations, string accountName, string databaseName, string secretName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteSecretAsync(this ICatalogOperations operations, string accountName, string databaseName, string secretName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetSecretWithHttpMessagesAsync(accountName, databaseName, secretName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } + (await operations.DeleteSecretWithHttpMessagesAsync(accountName, databaseName, secretName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Deletes the specified secret in the specified database. This is deprecated - /// and will be removed in the next release. Please use DeleteCredential - /// instead. + /// Gets the specified secret in the specified database. This is deprecated and + /// will be removed in the next release. Please use GetCredential instead. /// /// /// The operations group for this extension method. @@ -205,18 +203,17 @@ public static USqlSecret GetSecret(this ICatalogOperations operations, string ac /// The name of the database containing the secret. /// /// - /// The name of the secret to delete + /// The name of the secret to get /// [System.Obsolete()] - public static void DeleteSecret(this ICatalogOperations operations, string accountName, string databaseName, string secretName) + public static USqlSecret GetSecret(this ICatalogOperations operations, string accountName, string databaseName, string secretName) { - operations.DeleteSecretAsync(accountName, databaseName, secretName).GetAwaiter().GetResult(); + return operations.GetSecretAsync(accountName, databaseName, secretName).GetAwaiter().GetResult(); } /// - /// Deletes the specified secret in the specified database. This is deprecated - /// and will be removed in the next release. Please use DeleteCredential - /// instead. + /// Gets the specified secret in the specified database. This is deprecated and + /// will be removed in the next release. Please use GetCredential instead. /// /// /// The operations group for this extension method. @@ -229,15 +226,18 @@ public static void DeleteSecret(this ICatalogOperations operations, string accou /// The name of the database containing the secret. /// /// - /// The name of the secret to delete + /// The name of the secret to get /// /// /// The cancellation token. /// [System.Obsolete()] - public static async Task DeleteSecretAsync(this ICatalogOperations operations, string accountName, string databaseName, string secretName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetSecretAsync(this ICatalogOperations operations, string accountName, string databaseName, string secretName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteSecretWithHttpMessagesAsync(accountName, databaseName, secretName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.GetSecretWithHttpMessagesAsync(accountName, databaseName, secretName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -255,6 +255,7 @@ public static void DeleteSecret(this ICatalogOperations operations, string accou /// /// The name of the database containing the secret. /// + [System.Obsolete()] public static void DeleteAllSecrets(this ICatalogOperations operations, string accountName, string databaseName) { operations.DeleteAllSecretsAsync(accountName, databaseName).GetAwaiter().GetResult(); @@ -278,6 +279,7 @@ public static void DeleteAllSecrets(this ICatalogOperations operations, string a /// /// The cancellation token. /// + [System.Obsolete()] public static async Task DeleteAllSecretsAsync(this ICatalogOperations operations, string accountName, string databaseName, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.DeleteAllSecretsWithHttpMessagesAsync(accountName, databaseName, null, cancellationToken).ConfigureAwait(false)).Dispose(); @@ -394,7 +396,7 @@ public static void UpdateCredential(this ICatalogOperations operations, string a } /// - /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// Deletes the specified credential in the specified database /// /// /// The operations group for this extension method. @@ -404,18 +406,27 @@ public static void UpdateCredential(this ICatalogOperations operations, string a /// operations. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the credential. /// /// - /// The name of the credential. + /// The name of the credential to delete /// - public static USqlCredential GetCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName) + /// + /// The parameters to delete a credential if the current user is not the + /// account owner. + /// + /// + /// Indicates if the delete should be a cascading delete (which deletes all + /// resources dependent on the credential as well as the credential) or not. If + /// false will fail if there are any resources relying on the credential. + /// + public static void DeleteCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false) { - return operations.GetCredentialAsync(accountName, databaseName, credentialName).GetAwaiter().GetResult(); + operations.DeleteCredentialAsync(accountName, databaseName, credentialName, parameters, cascade).GetAwaiter().GetResult(); } /// - /// Retrieves the specified credential from the Data Lake Analytics catalog. + /// Deletes the specified credential in the specified database /// /// /// The operations group for this extension method. @@ -425,24 +436,30 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// operations. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the credential. /// /// - /// The name of the credential. + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not the + /// account owner. + /// + /// + /// Indicates if the delete should be a cascading delete (which deletes all + /// resources dependent on the credential as well as the credential) or not. If + /// false will fail if there are any resources relying on the credential. /// /// /// The cancellation token. /// - public static async Task GetCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } + (await operations.DeleteCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, parameters, cascade, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Deletes the specified credential in the specified database + /// Retrieves the specified credential from the Data Lake Analytics catalog. /// /// /// The operations group for this extension method. @@ -452,27 +469,18 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// operations. /// /// - /// The name of the database containing the credential. + /// The name of the database containing the schema. /// /// - /// The name of the credential to delete - /// - /// - /// The parameters to delete a credential if the current user is not the - /// account owner. - /// - /// - /// Indicates if the delete should be a cascading delete (which deletes all - /// resources dependent on the credential as well as the credential) or not. If - /// false will fail if there are any resources relying on the credential. + /// The name of the credential. /// - public static void DeleteCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false) + public static USqlCredential GetCredential(this ICatalogOperations operations, string accountName, string databaseName, string credentialName) { - operations.DeleteCredentialAsync(accountName, databaseName, credentialName, parameters, cascade).GetAwaiter().GetResult(); + return operations.GetCredentialAsync(accountName, databaseName, credentialName).GetAwaiter().GetResult(); } /// - /// Deletes the specified credential in the specified database + /// Retrieves the specified credential from the Data Lake Analytics catalog. /// /// /// The operations group for this extension method. @@ -482,26 +490,20 @@ public static USqlCredential GetCredential(this ICatalogOperations operations, s /// operations. /// /// - /// The name of the database containing the credential. + /// The name of the database containing the schema. /// /// - /// The name of the credential to delete - /// - /// - /// The parameters to delete a credential if the current user is not the - /// account owner. - /// - /// - /// Indicates if the delete should be a cascading delete (which deletes all - /// resources dependent on the credential as well as the credential) or not. If - /// false will fail if there are any resources relying on the credential. + /// The name of the credential. /// /// /// The cancellation token. /// - public static async Task DeleteCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetCredentialAsync(this ICatalogOperations operations, string accountName, string databaseName, string credentialName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, parameters, cascade, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.GetCredentialWithHttpMessagesAsync(accountName, databaseName, credentialName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -900,7 +902,7 @@ public static USqlTable GetTable(this ICatalogOperations operations, string acco /// The basic switch indicates what level of information to return when listing /// tables. When basic is true, only database_name, schema_name, table_name and /// version are returned for each table, otherwise all table metadata is - /// returned. By default, it is false + /// returned. By default, it is false. Optional. /// public static IPage ListTables(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), bool? basic = false) { @@ -939,7 +941,7 @@ public static USqlTable GetTable(this ICatalogOperations operations, string acco /// The basic switch indicates what level of information to return when listing /// tables. When basic is true, only database_name, schema_name, table_name and /// version are returned for each table, otherwise all table metadata is - /// returned. By default, it is false + /// returned. By default, it is false. Optional. /// /// /// The cancellation token. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperations.cs index 0d621687f32e9..3f85b675ec59b 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperationsExtensions.cs index 5c16fc53e1e03..38d416f3802fb 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ComputePoliciesOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs index e5c9beaf36b4a..8caf6176912af 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsAccountManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs index 4b88c72a7e19e..86237949bcaff 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsCatalogManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs index 1136134f5d1c3..0e60a58f5292e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -213,6 +213,8 @@ private void Initialize() }; SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); CustomInitialize(); DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperations.cs index 711d882f6a74f..b0a4e5decb3c2 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -53,19 +53,22 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien public DataLakeAnalyticsAccountManagementClient Client { get; private set; } /// - /// Gets the specified Data Lake Store account details in the specified Data - /// Lake Analytics account. + /// Updates the specified Data Lake Analytics account to include the additional + /// Data Lake Store account. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve the Data - /// Lake Store account details. + /// The name of the Data Lake Analytics account to which to add the Data Lake + /// Store account. /// /// - /// The name of the Data Lake Store account to retrieve + /// The name of the Data Lake Store account to add. + /// + /// + /// The details of the Data Lake Store account. /// /// /// Headers that will be added to request. @@ -76,9 +79,6 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -88,7 +88,7 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -120,8 +120,9 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("dataLakeStoreAccountName", dataLakeStoreAccountName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Add", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -142,7 +143,7 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -173,6 +174,12 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien // 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) { @@ -228,31 +235,13 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien 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")) { _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); @@ -448,22 +437,19 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien } /// - /// Updates the specified Data Lake Analytics account to include the additional - /// Data Lake Store account. + /// Gets the specified Data Lake Store account details in the specified Data + /// Lake Analytics account. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account to which to add the Data Lake - /// Store account. + /// The name of the Data Lake Analytics account from which to retrieve the Data + /// Lake Store account details. /// /// - /// The name of the Data Lake Store account to add. - /// - /// - /// The details of the Data Lake Store account. + /// The name of the Data Lake Store account to retrieve /// /// /// Headers that will be added to request. @@ -474,6 +460,9 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -483,7 +472,7 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien /// /// A response object containing the response body and response headers. /// - public async Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -515,9 +504,8 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("dataLakeStoreAccountName", dataLakeStoreAccountName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Add", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -538,7 +526,7 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -569,12 +557,6 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien // 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) { @@ -630,13 +612,31 @@ internal DataLakeStoreAccountsOperations(DataLakeAnalyticsAccountManagementClien 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")) { _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); diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperationsExtensions.cs index 6f9abab3d6e78..de6d83e0081cc 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeStoreAccountsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -24,8 +24,8 @@ namespace Microsoft.Azure.Management.DataLake.Analytics public static partial class DataLakeStoreAccountsOperationsExtensions { /// - /// Gets the specified Data Lake Store account details in the specified Data - /// Lake Analytics account. + /// Updates the specified Data Lake Analytics account to include the additional + /// Data Lake Store account. /// /// /// The operations group for this extension method. @@ -35,20 +35,23 @@ public static partial class DataLakeStoreAccountsOperationsExtensions /// account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve the Data - /// Lake Store account details. + /// The name of the Data Lake Analytics account to which to add the Data Lake + /// Store account. /// /// - /// The name of the Data Lake Store account to retrieve + /// The name of the Data Lake Store account to add. /// - public static DataLakeStoreAccountInfo Get(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName) + /// + /// The details of the Data Lake Store account. + /// + public static void Add(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters)) { - return operations.GetAsync(resourceGroupName, accountName, dataLakeStoreAccountName).GetAwaiter().GetResult(); + operations.AddAsync(resourceGroupName, accountName, dataLakeStoreAccountName, parameters).GetAwaiter().GetResult(); } /// - /// Gets the specified Data Lake Store account details in the specified Data - /// Lake Analytics account. + /// Updates the specified Data Lake Analytics account to include the additional + /// Data Lake Store account. /// /// /// The operations group for this extension method. @@ -58,21 +61,21 @@ public static DataLakeStoreAccountInfo Get(this IDataLakeStoreAccountsOperations /// account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve the Data - /// Lake Store account details. + /// The name of the Data Lake Analytics account to which to add the Data Lake + /// Store account. /// /// - /// The name of the Data Lake Store account to retrieve + /// The name of the Data Lake Store account to add. + /// + /// + /// The details of the Data Lake Store account. /// /// /// The cancellation token. /// - public static async Task GetAsync(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task AddAsync(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, dataLakeStoreAccountName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } + (await operations.AddWithHttpMessagesAsync(resourceGroupName, accountName, dataLakeStoreAccountName, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -125,8 +128,8 @@ public static void Delete(this IDataLakeStoreAccountsOperations operations, stri } /// - /// Updates the specified Data Lake Analytics account to include the additional - /// Data Lake Store account. + /// Gets the specified Data Lake Store account details in the specified Data + /// Lake Analytics account. /// /// /// The operations group for this extension method. @@ -136,23 +139,20 @@ public static void Delete(this IDataLakeStoreAccountsOperations operations, stri /// account. /// /// - /// The name of the Data Lake Analytics account to which to add the Data Lake - /// Store account. + /// The name of the Data Lake Analytics account from which to retrieve the Data + /// Lake Store account details. /// /// - /// The name of the Data Lake Store account to add. - /// - /// - /// The details of the Data Lake Store account. + /// The name of the Data Lake Store account to retrieve /// - public static void Add(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters)) + public static DataLakeStoreAccountInfo Get(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName) { - operations.AddAsync(resourceGroupName, accountName, dataLakeStoreAccountName, parameters).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, accountName, dataLakeStoreAccountName).GetAwaiter().GetResult(); } /// - /// Updates the specified Data Lake Analytics account to include the additional - /// Data Lake Store account. + /// Gets the specified Data Lake Store account details in the specified Data + /// Lake Analytics account. /// /// /// The operations group for this extension method. @@ -162,21 +162,21 @@ public static void Delete(this IDataLakeStoreAccountsOperations operations, stri /// account. /// /// - /// The name of the Data Lake Analytics account to which to add the Data Lake - /// Store account. + /// The name of the Data Lake Analytics account from which to retrieve the Data + /// Lake Store account details. /// /// - /// The name of the Data Lake Store account to add. - /// - /// - /// The details of the Data Lake Store account. + /// The name of the Data Lake Store account to retrieve /// /// /// The cancellation token. /// - public static async Task AddAsync(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.AddWithHttpMessagesAsync(resourceGroupName, accountName, dataLakeStoreAccountName, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, dataLakeStoreAccountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperations.cs index 64f127def815f..242fbbe588eb4 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperationsExtensions.cs index bf67e85ecad91..295e16a88f564 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/FirewallRulesOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IAccountOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IAccountOperations.cs index 55367b8c600a6..86010f0870693 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IAccountOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IAccountOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -62,7 +62,7 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the first page of Data Lake Analytics accounts, if any, within /// the current subscription. This includes a link to the next page, if @@ -96,16 +96,22 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets details of the specified Data Lake Analytics account. + /// Creates the specified Data Lake Analytics account. This supplies + /// the user with computation services for Data Lake Analytics + /// workloads /// /// /// The name of the Azure resource group that contains the Data Lake - /// Analytics account. + /// Analytics account.the account will be associated with. /// /// - /// The name of the Data Lake Analytics account to retrieve. + /// The name of the Data Lake Analytics account to create. + /// + /// + /// Parameters supplied to the create Data Lake Analytics account + /// operation. /// /// /// The headers that will be added to request. @@ -122,45 +128,20 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccount parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Begins the delete delete process for the Data Lake Analytics - /// account object specified by the account name. + /// Updates the Data Lake Analytics account object specified by the + /// accountName with the contents of the account object. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account to delete - /// - /// - /// 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, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Creates the specified Data Lake Analytics account. This supplies - /// the user with computation services for Data Lake Analytics - /// workloads - /// - /// - /// The name of the Azure resource group that contains the Data Lake - /// Analytics account.the account will be associated with. - /// - /// - /// The name of the Data Lake Analytics account to create. + /// The name of the Data Lake Analytics account to update. /// /// - /// Parameters supplied to the create Data Lake Analytics account + /// Parameters supplied to the update Data Lake Analytics account /// operation. /// /// @@ -178,21 +159,17 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccount parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the Data Lake Analytics account object specified by the - /// accountName with the contents of the account object. + /// Begins the delete process for the Data Lake Analytics account + /// object specified by the account name. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account to update. - /// - /// - /// Parameters supplied to the update Data Lake Analytics account - /// operation. + /// The name of the Data Lake Analytics account to delete /// /// /// The headers that will be added to request. @@ -203,23 +180,19 @@ public partial interface IAccountOperations /// /// 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, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Begins the delete delete process for the Data Lake Analytics - /// account object specified by the account name. + /// Gets details of the specified Data Lake Analytics account. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account to delete + /// The name of the Data Lake Analytics account to retrieve. /// /// /// The headers that will be added to request. @@ -230,10 +203,13 @@ public partial interface IAccountOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates the specified Data Lake Analytics account. This supplies /// the user with computation services for Data Lake Analytics @@ -298,6 +274,30 @@ public partial interface IAccountOperations /// Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, DataLakeAnalyticsAccountUpdateParameters parameters = default(DataLakeAnalyticsAccountUpdateParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Begins the delete process for the Data Lake Analytics account + /// object specified by the account name. + /// + /// + /// The name of the Azure resource group that contains the Data Lake + /// Analytics account. + /// + /// + /// The name of the Data Lake Analytics account to delete + /// + /// + /// 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 BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Gets the first page of Data Lake Analytics accounts, if any, within /// a specific resource group. This includes a link to the next page, /// if any. @@ -320,7 +320,7 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the first page of Data Lake Analytics accounts, if any, within /// the current subscription. This includes a link to the next page, if @@ -344,6 +344,6 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs index e4a86b41e9468..a917e8ba43546 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/ICatalogOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -90,9 +90,9 @@ public partial interface ICatalogOperations [System.Obsolete()] Task UpdateSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the specified secret in the specified database. This is + /// Deletes the specified secret in the specified database. This is /// deprecated and will be removed in the next release. Please use - /// GetCredential instead. + /// DeleteCredential instead. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog @@ -102,7 +102,7 @@ public partial interface ICatalogOperations /// The name of the database containing the secret. /// /// - /// The name of the secret to get + /// The name of the secret to delete /// /// /// The headers that will be added to request. @@ -113,18 +113,15 @@ public partial interface ICatalogOperations /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// [System.Obsolete()] - Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes the specified secret in the specified database. This is + /// Gets the specified secret in the specified database. This is /// deprecated and will be removed in the next release. Please use - /// DeleteCredential instead. + /// GetCredential instead. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog @@ -134,7 +131,7 @@ public partial interface ICatalogOperations /// The name of the database containing the secret. /// /// - /// The name of the secret to delete + /// The name of the secret to get /// /// /// The headers that will be added to request. @@ -145,11 +142,14 @@ public partial interface ICatalogOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// [System.Obsolete()] - Task DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes all secrets in the specified database. This is deprecated /// and will be removed in the next release. In the future, please only @@ -168,12 +168,13 @@ public partial interface ICatalogOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// - /// + /// /// Thrown when a required parameter is null /// + [System.Obsolete()] Task DeleteAllSecretsWithHttpMessagesAsync(string accountName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates the specified credential for use with external data sources @@ -240,18 +241,27 @@ public partial interface ICatalogOperations /// Task UpdateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieves the specified credential from the Data Lake Analytics - /// catalog. + /// Deletes the specified credential in the specified database /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the schema. + /// The name of the database containing the credential. /// /// - /// The name of the credential. + /// The name of the credential to delete + /// + /// + /// The parameters to delete a credential if the current user is not + /// the account owner. + /// + /// + /// Indicates if the delete should be a cascading delete (which deletes + /// all resources dependent on the credential as well as the + /// credential) or not. If false will fail if there are any resources + /// relying on the credential. /// /// /// The headers that will be added to request. @@ -262,35 +272,23 @@ public partial interface ICatalogOperations /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// - Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes the specified credential in the specified database + /// Retrieves the specified credential from the Data Lake Analytics + /// catalog. /// /// /// The Azure Data Lake Analytics account upon which to execute catalog /// operations. /// /// - /// The name of the database containing the credential. + /// The name of the database containing the schema. /// /// - /// The name of the credential to delete - /// - /// - /// The parameters to delete a credential if the current user is not - /// the account owner. - /// - /// - /// Indicates if the delete should be a cascading delete (which deletes - /// all resources dependent on the credential as well as the - /// credential) or not. If false will fail if there are any resources - /// relying on the credential. + /// The name of the credential. /// /// /// The headers that will be added to request. @@ -301,10 +299,13 @@ public partial interface ICatalogOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default(DataLakeAnalyticsCatalogCredentialDeleteParameters), bool? cascade = false, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Retrieves the list of credentials from the Data Lake Analytics /// catalog. @@ -553,7 +554,8 @@ public partial interface ICatalogOperations /// The basic switch indicates what level of information to return when /// listing tables. When basic is true, only database_name, /// schema_name, table_name and version are returned for each table, - /// otherwise all table metadata is returned. By default, it is false + /// otherwise all table metadata is returned. By default, it is false. + /// Optional. /// /// /// The headers that will be added to request. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IComputePoliciesOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IComputePoliciesOperations.cs index 91e21d0458bb5..6f15682697168 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IComputePoliciesOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IComputePoliciesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsAccountManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsAccountManagementClient.cs index 583ebfa4fdcd3..0cf9cfcfb57a6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsAccountManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsAccountManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsCatalogManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsCatalogManagementClient.cs index 8a4b15eb54e9e..0bd780b9b79de 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsCatalogManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsCatalogManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs index f8821e338fd8e..e292e76a6e034 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeStoreAccountsOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeStoreAccountsOperations.cs index cf48f8a105493..8d38a4508b47c 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeStoreAccountsOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeStoreAccountsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -26,19 +26,22 @@ namespace Microsoft.Azure.Management.DataLake.Analytics public partial interface IDataLakeStoreAccountsOperations { /// - /// Gets the specified Data Lake Store account details in the specified - /// Data Lake Analytics account. + /// Updates the specified Data Lake Analytics account to include the + /// additional Data Lake Store account. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve - /// the Data Lake Store account details. + /// The name of the Data Lake Analytics account to which to add the + /// Data Lake Store account. /// /// - /// The name of the Data Lake Store account to retrieve + /// The name of the Data Lake Store account to add. + /// + /// + /// The details of the Data Lake Store account. /// /// /// The headers that will be added to request. @@ -49,13 +52,10 @@ public partial interface IDataLakeStoreAccountsOperations /// /// 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 dataLakeStoreAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Updates the Data Lake Analytics account specified to remove the /// specified Data Lake Store account. @@ -85,22 +85,19 @@ public partial interface IDataLakeStoreAccountsOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the specified Data Lake Analytics account to include the - /// additional Data Lake Store account. + /// Gets the specified Data Lake Store account details in the specified + /// Data Lake Analytics account. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account to which to add the - /// Data Lake Store account. + /// The name of the Data Lake Analytics account from which to retrieve + /// the Data Lake Store account details. /// /// - /// The name of the Data Lake Store account to add. - /// - /// - /// The details of the Data Lake Store account. + /// The name of the Data Lake Store account to retrieve /// /// /// The headers that will be added to request. @@ -111,10 +108,13 @@ public partial interface IDataLakeStoreAccountsOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, AddDataLakeStoreParameters parameters = default(AddDataLakeStoreParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string dataLakeStoreAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the first page of Data Lake Store accounts linked to the /// specified Data Lake Analytics account. The response includes a link diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IFirewallRulesOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IFirewallRulesOperations.cs index d6f3d34cdd3f9..9bd26d2a77fc1 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IFirewallRulesOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IFirewallRulesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs index fb2143ec60d25..9b6a5ff7f7713 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -100,7 +100,7 @@ public partial interface IJobOperations /// /// Thrown when a required parameter is null /// - Task> BuildWithHttpMessagesAsync(string accountName, JobInformation parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> BuildWithHttpMessagesAsync(string accountName, BuildJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Cancels the running job specified by the job ID. /// @@ -175,7 +175,7 @@ public partial interface IJobOperations /// /// Thrown when a required parameter is null /// - Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, JobInformation parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, CreateJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists the jobs, if any, associated with the specified Data Lake /// Analytics account. The response includes a link to the next page of @@ -212,7 +212,7 @@ public partial interface IJobOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists the jobs, if any, associated with the specified Data Lake /// Analytics account. The response includes a link to the next page of @@ -236,6 +236,6 @@ public partial interface IJobOperations /// /// Thrown when a required parameter is null /// - Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs index 0274140cffbb8..8a9c2e31b9375 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs index 45c23b8034f18..e72d9022302c2 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IStorageAccountsOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IStorageAccountsOperations.cs index 8e2180f7d8c83..758c9414b73a2 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IStorageAccountsOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IStorageAccountsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -26,20 +26,23 @@ namespace Microsoft.Azure.Management.DataLake.Analytics public partial interface IStorageAccountsOperations { /// - /// Gets the specified Azure Storage account linked to the given Data - /// Lake Analytics account. + /// Updates the specified Data Lake Analytics account to add an Azure + /// Storage account. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve - /// Azure storage account details. + /// The name of the Data Lake Analytics account to which to add the + /// Azure Storage account. /// /// - /// The name of the Azure Storage account for which to retrieve the - /// details. + /// The name of the Azure Storage account to add + /// + /// + /// The parameters containing the access key and optional suffix for + /// the Azure Storage Account. /// /// /// The headers that will be added to request. @@ -50,27 +53,28 @@ public partial interface IStorageAccountsOperations /// /// 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 storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the specified Data Lake Analytics account to remove an - /// Azure Storage account. + /// Updates the Data Lake Analytics account to replace Azure Storage + /// blob account details, such as the access key and/or suffix. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account from which to remove - /// the Azure Storage account. + /// The name of the Data Lake Analytics account to modify storage + /// accounts in /// /// - /// The name of the Azure Storage account to remove + /// The Azure Storage account to modify + /// + /// + /// The parameters containing the access key and suffix to update the + /// storage account with, if any. Passing nothing results in no change. /// /// /// The headers that will be added to request. @@ -84,25 +88,21 @@ public partial interface IStorageAccountsOperations /// /// Thrown when a required parameter is null /// - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the Data Lake Analytics account to replace Azure Storage - /// blob account details, such as the access key and/or suffix. + /// Updates the specified Data Lake Analytics account to remove an + /// Azure Storage account. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account to modify storage - /// accounts in + /// The name of the Data Lake Analytics account from which to remove + /// the Azure Storage account. /// /// - /// The Azure Storage account to modify - /// - /// - /// The parameters containing the access key and suffix to update the - /// storage account with, if any. Passing nothing results in no change. + /// The name of the Azure Storage account to remove /// /// /// The headers that will be added to request. @@ -116,25 +116,22 @@ public partial interface IStorageAccountsOperations /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the specified Data Lake Analytics account to add an Azure - /// Storage account. + /// Gets the specified Azure Storage account linked to the given Data + /// Lake Analytics account. /// /// /// The name of the Azure resource group that contains the Data Lake /// Analytics account. /// /// - /// The name of the Data Lake Analytics account to which to add the - /// Azure Storage account. + /// The name of the Data Lake Analytics account from which to retrieve + /// Azure storage account details. /// /// - /// The name of the Azure Storage account to add - /// - /// - /// The parameters containing the access key and optional suffix for - /// the Azure Storage Account. + /// The name of the Azure Storage account for which to retrieve the + /// details. /// /// /// The headers that will be added to request. @@ -145,10 +142,13 @@ public partial interface IStorageAccountsOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the specified Azure Storage container associated with the /// given Data Lake Analytics and Azure Storage accounts. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs index e0782f7fb6479..01d488502047f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -467,7 +467,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BuildWithHttpMessagesAsync(string accountName, JobInformation parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BuildWithHttpMessagesAsync(string accountName, BuildJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1038,7 +1038,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, JobInformation parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, CreateJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1255,7 +1255,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1402,7 +1402,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient 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")) @@ -1415,7 +1415,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1462,7 +1462,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -1576,7 +1576,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient 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")) @@ -1589,7 +1589,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs index 5d9c510da9715..213c916af52fe 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -116,7 +116,7 @@ public static JobDataPath GetDebugDataPath(this IJobOperations operations, strin /// /// The parameters to build a job. /// - public static JobInformation Build(this IJobOperations operations, string accountName, JobInformation parameters) + public static JobInformation Build(this IJobOperations operations, string accountName, BuildJobParameters parameters) { return operations.BuildAsync(accountName, parameters).GetAwaiter().GetResult(); } @@ -137,7 +137,7 @@ public static JobInformation Build(this IJobOperations operations, string accoun /// /// The cancellation token. /// - public static async Task BuildAsync(this IJobOperations operations, string accountName, JobInformation parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BuildAsync(this IJobOperations operations, string accountName, BuildJobParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.BuildWithHttpMessagesAsync(accountName, parameters, null, cancellationToken).ConfigureAwait(false)) { @@ -237,7 +237,7 @@ public static JobInformation Get(this IJobOperations operations, string accountN /// /// The parameters to submit a job. /// - public static JobInformation Create(this IJobOperations operations, string accountName, System.Guid jobIdentity, JobInformation parameters) + public static JobInformation Create(this IJobOperations operations, string accountName, System.Guid jobIdentity, CreateJobParameters parameters) { return operations.CreateAsync(accountName, jobIdentity, parameters).GetAwaiter().GetResult(); } @@ -260,7 +260,7 @@ public static JobInformation Create(this IJobOperations operations, string accou /// /// The cancellation token. /// - public static async Task CreateAsync(this IJobOperations operations, string accountName, System.Guid jobIdentity, JobInformation parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateAsync(this IJobOperations operations, string accountName, System.Guid jobIdentity, CreateJobParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateWithHttpMessagesAsync(accountName, jobIdentity, parameters, null, cancellationToken).ConfigureAwait(false)) { @@ -290,7 +290,7 @@ public static JobInformation Create(this IJobOperations operations, string accou /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage List(this IJobOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage List(this IJobOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { return ((IJobOperations)operations).ListAsync(accountName, odataQuery, select, count).GetAwaiter().GetResult(); } @@ -320,7 +320,7 @@ public static JobInformation Create(this IJobOperations operations, string accou /// /// The cancellation token. /// - public static async Task> ListAsync(this IJobOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IJobOperations operations, string accountName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(accountName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { @@ -338,7 +338,7 @@ public static JobInformation Create(this IJobOperations operations, string accou /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListNext(this IJobOperations operations, string nextPageLink) + public static IPage ListNext(this IJobOperations operations, string nextPageLink) { return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } @@ -356,7 +356,7 @@ public static IPage ListNext(this IJobOperations operations, str /// /// The cancellation token. /// - public static async Task> ListNextAsync(this IJobOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IJobOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AADObjectType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AADObjectType.cs index b74ac7d051def..0c43096da0574 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AADObjectType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AADObjectType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddDataLakeStoreParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddDataLakeStoreParameters.cs index 4841496ae68a8..86b6bb26c11fb 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddDataLakeStoreParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddDataLakeStoreParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddStorageAccountParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddStorageAccountParameters.cs index 02c27296f2652..060d256a7221e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddStorageAccountParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/AddStorageAccountParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs new file mode 100644 index 0000000000000..1445ab1757912 --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Data Lake Analytics Job Parameters base class for build and submit. + /// + public partial class BaseJobParameters + { + /// + /// Initializes a new instance of the BaseJobParameters class. + /// + public BaseJobParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BaseJobParameters class. + /// + /// the job type of the current job (Hive or USql). + /// Possible values include: 'USql', 'Hive' + /// the job specific properties. + public BaseJobParameters(JobType type, CreateJobProperties properties) + { + Type = type; + Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the job type of the current job (Hive or USql). + /// Possible values include: 'USql', 'Hive' + /// + [JsonProperty(PropertyName = "type")] + public JobType Type { get; set; } + + /// + /// Gets or sets the job specific properties. + /// + [JsonProperty(PropertyName = "properties")] + public CreateJobProperties Properties { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); + } + if (Properties != null) + { + Properties.Validate(); + } + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs new file mode 100644 index 0000000000000..2f3906b0cf25d --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs @@ -0,0 +1,67 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The parameters used to build a new Data Lake Analytics job. + /// + public partial class BuildJobParameters : BaseJobParameters + { + /// + /// Initializes a new instance of the BuildJobParameters class. + /// + public BuildJobParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BuildJobParameters class. + /// + /// the job type of the current job (Hive or USql). + /// Possible values include: 'USql', 'Hive' + /// the job specific properties. + /// the friendly name of the job to build. + public BuildJobParameters(JobType type, CreateJobProperties properties, string name = default(string)) + : base(type, properties) + { + Name = name; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the friendly name of the job to build. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItem.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItem.cs index df309801a2629..e3c73cce9364f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItem.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItem.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItemList.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItemList.cs index f4a4aecde88aa..fe00a2c8d0f40 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItemList.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CatalogItemList.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs index d309835ab4ff6..ace2ef2f54035 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -30,4 +30,37 @@ public enum CompileMode [EnumMember(Value = "SingleBox")] SingleBox } + internal static class CompileModeEnumExtension + { + internal static string ToSerializedValue(this CompileMode? value) => + value == null ? null : ((CompileMode)value).ToSerializedValue(); + + internal static string ToSerializedValue(this CompileMode value) + { + switch( value ) + { + case CompileMode.Semantic: + return "Semantic"; + case CompileMode.Full: + return "Full"; + case CompileMode.SingleBox: + return "SingleBox"; + } + return null; + } + + internal static CompileMode? ParseCompileMode(this string value) + { + switch( value ) + { + case "Semantic": + return CompileMode.Semantic; + case "Full": + return CompileMode.Full; + case "SingleBox": + return CompileMode.SingleBox; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicy.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicy.cs index 5d2bc5a4d4527..b40a0bbbb0ddf 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicy.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicy.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyAccountCreateParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyAccountCreateParameters.cs index 0fc46d739ee03..21c2fd65650ee 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyAccountCreateParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyAccountCreateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyCreateOrUpdateParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyCreateOrUpdateParameters.cs index 5fdd6d37030dc..aaf374bc89129 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyCreateOrUpdateParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ComputePolicyCreateOrUpdateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs new file mode 100644 index 0000000000000..8a61389b7e35f --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs @@ -0,0 +1,122 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The parameters used to submit a new Data Lake Analytics job. + /// + public partial class CreateJobParameters : BaseJobParameters + { + /// + /// Initializes a new instance of the CreateJobParameters class. + /// + public CreateJobParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CreateJobParameters class. + /// + /// the job type of the current job (Hive or USql). + /// Possible values include: 'USql', 'Hive' + /// the job specific properties. + /// the friendly name of the job to submit. + /// the degree of parallelism to use + /// for this job. This must be greater than 0, if set to less than 0 it + /// will default to 1. + /// the priority value to use for the current + /// job. Lower numbers have a higher priority. By default, a job has a + /// priority of 1000. This must be greater than 0. + /// the list of log file name patterns to + /// find in the logFolder. '*' is the only matching character allowed. + /// Example format: jobExecution*.log or *mylog*.txt + /// the recurring job relationship information + /// properties. + public CreateJobParameters(JobType type, CreateJobProperties properties, string name, int? degreeOfParallelism = default(int?), int? priority = default(int?), IList logFilePatterns = default(IList), JobRelationshipProperties related = default(JobRelationshipProperties)) + : base(type, properties) + { + Name = name; + DegreeOfParallelism = degreeOfParallelism; + Priority = priority; + LogFilePatterns = logFilePatterns; + Related = related; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the friendly name of the job to submit. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the degree of parallelism to use for this job. This + /// must be greater than 0, if set to less than 0 it will default to 1. + /// + [JsonProperty(PropertyName = "degreeOfParallelism")] + public int? DegreeOfParallelism { get; set; } + + /// + /// Gets or sets the priority value to use for the current job. Lower + /// numbers have a higher priority. By default, a job has a priority of + /// 1000. This must be greater than 0. + /// + [JsonProperty(PropertyName = "priority")] + public int? Priority { get; set; } + + /// + /// Gets or sets the list of log file name patterns to find in the + /// logFolder. '*' is the only matching character allowed. Example + /// format: jobExecution*.log or *mylog*.txt + /// + [JsonProperty(PropertyName = "logFilePatterns")] + public IList LogFilePatterns { get; set; } + + /// + /// Gets or sets the recurring job relationship information properties. + /// + [JsonProperty(PropertyName = "related")] + public JobRelationshipProperties Related { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + if (Related != null) + { + Related.Validate(); + } + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs new file mode 100644 index 0000000000000..8e0bcabbda6d4 --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The common Data Lake Analytics job properties for job submission. + /// + public partial class CreateJobProperties + { + /// + /// Initializes a new instance of the CreateJobProperties class. + /// + public CreateJobProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CreateJobProperties class. + /// + /// the script to run + /// the runtime version of the Data Lake + /// Analytics engine to use for the specific type of job being + /// run. + public CreateJobProperties(string script, string runtimeVersion = default(string)) + { + RuntimeVersion = runtimeVersion; + Script = script; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the runtime version of the Data Lake Analytics engine + /// to use for the specific type of job being run. + /// + [JsonProperty(PropertyName = "runtimeVersion")] + public string RuntimeVersion { get; set; } + + /// + /// Gets or sets the script to run + /// + [JsonProperty(PropertyName = "script")] + public string Script { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Script == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Script"); + } + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs new file mode 100644 index 0000000000000..69584ccc2a695 --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Newtonsoft.Json; + using System.Linq; + + /// + /// U-SQL job properties used when submitting U-SQL jobs. + /// + [Newtonsoft.Json.JsonObject("USql")] + public partial class CreateUSqlJobProperties : CreateJobProperties + { + /// + /// Initializes a new instance of the CreateUSqlJobProperties class. + /// + public CreateUSqlJobProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CreateUSqlJobProperties class. + /// + /// the script to run + /// the runtime version of the Data Lake + /// Analytics engine to use for the specific type of job being + /// run. + /// Optionally enforces a specific + /// compilation mode for the job during execution. If this is not + /// specified during submission, the server will determine the optimal + /// compilation mode. Possible values include: 'Semantic', 'Full', + /// 'SingleBox' + public CreateUSqlJobProperties(string script, string runtimeVersion = default(string), CompileMode? compileMode = default(CompileMode?)) + : base(script, runtimeVersion) + { + CompileMode = compileMode; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets optionally enforces a specific compilation mode for + /// the job during execution. If this is not specified during + /// submission, the server will determine the optimal compilation mode. + /// Possible values include: 'Semantic', 'Full', 'SingleBox' + /// + [JsonProperty(PropertyName = "compileMode")] + public CompileMode? CompileMode { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccount.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccount.cs index 0b5020eed4291..162fa318cfa35 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccount.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccount.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -53,6 +53,13 @@ public DataLakeAnalyticsAccount() /// 'Resuming', 'Deleting', 'Deleted' /// the state of the Data Lake Analytics account. /// Possible values include: 'Active', 'Suspended' + /// the account creation time. + /// the account last modified + /// time. + /// the full CName endpoint for this + /// account. + /// The unique identifier associated with this + /// Data Lake Analytics account. /// the maximum supported degree /// of parallelism for this account. /// the number of days that job @@ -69,11 +76,6 @@ public DataLakeAnalyticsAccount() /// the account. /// the list of Azure Blob storage /// accounts associated with this account. - /// the account creation time. - /// the account last modified - /// time. - /// the full CName endpoint for this - /// account. /// the commitment tier for the next month. /// Possible values include: 'Consumption', 'Commitment_100AUHours', /// 'Commitment_500AUHours', 'Commitment_1000AUHours', @@ -101,11 +103,15 @@ public DataLakeAnalyticsAccount() /// job for this account. /// the list of compute policies to /// create in this account. - public DataLakeAnalyticsAccount(string location, string defaultDataLakeStoreAccount, IList dataLakeStoreAccounts, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), DataLakeAnalyticsAccountStatus? provisioningState = default(DataLakeAnalyticsAccountStatus?), DataLakeAnalyticsAccountState? state = default(DataLakeAnalyticsAccountState?), int? maxDegreeOfParallelism = default(int?), int? queryStoreRetention = default(int?), int? maxJobCount = default(int?), int? systemMaxDegreeOfParallelism = default(int?), int? systemMaxJobCount = default(int?), IList storageAccounts = default(IList), System.DateTime? creationTime = default(System.DateTime?), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), TierType? newTier = default(TierType?), TierType? currentTier = default(TierType?), FirewallState? firewallState = default(FirewallState?), FirewallAllowAzureIpsState? firewallAllowAzureIps = default(FirewallAllowAzureIpsState?), IList firewallRules = default(IList), int? maxDegreeOfParallelismPerJob = default(int?), int? minPriorityPerJob = default(int?), IList computePolicies = default(IList)) + public DataLakeAnalyticsAccount(string location, string defaultDataLakeStoreAccount, IList dataLakeStoreAccounts, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), DataLakeAnalyticsAccountStatus? provisioningState = default(DataLakeAnalyticsAccountStatus?), DataLakeAnalyticsAccountState? state = default(DataLakeAnalyticsAccountState?), System.DateTime? creationTime = default(System.DateTime?), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), System.Guid? accountId = default(System.Guid?), int? maxDegreeOfParallelism = default(int?), int? queryStoreRetention = default(int?), int? maxJobCount = default(int?), int? systemMaxDegreeOfParallelism = default(int?), int? systemMaxJobCount = default(int?), IList storageAccounts = default(IList), TierType? newTier = default(TierType?), TierType? currentTier = default(TierType?), FirewallState? firewallState = default(FirewallState?), FirewallAllowAzureIpsState? firewallAllowAzureIps = default(FirewallAllowAzureIpsState?), IList firewallRules = default(IList), int? maxDegreeOfParallelismPerJob = default(int?), int? minPriorityPerJob = default(int?), IList computePolicies = default(IList)) : base(location, id, name, type, tags) { ProvisioningState = provisioningState; State = state; + CreationTime = creationTime; + LastModifiedTime = lastModifiedTime; + Endpoint = endpoint; + AccountId = accountId; DefaultDataLakeStoreAccount = defaultDataLakeStoreAccount; MaxDegreeOfParallelism = maxDegreeOfParallelism; QueryStoreRetention = queryStoreRetention; @@ -114,9 +120,6 @@ public DataLakeAnalyticsAccount() SystemMaxJobCount = systemMaxJobCount; DataLakeStoreAccounts = dataLakeStoreAccounts; StorageAccounts = storageAccounts; - CreationTime = creationTime; - LastModifiedTime = lastModifiedTime; - Endpoint = endpoint; NewTier = newTier; CurrentTier = currentTier; FirewallState = firewallState; @@ -149,6 +152,31 @@ public DataLakeAnalyticsAccount() [JsonProperty(PropertyName = "properties.state")] public DataLakeAnalyticsAccountState? State { get; private set; } + /// + /// Gets the account creation time. + /// + [JsonProperty(PropertyName = "properties.creationTime")] + public System.DateTime? CreationTime { get; private set; } + + /// + /// Gets the account last modified time. + /// + [JsonProperty(PropertyName = "properties.lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets the full CName endpoint for this account. + /// + [JsonProperty(PropertyName = "properties.endpoint")] + public string Endpoint { get; private set; } + + /// + /// Gets the unique identifier associated with this Data Lake Analytics + /// account. + /// + [JsonProperty(PropertyName = "properties.accountId")] + public System.Guid? AccountId { get; private set; } + /// /// Gets or sets the default data lake storage account associated with /// this Data Lake Analytics account. @@ -206,24 +234,6 @@ public DataLakeAnalyticsAccount() [JsonProperty(PropertyName = "properties.storageAccounts")] public IList StorageAccounts { get; set; } - /// - /// Gets the account creation time. - /// - [JsonProperty(PropertyName = "properties.creationTime")] - public System.DateTime? CreationTime { get; private set; } - - /// - /// Gets the account last modified time. - /// - [JsonProperty(PropertyName = "properties.lastModifiedTime")] - public System.DateTime? LastModifiedTime { get; private set; } - - /// - /// Gets the full CName endpoint for this account. - /// - [JsonProperty(PropertyName = "properties.endpoint")] - public string Endpoint { get; private set; } - /// /// Gets or sets the commitment tier for the next month. Possible /// values include: 'Consumption', 'Commitment_100AUHours', diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountBasic.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountBasic.cs new file mode 100644 index 0000000000000..f943078c84a7e --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountBasic.cs @@ -0,0 +1,129 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A Data Lake Analytics account object, containing all information + /// associated with the named Data Lake Analytics account. + /// + [Rest.Serialization.JsonTransformation] + public partial class DataLakeAnalyticsAccountBasic : Resource + { + /// + /// Initializes a new instance of the DataLakeAnalyticsAccountBasic + /// class. + /// + public DataLakeAnalyticsAccountBasic() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DataLakeAnalyticsAccountBasic + /// class. + /// + /// Resource location + /// Resource Id + /// Resource name + /// Resource type + /// Resource tags + /// the provisioning status of the Data + /// Lake Analytics account. Possible values include: 'Failed', + /// 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', + /// 'Resuming', 'Deleting', 'Deleted' + /// the state of the Data Lake Analytics account. + /// Possible values include: 'Active', 'Suspended' + /// the account creation time. + /// the account last modified + /// time. + /// the full CName endpoint for this + /// account. + /// The unique identifier associated with this + /// Data Lake Analytics account. + public DataLakeAnalyticsAccountBasic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), DataLakeAnalyticsAccountStatus? provisioningState = default(DataLakeAnalyticsAccountStatus?), DataLakeAnalyticsAccountState? state = default(DataLakeAnalyticsAccountState?), System.DateTime? creationTime = default(System.DateTime?), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), System.Guid? accountId = default(System.Guid?)) + : base(location, id, name, type, tags) + { + ProvisioningState = provisioningState; + State = state; + CreationTime = creationTime; + LastModifiedTime = lastModifiedTime; + Endpoint = endpoint; + AccountId = accountId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the provisioning status of the Data Lake Analytics account. + /// Possible values include: 'Failed', 'Creating', 'Running', + /// 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', + /// 'Deleted' + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public DataLakeAnalyticsAccountStatus? ProvisioningState { get; private set; } + + /// + /// Gets the state of the Data Lake Analytics account. Possible values + /// include: 'Active', 'Suspended' + /// + [JsonProperty(PropertyName = "properties.state")] + public DataLakeAnalyticsAccountState? State { get; private set; } + + /// + /// Gets the account creation time. + /// + [JsonProperty(PropertyName = "properties.creationTime")] + public System.DateTime? CreationTime { get; private set; } + + /// + /// Gets the account last modified time. + /// + [JsonProperty(PropertyName = "properties.lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets the full CName endpoint for this account. + /// + [JsonProperty(PropertyName = "properties.endpoint")] + public string Endpoint { get; private set; } + + /// + /// Gets the unique identifier associated with this Data Lake Analytics + /// account. + /// + [JsonProperty(PropertyName = "properties.accountId")] + public System.Guid? AccountId { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountPropertiesBasic.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountPropertiesBasic.cs new file mode 100644 index 0000000000000..d4a2110a16f49 --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountPropertiesBasic.cs @@ -0,0 +1,108 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The basic account specific properties that are associated with an + /// underlying Data Lake Analytics account. + /// + public partial class DataLakeAnalyticsAccountPropertiesBasic + { + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsAccountPropertiesBasic class. + /// + public DataLakeAnalyticsAccountPropertiesBasic() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// DataLakeAnalyticsAccountPropertiesBasic class. + /// + /// the provisioning status of the Data + /// Lake Analytics account. Possible values include: 'Failed', + /// 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', + /// 'Resuming', 'Deleting', 'Deleted' + /// the state of the Data Lake Analytics account. + /// Possible values include: 'Active', 'Suspended' + /// the account creation time. + /// the account last modified + /// time. + /// the full CName endpoint for this + /// account. + /// The unique identifier associated with this + /// Data Lake Analytics account. + public DataLakeAnalyticsAccountPropertiesBasic(DataLakeAnalyticsAccountStatus? provisioningState = default(DataLakeAnalyticsAccountStatus?), DataLakeAnalyticsAccountState? state = default(DataLakeAnalyticsAccountState?), System.DateTime? creationTime = default(System.DateTime?), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), System.Guid? accountId = default(System.Guid?)) + { + ProvisioningState = provisioningState; + State = state; + CreationTime = creationTime; + LastModifiedTime = lastModifiedTime; + Endpoint = endpoint; + AccountId = accountId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the provisioning status of the Data Lake Analytics account. + /// Possible values include: 'Failed', 'Creating', 'Running', + /// 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', + /// 'Deleted' + /// + [JsonProperty(PropertyName = "provisioningState")] + public DataLakeAnalyticsAccountStatus? ProvisioningState { get; private set; } + + /// + /// Gets the state of the Data Lake Analytics account. Possible values + /// include: 'Active', 'Suspended' + /// + [JsonProperty(PropertyName = "state")] + public DataLakeAnalyticsAccountState? State { get; private set; } + + /// + /// Gets the account creation time. + /// + [JsonProperty(PropertyName = "creationTime")] + public System.DateTime? CreationTime { get; private set; } + + /// + /// Gets the account last modified time. + /// + [JsonProperty(PropertyName = "lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets the full CName endpoint for this account. + /// + [JsonProperty(PropertyName = "endpoint")] + public string Endpoint { get; private set; } + + /// + /// Gets the unique identifier associated with this Data Lake Analytics + /// account. + /// + [JsonProperty(PropertyName = "accountId")] + public System.Guid? AccountId { get; private set; } + + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountState.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountState.cs index 45a11746a91d2..179a4c4805f66 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountState.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum DataLakeAnalyticsAccountState [EnumMember(Value = "Suspended")] Suspended } + internal static class DataLakeAnalyticsAccountStateEnumExtension + { + internal static string ToSerializedValue(this DataLakeAnalyticsAccountState? value) => + value == null ? null : ((DataLakeAnalyticsAccountState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this DataLakeAnalyticsAccountState value) + { + switch( value ) + { + case DataLakeAnalyticsAccountState.Active: + return "Active"; + case DataLakeAnalyticsAccountState.Suspended: + return "Suspended"; + } + return null; + } + + internal static DataLakeAnalyticsAccountState? ParseDataLakeAnalyticsAccountState(this string value) + { + switch( value ) + { + case "Active": + return DataLakeAnalyticsAccountState.Active; + case "Suspended": + return DataLakeAnalyticsAccountState.Suspended; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountStatus.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountStatus.cs index bfe10f2395082..3052ed364c256 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountStatus.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountStatus.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -42,4 +42,61 @@ public enum DataLakeAnalyticsAccountStatus [EnumMember(Value = "Deleted")] Deleted } + internal static class DataLakeAnalyticsAccountStatusEnumExtension + { + internal static string ToSerializedValue(this DataLakeAnalyticsAccountStatus? value) => + value == null ? null : ((DataLakeAnalyticsAccountStatus)value).ToSerializedValue(); + + internal static string ToSerializedValue(this DataLakeAnalyticsAccountStatus value) + { + switch( value ) + { + case DataLakeAnalyticsAccountStatus.Failed: + return "Failed"; + case DataLakeAnalyticsAccountStatus.Creating: + return "Creating"; + case DataLakeAnalyticsAccountStatus.Running: + return "Running"; + case DataLakeAnalyticsAccountStatus.Succeeded: + return "Succeeded"; + case DataLakeAnalyticsAccountStatus.Patching: + return "Patching"; + case DataLakeAnalyticsAccountStatus.Suspending: + return "Suspending"; + case DataLakeAnalyticsAccountStatus.Resuming: + return "Resuming"; + case DataLakeAnalyticsAccountStatus.Deleting: + return "Deleting"; + case DataLakeAnalyticsAccountStatus.Deleted: + return "Deleted"; + } + return null; + } + + internal static DataLakeAnalyticsAccountStatus? ParseDataLakeAnalyticsAccountStatus(this string value) + { + switch( value ) + { + case "Failed": + return DataLakeAnalyticsAccountStatus.Failed; + case "Creating": + return DataLakeAnalyticsAccountStatus.Creating; + case "Running": + return DataLakeAnalyticsAccountStatus.Running; + case "Succeeded": + return DataLakeAnalyticsAccountStatus.Succeeded; + case "Patching": + return DataLakeAnalyticsAccountStatus.Patching; + case "Suspending": + return DataLakeAnalyticsAccountStatus.Suspending; + case "Resuming": + return DataLakeAnalyticsAccountStatus.Resuming; + case "Deleting": + return DataLakeAnalyticsAccountStatus.Deleting; + case "Deleted": + return DataLakeAnalyticsAccountStatus.Deleted; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountUpdateParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountUpdateParameters.cs index 086471b15afd7..511eff85fe5b8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountUpdateParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsAccountUpdateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs index d6455be43dc3a..b99cca78403c1 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialCreateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs index c8c7a45ab28cc..aabb55a037b89 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialDeleteParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs index b8dfa2492cb03..5104db14081e6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogCredentialUpdateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs index 578fc8a1ead45..906e93c5ad24d 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeStoreAccountInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeStoreAccountInfo.cs index f5da8fab189b2..21b371591f460 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeStoreAccountInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DataLakeStoreAccountInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DdlName.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DdlName.cs index a28c12f540ab6..96f3efb1aa2bb 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DdlName.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/DdlName.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs index 16253698532ba..c79c60610c892 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/EntityId.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/EntityId.cs index 6bf84a2f1f33f..6c1b00975a0e9 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/EntityId.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/EntityId.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ExternalTable.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ExternalTable.cs index 939d2911e68e9..8ad9d9aecb5b6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ExternalTable.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/ExternalTable.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs index b03683f3e489c..917cd350cbaa6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FileType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallAllowAzureIpsState.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallAllowAzureIpsState.cs index 646e70206961b..361a0af0ff1eb 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallAllowAzureIpsState.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallAllowAzureIpsState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum FirewallAllowAzureIpsState [EnumMember(Value = "Disabled")] Disabled } + internal static class FirewallAllowAzureIpsStateEnumExtension + { + internal static string ToSerializedValue(this FirewallAllowAzureIpsState? value) => + value == null ? null : ((FirewallAllowAzureIpsState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this FirewallAllowAzureIpsState value) + { + switch( value ) + { + case FirewallAllowAzureIpsState.Enabled: + return "Enabled"; + case FirewallAllowAzureIpsState.Disabled: + return "Disabled"; + } + return null; + } + + internal static FirewallAllowAzureIpsState? ParseFirewallAllowAzureIpsState(this string value) + { + switch( value ) + { + case "Enabled": + return FirewallAllowAzureIpsState.Enabled; + case "Disabled": + return FirewallAllowAzureIpsState.Disabled; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallRule.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallRule.cs index ed06446316f05..68fa404d4dcbf 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallRule.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallRule.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallState.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallState.cs index 8f3d9ee5584f9..6dd8f9d401ddf 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallState.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/FirewallState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum FirewallState [EnumMember(Value = "Disabled")] Disabled } + internal static class FirewallStateEnumExtension + { + internal static string ToSerializedValue(this FirewallState? value) => + value == null ? null : ((FirewallState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this FirewallState value) + { + switch( value ) + { + case FirewallState.Enabled: + return "Enabled"; + case FirewallState.Disabled: + return "Disabled"; + } + return null; + } + + internal static FirewallState? ParseFirewallState(this string value) + { + switch( value ) + { + case "Enabled": + return FirewallState.Enabled; + case "Disabled": + return FirewallState.Disabled; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs index 5e75effc257a3..7fdf3b6dc85bb 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.DataLake.Analytics.Models using System.Linq; /// - /// Hive job properties used when submitting and retrieving Hive jobs. + /// Hive job properties used when retrieving Hive jobs. /// [Newtonsoft.Json.JsonObject("Hive")] public partial class HiveJobProperties : JobProperties diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs index 65916ff6fe51a..c6ec0739e0da2 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs index c60435094c11c..9a63159526864 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs index 8aaaaad84c32a..f41f6c296ee24 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -19,9 +19,10 @@ namespace Microsoft.Azure.Management.DataLake.Analytics.Models using System.Linq; /// - /// The common Data Lake Analytics job information properties. + /// The extended Data Lake Analytics job information properties returned + /// when retrieving a specific job. /// - public partial class JobInformation + public partial class JobInformation : JobInformationBasic { /// /// Initializes a new instance of the JobInformation class. @@ -41,8 +42,6 @@ public JobInformation() /// the job's unique identifier (a GUID). /// the user or account that submitted the /// job. - /// the error message details for the job, - /// if the job failed. /// the degree of parallelism used /// for this job. This must be greater than 0, if set to less than 0 it /// will default to 1. @@ -67,30 +66,19 @@ public JobInformation() /// the list of log file name patterns to /// find in the logFolder. '*' is the only matching character allowed. /// Example format: jobExecution*.log or *mylog*.txt + /// the recurring job relationship information + /// properties. + /// the error message details for the job, + /// if the job failed. /// the job state audit records, /// indicating when various operations have been performed on this /// job. - /// the recurring job relationship information - /// properties. - public JobInformation(string name, JobType type, JobProperties properties, System.Guid? jobId = default(System.Guid?), string submitter = default(string), IList errorMessage = default(IList), int? degreeOfParallelism = default(int?), int? priority = default(int?), System.DateTimeOffset? submitTime = default(System.DateTimeOffset?), System.DateTimeOffset? startTime = default(System.DateTimeOffset?), System.DateTimeOffset? endTime = default(System.DateTimeOffset?), JobState? state = default(JobState?), JobResult? result = default(JobResult?), string logFolder = default(string), IList logFilePatterns = default(IList), IList stateAuditRecords = default(IList), JobRelationshipProperties related = default(JobRelationshipProperties)) + public JobInformation(string name, JobType type, JobProperties properties, System.Guid? jobId = default(System.Guid?), string submitter = default(string), int? degreeOfParallelism = default(int?), int? priority = default(int?), System.DateTimeOffset? submitTime = default(System.DateTimeOffset?), System.DateTimeOffset? startTime = default(System.DateTimeOffset?), System.DateTimeOffset? endTime = default(System.DateTimeOffset?), JobState? state = default(JobState?), JobResult? result = default(JobResult?), string logFolder = default(string), IList logFilePatterns = default(IList), JobRelationshipProperties related = default(JobRelationshipProperties), IList errorMessage = default(IList), IList stateAuditRecords = default(IList)) + : base(name, type, jobId, submitter, degreeOfParallelism, priority, submitTime, startTime, endTime, state, result, logFolder, logFilePatterns, related) { - JobId = jobId; - Name = name; - Type = type; - Submitter = submitter; ErrorMessage = errorMessage; - DegreeOfParallelism = degreeOfParallelism; - Priority = priority; - SubmitTime = submitTime; - StartTime = startTime; - EndTime = endTime; - State = state; - Result = result; - LogFolder = logFolder; - LogFilePatterns = logFilePatterns; StateAuditRecords = stateAuditRecords; Properties = properties; - Related = related; CustomInit(); } @@ -99,102 +87,12 @@ public JobInformation() /// partial void CustomInit(); - /// - /// Gets the job's unique identifier (a GUID). - /// - [JsonProperty(PropertyName = "jobId")] - public System.Guid? JobId { get; private set; } - - /// - /// Gets or sets the friendly name of the job. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets the job type of the current job (Hive or USql). - /// Possible values include: 'USql', 'Hive' - /// - [JsonProperty(PropertyName = "type")] - public JobType Type { get; set; } - - /// - /// Gets the user or account that submitted the job. - /// - [JsonProperty(PropertyName = "submitter")] - public string Submitter { get; private set; } - /// /// Gets the error message details for the job, if the job failed. /// [JsonProperty(PropertyName = "errorMessage")] public IList ErrorMessage { get; private set; } - /// - /// Gets or sets the degree of parallelism used for this job. This must - /// be greater than 0, if set to less than 0 it will default to 1. - /// - [JsonProperty(PropertyName = "degreeOfParallelism")] - public int? DegreeOfParallelism { get; set; } - - /// - /// Gets or sets the priority value for the current job. Lower numbers - /// have a higher priority. By default, a job has a priority of 1000. - /// This must be greater than 0. - /// - [JsonProperty(PropertyName = "priority")] - public int? Priority { get; set; } - - /// - /// Gets the time the job was submitted to the service. - /// - [JsonProperty(PropertyName = "submitTime")] - public System.DateTimeOffset? SubmitTime { get; private set; } - - /// - /// Gets the start time of the job. - /// - [JsonProperty(PropertyName = "startTime")] - public System.DateTimeOffset? StartTime { get; private set; } - - /// - /// Gets the completion time of the job. - /// - [JsonProperty(PropertyName = "endTime")] - public System.DateTimeOffset? EndTime { get; private set; } - - /// - /// Gets the job state. When the job is in the Ended state, refer to - /// Result and ErrorMessage for details. Possible values include: - /// 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', 'Running', - /// 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity' - /// - [JsonProperty(PropertyName = "state")] - public JobState? State { get; private set; } - - /// - /// Gets the result of job execution or the current result of the - /// running job. Possible values include: 'None', 'Succeeded', - /// 'Cancelled', 'Failed' - /// - [JsonProperty(PropertyName = "result")] - public JobResult? Result { get; private set; } - - /// - /// Gets the log folder path to use in the following format: - /// adl://&lt;accountName&gt;.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. - /// - [JsonProperty(PropertyName = "logFolder")] - public string LogFolder { get; private set; } - - /// - /// Gets or sets the list of log file name patterns to find in the - /// logFolder. '*' is the only matching character allowed. Example - /// format: jobExecution*.log or *mylog*.txt - /// - [JsonProperty(PropertyName = "logFilePatterns")] - public IList LogFilePatterns { get; set; } - /// /// Gets the job state audit records, indicating when various /// operations have been performed on this job. @@ -208,24 +106,15 @@ public JobInformation() [JsonProperty(PropertyName = "properties")] public JobProperties Properties { get; set; } - /// - /// Gets or sets the recurring job relationship information properties. - /// - [JsonProperty(PropertyName = "related")] - public JobRelationshipProperties Related { get; set; } - /// /// Validate the object. /// /// /// Thrown if validation fails /// - public virtual void Validate() + public override void Validate() { - if (Name == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Name"); - } + base.Validate(); if (Properties == null) { throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); @@ -234,10 +123,6 @@ public virtual void Validate() { Properties.Validate(); } - if (Related != null) - { - Related.Validate(); - } } } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs new file mode 100644 index 0000000000000..8fd021fc37fa2 --- /dev/null +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs @@ -0,0 +1,207 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Analytics.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Analytics; + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The common Data Lake Analytics job information properties. + /// + public partial class JobInformationBasic + { + /// + /// Initializes a new instance of the JobInformationBasic class. + /// + public JobInformationBasic() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the JobInformationBasic class. + /// + /// the friendly name of the job. + /// the job type of the current job (Hive or USql). + /// Possible values include: 'USql', 'Hive' + /// the job's unique identifier (a GUID). + /// the user or account that submitted the + /// job. + /// the degree of parallelism used + /// for this job. This must be greater than 0, if set to less than 0 it + /// will default to 1. + /// the priority value for the current job. + /// Lower numbers have a higher priority. By default, a job has a + /// priority of 1000. This must be greater than 0. + /// the time the job was submitted to the + /// service. + /// the start time of the job. + /// the completion time of the job. + /// the job state. When the job is in the Ended + /// state, refer to Result and ErrorMessage for details. Possible + /// values include: 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', + /// 'Running', 'Scheduling', 'Starting', 'Paused', + /// 'WaitingForCapacity' + /// the result of job execution or the current + /// result of the running job. Possible values include: 'None', + /// 'Succeeded', 'Cancelled', 'Failed' + /// the log folder path to use in the following + /// format: + /// adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. + /// the list of log file name patterns to + /// find in the logFolder. '*' is the only matching character allowed. + /// Example format: jobExecution*.log or *mylog*.txt + /// the recurring job relationship information + /// properties. + public JobInformationBasic(string name, JobType type, System.Guid? jobId = default(System.Guid?), string submitter = default(string), int? degreeOfParallelism = default(int?), int? priority = default(int?), System.DateTimeOffset? submitTime = default(System.DateTimeOffset?), System.DateTimeOffset? startTime = default(System.DateTimeOffset?), System.DateTimeOffset? endTime = default(System.DateTimeOffset?), JobState? state = default(JobState?), JobResult? result = default(JobResult?), string logFolder = default(string), IList logFilePatterns = default(IList), JobRelationshipProperties related = default(JobRelationshipProperties)) + { + JobId = jobId; + Name = name; + Type = type; + Submitter = submitter; + DegreeOfParallelism = degreeOfParallelism; + Priority = priority; + SubmitTime = submitTime; + StartTime = startTime; + EndTime = endTime; + State = state; + Result = result; + LogFolder = logFolder; + LogFilePatterns = logFilePatterns; + Related = related; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the job's unique identifier (a GUID). + /// + [JsonProperty(PropertyName = "jobId")] + public System.Guid? JobId { get; private set; } + + /// + /// Gets or sets the friendly name of the job. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the job type of the current job (Hive or USql). + /// Possible values include: 'USql', 'Hive' + /// + [JsonProperty(PropertyName = "type")] + public JobType Type { get; set; } + + /// + /// Gets the user or account that submitted the job. + /// + [JsonProperty(PropertyName = "submitter")] + public string Submitter { get; private set; } + + /// + /// Gets or sets the degree of parallelism used for this job. This must + /// be greater than 0, if set to less than 0 it will default to 1. + /// + [JsonProperty(PropertyName = "degreeOfParallelism")] + public int? DegreeOfParallelism { get; set; } + + /// + /// Gets or sets the priority value for the current job. Lower numbers + /// have a higher priority. By default, a job has a priority of 1000. + /// This must be greater than 0. + /// + [JsonProperty(PropertyName = "priority")] + public int? Priority { get; set; } + + /// + /// Gets the time the job was submitted to the service. + /// + [JsonProperty(PropertyName = "submitTime")] + public System.DateTimeOffset? SubmitTime { get; private set; } + + /// + /// Gets the start time of the job. + /// + [JsonProperty(PropertyName = "startTime")] + public System.DateTimeOffset? StartTime { get; private set; } + + /// + /// Gets the completion time of the job. + /// + [JsonProperty(PropertyName = "endTime")] + public System.DateTimeOffset? EndTime { get; private set; } + + /// + /// Gets the job state. When the job is in the Ended state, refer to + /// Result and ErrorMessage for details. Possible values include: + /// 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', 'Running', + /// 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity' + /// + [JsonProperty(PropertyName = "state")] + public JobState? State { get; private set; } + + /// + /// Gets the result of job execution or the current result of the + /// running job. Possible values include: 'None', 'Succeeded', + /// 'Cancelled', 'Failed' + /// + [JsonProperty(PropertyName = "result")] + public JobResult? Result { get; private set; } + + /// + /// Gets the log folder path to use in the following format: + /// adl://&lt;accountName&gt;.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. + /// + [JsonProperty(PropertyName = "logFolder")] + public string LogFolder { get; private set; } + + /// + /// Gets or sets the list of log file name patterns to find in the + /// logFolder. '*' is the only matching character allowed. Example + /// format: jobExecution*.log or *mylog*.txt + /// + [JsonProperty(PropertyName = "logFilePatterns")] + public IList LogFilePatterns { get; set; } + + /// + /// Gets or sets the recurring job relationship information properties. + /// + [JsonProperty(PropertyName = "related")] + public JobRelationshipProperties Related { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + if (Related != null) + { + Related.Validate(); + } + } + } +} diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs index 6e42cda102e1c..9417ad11764fb 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs index c7220e23d075a..1f467fa7f9213 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs index cf00831f6ad74..da86e759dcb1e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs index 970064c9e8c8b..25a288dbf5032 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs index bbd5b08702265..37ef958801b9c 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs index a5666a6a21da5..a2efb61b6b9a8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs index 7750884a2334f..e6063f43e8744 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs index b5518b8521d18..8b60c64962a31 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -36,4 +36,49 @@ public enum JobResourceType [EnumMember(Value = "StatisticsResourceInUserFolder")] StatisticsResourceInUserFolder } + internal static class JobResourceTypeEnumExtension + { + internal static string ToSerializedValue(this JobResourceType? value) => + value == null ? null : ((JobResourceType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this JobResourceType value) + { + switch( value ) + { + case JobResourceType.VertexResource: + return "VertexResource"; + case JobResourceType.JobManagerResource: + return "JobManagerResource"; + case JobResourceType.StatisticsResource: + return "StatisticsResource"; + case JobResourceType.VertexResourceInUserFolder: + return "VertexResourceInUserFolder"; + case JobResourceType.JobManagerResourceInUserFolder: + return "JobManagerResourceInUserFolder"; + case JobResourceType.StatisticsResourceInUserFolder: + return "StatisticsResourceInUserFolder"; + } + return null; + } + + internal static JobResourceType? ParseJobResourceType(this string value) + { + switch( value ) + { + case "VertexResource": + return JobResourceType.VertexResource; + case "JobManagerResource": + return JobResourceType.JobManagerResource; + case "StatisticsResource": + return JobResourceType.StatisticsResource; + case "VertexResourceInUserFolder": + return JobResourceType.VertexResourceInUserFolder; + case "JobManagerResourceInUserFolder": + return JobResourceType.JobManagerResourceInUserFolder; + case "StatisticsResourceInUserFolder": + return JobResourceType.StatisticsResourceInUserFolder; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs index a7d99714ba2cc..0ed09ebfe97f6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -32,4 +32,41 @@ public enum JobResult [EnumMember(Value = "Failed")] Failed } + internal static class JobResultEnumExtension + { + internal static string ToSerializedValue(this JobResult? value) => + value == null ? null : ((JobResult)value).ToSerializedValue(); + + internal static string ToSerializedValue(this JobResult value) + { + switch( value ) + { + case JobResult.None: + return "None"; + case JobResult.Succeeded: + return "Succeeded"; + case JobResult.Cancelled: + return "Cancelled"; + case JobResult.Failed: + return "Failed"; + } + return null; + } + + internal static JobResult? ParseJobResult(this string value) + { + switch( value ) + { + case "None": + return JobResult.None; + case "Succeeded": + return JobResult.Succeeded; + case "Cancelled": + return JobResult.Cancelled; + case "Failed": + return JobResult.Failed; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs index e79d0679a587d..c8d50cfccc2d1 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -44,4 +44,65 @@ public enum JobState [EnumMember(Value = "WaitingForCapacity")] WaitingForCapacity } + internal static class JobStateEnumExtension + { + internal static string ToSerializedValue(this JobState? value) => + value == null ? null : ((JobState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this JobState value) + { + switch( value ) + { + case JobState.Accepted: + return "Accepted"; + case JobState.Compiling: + return "Compiling"; + case JobState.Ended: + return "Ended"; + case JobState.New: + return "New"; + case JobState.Queued: + return "Queued"; + case JobState.Running: + return "Running"; + case JobState.Scheduling: + return "Scheduling"; + case JobState.Starting: + return "Starting"; + case JobState.Paused: + return "Paused"; + case JobState.WaitingForCapacity: + return "WaitingForCapacity"; + } + return null; + } + + internal static JobState? ParseJobState(this string value) + { + switch( value ) + { + case "Accepted": + return JobState.Accepted; + case "Compiling": + return JobState.Compiling; + case "Ended": + return JobState.Ended; + case "New": + return JobState.New; + case "Queued": + return JobState.Queued; + case "Running": + return JobState.Running; + case "Scheduling": + return JobState.Scheduling; + case "Starting": + return JobState.Starting; + case "Paused": + return JobState.Paused; + case "WaitingForCapacity": + return JobState.WaitingForCapacity; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs index a91324ef8f75b..28c7fbeca1e11 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs index 0bd1909a4c463..e8a8c3c71cc12 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs index e707642070519..b13a0152fcd1e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs index 934a146450aa1..d7a250e84e6dc 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum JobType [EnumMember(Value = "Hive")] Hive } + internal static class JobTypeEnumExtension + { + internal static string ToSerializedValue(this JobType? value) => + value == null ? null : ((JobType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this JobType value) + { + switch( value ) + { + case JobType.USql: + return "USql"; + case JobType.Hive: + return "Hive"; + } + return null; + } + + internal static JobType? ParseJobType(this string value) + { + switch( value ) + { + case "USql": + return JobType.USql; + case "Hive": + return JobType.Hive; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/OptionalSubResource.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/OptionalSubResource.cs index c758ec3e17ef6..6a10cb602ae37 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/OptionalSubResource.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/OptionalSubResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs index 9e00842706131..4d02345351d3a 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Resource.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Resource.cs index 7df8ddb14812f..c14cd02b9491e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Resource.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Resource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SasTokenInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SasTokenInfo.cs index ddfeaed9fe17a..b9b69c8cd0d01 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SasTokenInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SasTokenInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs index 4e374df94a5cd..ec515bf359df9 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -36,4 +36,49 @@ public enum SeverityTypes [EnumMember(Value = "UserWarning")] UserWarning } + internal static class SeverityTypesEnumExtension + { + internal static string ToSerializedValue(this SeverityTypes? value) => + value == null ? null : ((SeverityTypes)value).ToSerializedValue(); + + internal static string ToSerializedValue(this SeverityTypes value) + { + switch( value ) + { + case SeverityTypes.Warning: + return "Warning"; + case SeverityTypes.Error: + return "Error"; + case SeverityTypes.Info: + return "Info"; + case SeverityTypes.SevereWarning: + return "SevereWarning"; + case SeverityTypes.Deprecated: + return "Deprecated"; + case SeverityTypes.UserWarning: + return "UserWarning"; + } + return null; + } + + internal static SeverityTypes? ParseSeverityTypes(this string value) + { + switch( value ) + { + case "Warning": + return SeverityTypes.Warning; + case "Error": + return SeverityTypes.Error; + case "Info": + return SeverityTypes.Info; + case "SevereWarning": + return SeverityTypes.SevereWarning; + case "Deprecated": + return SeverityTypes.Deprecated; + case "UserWarning": + return SeverityTypes.UserWarning; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageAccountInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageAccountInfo.cs index 7a322730dbe11..eb27a428745a8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageAccountInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageAccountInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageContainer.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageContainer.cs index 91066fd9d0ec5..0b293436fbeae 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageContainer.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/StorageContainer.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -34,16 +34,16 @@ public StorageContainer() /// /// Initializes a new instance of the StorageContainer class. /// - /// the name of the blob container. /// the unique identifier of the blob /// container. + /// the name of the blob container. /// the type of the blob container. /// the last modified time of the blob /// container. - public StorageContainer(string name = default(string), string id = default(string), string type = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?)) + public StorageContainer(string id = default(string), string name = default(string), string type = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?)) { - Name = name; Id = id; + Name = name; Type = type; LastModifiedTime = lastModifiedTime; CustomInit(); @@ -54,18 +54,18 @@ public StorageContainer() /// partial void CustomInit(); - /// - /// Gets the name of the blob container. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; private set; } - /// /// Gets the unique identifier of the blob container. /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } + /// + /// Gets the name of the blob container. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + /// /// Gets the type of the blob container. /// diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SubResource.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SubResource.cs index f1f52db6b5df2..8bcc04fccc89c 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SubResource.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SubResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TierType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TierType.cs index 5f67f09ed580d..fa3dc57e4ccfc 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TierType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TierType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -42,4 +42,61 @@ public enum TierType [EnumMember(Value = "Commitment_500000AUHours")] Commitment500000AUHours } + internal static class TierTypeEnumExtension + { + internal static string ToSerializedValue(this TierType? value) => + value == null ? null : ((TierType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this TierType value) + { + switch( value ) + { + case TierType.Consumption: + return "Consumption"; + case TierType.Commitment100AUHours: + return "Commitment_100AUHours"; + case TierType.Commitment500AUHours: + return "Commitment_500AUHours"; + case TierType.Commitment1000AUHours: + return "Commitment_1000AUHours"; + case TierType.Commitment5000AUHours: + return "Commitment_5000AUHours"; + case TierType.Commitment10000AUHours: + return "Commitment_10000AUHours"; + case TierType.Commitment50000AUHours: + return "Commitment_50000AUHours"; + case TierType.Commitment100000AUHours: + return "Commitment_100000AUHours"; + case TierType.Commitment500000AUHours: + return "Commitment_500000AUHours"; + } + return null; + } + + internal static TierType? ParseTierType(this string value) + { + switch( value ) + { + case "Consumption": + return TierType.Consumption; + case "Commitment_100AUHours": + return TierType.Commitment100AUHours; + case "Commitment_500AUHours": + return TierType.Commitment500AUHours; + case "Commitment_1000AUHours": + return TierType.Commitment1000AUHours; + case "Commitment_5000AUHours": + return TierType.Commitment5000AUHours; + case "Commitment_10000AUHours": + return TierType.Commitment10000AUHours; + case "Commitment_50000AUHours": + return TierType.Commitment50000AUHours; + case "Commitment_100000AUHours": + return TierType.Commitment100000AUHours; + case "Commitment_500000AUHours": + return TierType.Commitment500000AUHours; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TypeFieldInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TypeFieldInfo.cs index 37cb5940d8e06..bb4bcfb2ea093 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TypeFieldInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/TypeFieldInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssembly.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssembly.cs index a975b91399896..1d7967f418637 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssembly.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssembly.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyClr.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyClr.cs index 0bd1ee88d256a..70f003a5c755f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyClr.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyClr.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyDependencyInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyDependencyInfo.cs index 7c02e58a295ab..935475ba2823d 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyDependencyInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyDependencyInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs index f5ea68ff39a72..21ef0fb1cb89f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlAssemblyFileInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlCredential.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlCredential.cs index d84949e41924d..241f9d0a56fc2 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlCredential.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlCredential.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDatabase.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDatabase.cs index cae1a124254c6..876cb5a5da114 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDatabase.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDatabase.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDirectedColumn.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDirectedColumn.cs index c0d942807c449..dc136c6cd0972 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDirectedColumn.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDirectedColumn.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDistributionInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDistributionInfo.cs index 52381c40cd58e..7a1735b462fca 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDistributionInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlDistributionInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlExternalDataSource.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlExternalDataSource.cs index 1c5c07dc6f853..cf757a75d7650 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlExternalDataSource.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlExternalDataSource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlIndex.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlIndex.cs index 1dc9afab9d6af..9374645c504a5 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlIndex.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlIndex.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs index 7fd7b91fd8e84..8cf2d09b99648 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.DataLake.Analytics.Models using System.Linq; /// - /// U-SQL job properties used when submitting and retrieving U-SQL jobs. + /// U-SQL job properties used when retrieving U-SQL jobs. /// [Newtonsoft.Json.JsonObject("USql")] public partial class USqlJobProperties : JobProperties @@ -67,11 +67,10 @@ public USqlJobProperties() /// the timestamp (in ticks) for /// the yarn application executing the job. This value should not be /// set by the user and will be ignored if it is. - /// Optionally enforces a specific - /// compilation mode for the job during execution. If this is not - /// specified during submission, the server will determine the optimal - /// compilation mode. Possible values include: 'Semantic', 'Full', - /// 'SingleBox' + /// the specific compilation mode for the job + /// used during execution. If this is not specified during submission, + /// the server will determine the optimal compilation mode. Possible + /// values include: 'Semantic', 'Full', 'SingleBox' public USqlJobProperties(string script, string runtimeVersion = default(string), IList resources = default(IList), JobStatistics statistics = default(JobStatistics), JobDataPath debugData = default(JobDataPath), IList diagnostics = default(IList), string algebraFilePath = default(string), System.TimeSpan? totalCompilationTime = default(System.TimeSpan?), System.TimeSpan? totalPauseTime = default(System.TimeSpan?), System.TimeSpan? totalQueuedTime = default(System.TimeSpan?), System.TimeSpan? totalRunningTime = default(System.TimeSpan?), string rootProcessNodeId = default(string), string yarnApplicationId = default(string), long? yarnApplicationTimeStamp = default(long?), CompileMode? compileMode = default(CompileMode?)) : base(script, runtimeVersion) { @@ -97,28 +96,28 @@ public USqlJobProperties() partial void CustomInit(); /// - /// Gets or sets the list of resources that are required by the job + /// Gets the list of resources that are required by the job /// [JsonProperty(PropertyName = "resources")] - public IList Resources { get; set; } + public IList Resources { get; private set; } /// - /// Gets or sets the job specific statistics. + /// Gets the job specific statistics. /// [JsonProperty(PropertyName = "statistics")] - public JobStatistics Statistics { get; set; } + public JobStatistics Statistics { get; private set; } /// - /// Gets or sets the job specific debug data locations. + /// Gets the job specific debug data locations. /// [JsonProperty(PropertyName = "debugData")] - public JobDataPath DebugData { get; set; } + public JobDataPath DebugData { get; private set; } /// - /// Gets or sets the diagnostics for the job. + /// Gets the diagnostics for the job. /// [JsonProperty(PropertyName = "diagnostics")] - public IList Diagnostics { get; set; } + public IList Diagnostics { get; private set; } /// /// Gets the algebra file path after the job has completed @@ -179,13 +178,13 @@ public USqlJobProperties() public long? YarnApplicationTimeStamp { get; private set; } /// - /// Gets or sets optionally enforces a specific compilation mode for - /// the job during execution. If this is not specified during - /// submission, the server will determine the optimal compilation mode. - /// Possible values include: 'Semantic', 'Full', 'SingleBox' + /// Gets the specific compilation mode for the job used during + /// execution. If this is not specified during submission, the server + /// will determine the optimal compilation mode. Possible values + /// include: 'Semantic', 'Full', 'SingleBox' /// [JsonProperty(PropertyName = "compileMode")] - public CompileMode? CompileMode { get; set; } + public CompileMode? CompileMode { get; private set; } /// /// Validate the object. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs index 0e33ac6ca1365..fe0436923ea59 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlPackage.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlProcedure.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlProcedure.cs index a112f6e23bbb2..d564c6853b58b 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlProcedure.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlProcedure.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSchema.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSchema.cs index 8e71f6a42f1c0..fa707d79fee44 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSchema.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSchema.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSecret.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSecret.cs index d18bfa1a4617a..ac484b2c584fe 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSecret.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlSecret.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTable.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTable.cs index 4019abc241de1..f52293d659e38 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTable.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTable.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableColumn.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableColumn.cs index ac5e3cb6e14b9..72a012f8de843 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableColumn.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableColumn.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTablePartition.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTablePartition.cs index 4a3dfa7451b33..261ae13aea29c 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTablePartition.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTablePartition.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableStatistics.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableStatistics.cs index 5309b6b59cf47..9b7f0f092c585 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableStatistics.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableStatistics.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableType.cs index f38a4beb5bb58..11808d3e38355 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableValuedFunction.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableValuedFunction.cs index 4a9c057e37bd7..48a78edd5d59a 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableValuedFunction.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlTableValuedFunction.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlType.cs index ab60f0aca603d..a46fd52260af7 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlView.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlView.cs index 59aefd244685e..d55759a03dd09 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlView.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlView.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateFirewallRuleParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateFirewallRuleParameters.cs index 509a6004b73e4..71795052a4f70 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateFirewallRuleParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateFirewallRuleParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateStorageAccountParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateStorageAccountParameters.cs index 92f52a531c4fb..bdb99c07775b1 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateStorageAccountParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/UpdateStorageAccountParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs index a942b5d9c8aa0..0b1f401a5b4ea 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs index 49939909760bc..454a917e196d6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs index 8af050a013e26..13aa3a8b338b8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs index a0fffcfb90208..26f208a302553 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperations.cs index 568d2c0095244..8b22dcfbb0b00 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -53,19 +53,23 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie public DataLakeAnalyticsAccountManagementClient Client { get; private set; } /// - /// Gets the specified Azure Storage account linked to the given Data Lake - /// Analytics account. + /// Updates the specified Data Lake Analytics account to add an Azure Storage + /// account. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve Azure - /// storage account details. + /// The name of the Data Lake Analytics account to which to add the Azure + /// Storage account. /// /// - /// The name of the Azure Storage account for which to retrieve the details. + /// The name of the Azure Storage account to add + /// + /// + /// The parameters containing the access key and optional suffix for the Azure + /// Storage Account. /// /// /// Headers that will be added to request. @@ -76,9 +80,6 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -88,7 +89,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -102,6 +103,14 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "storageAccountName"); } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -120,8 +129,9 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("storageAccountName", storageAccountName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Add", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -142,7 +152,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -173,6 +183,12 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // 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) { @@ -228,31 +244,13 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie 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")) { _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); @@ -261,19 +259,22 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie } /// - /// Updates the specified Data Lake Analytics account to remove an Azure - /// Storage account. + /// Updates the Data Lake Analytics account to replace Azure Storage blob + /// account details, such as the access key and/or suffix. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account from which to remove the Azure - /// Storage account. + /// The name of the Data Lake Analytics account to modify storage accounts in /// /// - /// The name of the Azure Storage account to remove + /// The Azure Storage account to modify + /// + /// + /// The parameters containing the access key and suffix to update the storage + /// account with, if any. Passing nothing results in no change. /// /// /// Headers that will be added to request. @@ -293,7 +294,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie /// /// A response object containing the response body and response headers. /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -325,8 +326,9 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("storageAccountName", storageAccountName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -347,7 +349,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -378,6 +380,12 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // 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) { @@ -448,22 +456,19 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie } /// - /// Updates the Data Lake Analytics account to replace Azure Storage blob - /// account details, such as the access key and/or suffix. + /// Updates the specified Data Lake Analytics account to remove an Azure + /// Storage account. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account to modify storage accounts in + /// The name of the Data Lake Analytics account from which to remove the Azure + /// Storage account. /// /// - /// The Azure Storage account to modify - /// - /// - /// The parameters containing the access key and suffix to update the storage - /// account with, if any. Passing nothing results in no change. + /// The name of the Azure Storage account to remove /// /// /// Headers that will be added to request. @@ -483,7 +488,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -515,9 +520,8 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("storageAccountName", storageAccountName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -538,7 +542,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -569,12 +573,6 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // 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) { @@ -645,23 +643,19 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie } /// - /// Updates the specified Data Lake Analytics account to add an Azure Storage - /// account. + /// Gets the specified Azure Storage account linked to the given Data Lake + /// Analytics account. /// /// /// The name of the Azure resource group that contains the Data Lake Analytics /// account. /// /// - /// The name of the Data Lake Analytics account to which to add the Azure - /// Storage account. + /// The name of the Data Lake Analytics account from which to retrieve Azure + /// storage account details. /// /// - /// The name of the Azure Storage account to add - /// - /// - /// The parameters containing the access key and optional suffix for the Azure - /// Storage Account. + /// The name of the Azure Storage account for which to retrieve the details. /// /// /// Headers that will be added to request. @@ -672,6 +666,9 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -681,7 +678,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie /// /// A response object containing the response body and response headers. /// - public async Task AddWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -695,14 +692,6 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "storageAccountName"); } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -721,9 +710,8 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("storageAccountName", storageAccountName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Add", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -744,7 +732,7 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -775,12 +763,6 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie // 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) { @@ -836,13 +818,31 @@ internal StorageAccountsOperations(DataLakeAnalyticsAccountManagementClient clie 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")) { _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); diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperationsExtensions.cs index 89d9024272b48..d071a49000f14 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/StorageAccountsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -24,8 +24,8 @@ namespace Microsoft.Azure.Management.DataLake.Analytics public static partial class StorageAccountsOperationsExtensions { /// - /// Gets the specified Azure Storage account linked to the given Data Lake - /// Analytics account. + /// Updates the specified Data Lake Analytics account to add an Azure Storage + /// account. /// /// /// The operations group for this extension method. @@ -35,20 +35,24 @@ public static partial class StorageAccountsOperationsExtensions /// account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve Azure - /// storage account details. + /// The name of the Data Lake Analytics account to which to add the Azure + /// Storage account. /// /// - /// The name of the Azure Storage account for which to retrieve the details. + /// The name of the Azure Storage account to add /// - public static StorageAccountInfo Get(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName) + /// + /// The parameters containing the access key and optional suffix for the Azure + /// Storage Account. + /// + public static void Add(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters) { - return operations.GetAsync(resourceGroupName, accountName, storageAccountName).GetAwaiter().GetResult(); + operations.AddAsync(resourceGroupName, accountName, storageAccountName, parameters).GetAwaiter().GetResult(); } /// - /// Gets the specified Azure Storage account linked to the given Data Lake - /// Analytics account. + /// Updates the specified Data Lake Analytics account to add an Azure Storage + /// account. /// /// /// The operations group for this extension method. @@ -58,26 +62,27 @@ public static StorageAccountInfo Get(this IStorageAccountsOperations operations, /// account. /// /// - /// The name of the Data Lake Analytics account from which to retrieve Azure - /// storage account details. + /// The name of the Data Lake Analytics account to which to add the Azure + /// Storage account. /// /// - /// The name of the Azure Storage account for which to retrieve the details. + /// The name of the Azure Storage account to add + /// + /// + /// The parameters containing the access key and optional suffix for the Azure + /// Storage Account. /// /// /// The cancellation token. /// - public static async Task GetAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task AddAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } + (await operations.AddWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Updates the specified Data Lake Analytics account to remove an Azure - /// Storage account. + /// Updates the Data Lake Analytics account to replace Azure Storage blob + /// account details, such as the access key and/or suffix. /// /// /// The operations group for this extension method. @@ -87,20 +92,23 @@ public static StorageAccountInfo Get(this IStorageAccountsOperations operations, /// account. /// /// - /// The name of the Data Lake Analytics account from which to remove the Azure - /// Storage account. + /// The name of the Data Lake Analytics account to modify storage accounts in /// /// - /// The name of the Azure Storage account to remove + /// The Azure Storage account to modify /// - public static void Delete(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName) + /// + /// The parameters containing the access key and suffix to update the storage + /// account with, if any. Passing nothing results in no change. + /// + public static void Update(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters)) { - operations.DeleteAsync(resourceGroupName, accountName, storageAccountName).GetAwaiter().GetResult(); + operations.UpdateAsync(resourceGroupName, accountName, storageAccountName, parameters).GetAwaiter().GetResult(); } /// - /// Updates the specified Data Lake Analytics account to remove an Azure - /// Storage account. + /// Updates the Data Lake Analytics account to replace Azure Storage blob + /// account details, such as the access key and/or suffix. /// /// /// The operations group for this extension method. @@ -110,23 +118,26 @@ public static void Delete(this IStorageAccountsOperations operations, string res /// account. /// /// - /// The name of the Data Lake Analytics account from which to remove the Azure - /// Storage account. + /// The name of the Data Lake Analytics account to modify storage accounts in /// /// - /// The name of the Azure Storage account to remove + /// The Azure Storage account to modify + /// + /// + /// The parameters containing the access key and suffix to update the storage + /// account with, if any. Passing nothing results in no change. /// /// /// The cancellation token. /// - public static async Task DeleteAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Updates the Data Lake Analytics account to replace Azure Storage blob - /// account details, such as the access key and/or suffix. + /// Updates the specified Data Lake Analytics account to remove an Azure + /// Storage account. /// /// /// The operations group for this extension method. @@ -136,23 +147,20 @@ public static void Delete(this IStorageAccountsOperations operations, string res /// account. /// /// - /// The name of the Data Lake Analytics account to modify storage accounts in + /// The name of the Data Lake Analytics account from which to remove the Azure + /// Storage account. /// /// - /// The Azure Storage account to modify - /// - /// - /// The parameters containing the access key and suffix to update the storage - /// account with, if any. Passing nothing results in no change. + /// The name of the Azure Storage account to remove /// - public static void Update(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters)) + public static void Delete(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName) { - operations.UpdateAsync(resourceGroupName, accountName, storageAccountName, parameters).GetAwaiter().GetResult(); + operations.DeleteAsync(resourceGroupName, accountName, storageAccountName).GetAwaiter().GetResult(); } /// - /// Updates the Data Lake Analytics account to replace Azure Storage blob - /// account details, such as the access key and/or suffix. + /// Updates the specified Data Lake Analytics account to remove an Azure + /// Storage account. /// /// /// The operations group for this extension method. @@ -162,26 +170,23 @@ public static void Delete(this IStorageAccountsOperations operations, string res /// account. /// /// - /// The name of the Data Lake Analytics account to modify storage accounts in + /// The name of the Data Lake Analytics account from which to remove the Azure + /// Storage account. /// /// - /// The Azure Storage account to modify - /// - /// - /// The parameters containing the access key and suffix to update the storage - /// account with, if any. Passing nothing results in no change. + /// The name of the Azure Storage account to remove /// /// /// The cancellation token. /// - public static async Task UpdateAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, UpdateStorageAccountParameters parameters = default(UpdateStorageAccountParameters), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Updates the specified Data Lake Analytics account to add an Azure Storage - /// account. + /// Gets the specified Azure Storage account linked to the given Data Lake + /// Analytics account. /// /// /// The operations group for this extension method. @@ -191,24 +196,20 @@ public static void Delete(this IStorageAccountsOperations operations, string res /// account. /// /// - /// The name of the Data Lake Analytics account to which to add the Azure - /// Storage account. + /// The name of the Data Lake Analytics account from which to retrieve Azure + /// storage account details. /// /// - /// The name of the Azure Storage account to add - /// - /// - /// The parameters containing the access key and optional suffix for the Azure - /// Storage Account. + /// The name of the Azure Storage account for which to retrieve the details. /// - public static void Add(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters) + public static StorageAccountInfo Get(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName) { - operations.AddAsync(resourceGroupName, accountName, storageAccountName, parameters).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, accountName, storageAccountName).GetAwaiter().GetResult(); } /// - /// Updates the specified Data Lake Analytics account to add an Azure Storage - /// account. + /// Gets the specified Azure Storage account linked to the given Data Lake + /// Analytics account. /// /// /// The operations group for this extension method. @@ -218,22 +219,21 @@ public static void Add(this IStorageAccountsOperations operations, string resour /// account. /// /// - /// The name of the Data Lake Analytics account to which to add the Azure - /// Storage account. + /// The name of the Data Lake Analytics account from which to retrieve Azure + /// storage account details. /// /// - /// The name of the Azure Storage account to add - /// - /// - /// The parameters containing the access key and optional suffix for the Azure - /// Storage Account. + /// The name of the Azure Storage account for which to retrieve the details. /// /// /// The cancellation token. /// - public static async Task AddAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, AddStorageAccountParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.AddWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, storageAccountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj index cffea5285a9da..b1918fadd4b4b 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj @@ -3,7 +3,7 @@ Microsoft.Azure.Management.DataLake.Analytics Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure. - 3.0.1 + 3.1.0-preview Microsoft.Azure.Management.DataLake.Analytics Microsoft Azure Data Lake Analytics management;DataLakeAnalytics;Data Lake Analytics management;REST HTTP client;windowsazureofficial;netcore451511 See https://aka.ms/adladotnetsdkchangelog for release notes. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs index 9e608436ead3c..5b348c5451c46 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Analytics management operations including account, catalog and job management.")] [assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.1.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd index 49e7c3d843de8..1a6cee306086e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd @@ -6,9 +6,9 @@ @echo off setlocal -set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e43bb938a591f613483943579e81dfe0d6ee05c1/arm-datalake-analytics/account/2016-11-01/swagger/account.json" -set jobSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e43bb938a591f613483943579e81dfe0d6ee05c1/arm-datalake-analytics/job/2016-11-01/swagger/job.json" -set catalogSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e43bb938a591f613483943579e81dfe0d6ee05c1/arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json" +set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json" +set jobSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json" +set catalogSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/catalog.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index f527fedaa030e..0b361f45c1007 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -1,4 +1,22 @@ ## Microsoft.Azure.Management.DataLake.Analytics release notes +### Changes in 3.1.0-preview +- Create an explicit set of parameters for job submission. NOTE: Only +U-SQL is supported in this change, no hive jobs are supported at +present. + - For jobs submission, change JobInformation to CreateJobParameters + - For the properties use the right object (e.g. USqlJobProperties to CreateUSqlJobProperties) + - For building jobs, change JobInformation to BuildJobParameters + - For the properties use the right object (e.g. USqlJobProperties to CreateUSqlJobProperties) + - Note that the following fields are not part of BuildJobParameters + - degreeOfParallelism + - priority + - related +- Create a "Basic" jobInformation that is returned for LIST calls +- Setup inheritance for GET jobs +- Create an inheritance structure for GET and LIST ADLS and ADLA +accounts. +- This also follows the Basic -> Object inheritance pattern. + ### Changes in 3.0.1 - Add support for a `basic` parameter on `ListTables` and `ListTablesByDatabase` which enables a user to retrieve a limited set of properties when listing their tables, resulting in a performance improvement when full metadata is not required. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd b/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd index 9462eeb51d3dd..7fccf2a1e4a26 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd @@ -6,8 +6,8 @@ @echo off setlocal -set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/156cd442edf6badb940149878cecfba2d3198776/arm-datalake-store/account/2016-11-01/swagger/account.json" -set filesystemSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/156cd442edf6badb940149878cecfba2d3198776/arm-datalake-store/filesystem/2016-11-01/swagger/filesystem.json" +set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json" +set filesystemSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-store/data-plane/Microsoft.DataLakeStore/2016-11-01/filesystem.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated From 8a72cc45be9d26c6574d52fbc1cdcc3dbab5ef54 Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Mon, 24 Jul 2017 16:22:31 -0700 Subject: [PATCH 02/20] Code gen for ADLS * This change is mapped to this PR: https://github.com/Azure/azure-rest-api-specs/pull/1429 * This commit for ADLS --- src/SDKs/DataLake.Analytics/changelog.md | 2 +- .../CreateGetUpdateDeleteTest.json | 570 ++++++------ .../FirewallAndTrustedProviderTest.json | 570 ++++++------ ...aLakeStoreDownloadUploadFileAndFolder.json | 864 +++++++++--------- .../DataLakeStoreFileSystemAppendToFile.json | 322 +++---- ...reFileSystemAppendToFileWithBadOffset.json | 317 ++++--- ...StoreFileSystemAppendToFileWithOffset.json | 314 ++++--- ...taLakeStoreFileSystemConcatenateFiles.json | 419 +++++---- ...eFileSystemConcurrentAppendCreateFile.json | 366 ++++---- ...StoreFileSystemConcurrentAppendToFile.json | 394 ++++---- .../DataLakeStoreFileSystemDeleteFile.json | 328 +++---- .../DataLakeStoreFileSystemDeleteFolder.json | 409 +++++---- ...ataLakeStoreFileSystemEmptyFileCreate.json | 290 +++--- ...aLakeStoreFileSystemFileAlreadyExists.json | 317 ++++--- ...StoreFileSystemFileCreateWithContents.json | 311 ++++--- .../DataLakeStoreFileSystemFolderCreate.json | 290 +++--- .../DataLakeStoreFileSystemGetAcl.json | 267 +++--- .../DataLakeStoreFileSystemGetAndSetAcl.json | 328 +++---- ...stemGetContentSummaryForFileAndFolder.json | 338 +++---- ...LakeStoreFileSystemGetNonExistentFile.json | 273 +++--- ...LakeStoreFileSystemListFolderContents.json | 343 +++---- ...aLakeStoreFileSystemMoveFileAndFolder.json | 426 +++++---- ...aLakeStoreFileSystemMsConcatDeleteDir.json | 424 +++++---- ...LakeStoreFileSystemMsConcatenateFiles.json | 421 +++++---- ...oreFileSystemNegativeConcurrentAppend.json | 335 +++---- ...DataLakeStoreFileSystemNegativeExpiry.json | 377 ++++---- .../DataLakeStoreFileSystemSetAcl.json | 301 +++--- ...LakeStoreFileSystemSetAndRemoveExpiry.json | 433 ++++----- ...aLakeStoreFileSystemSetDeleteAclEntry.json | 311 ++++--- ...aLakeStoreFileSystemSetFileProperties.json | 292 +++--- .../DataLakeStoreFileSystemTestFile.json | 305 ++++--- ...StoreFileSystemValidateDefaultTimeout.json | 264 +++--- .../DataLakeStoreCustomizationHelper.cs | 2 +- .../Generated/AccountOperations.cs | 26 +- .../Generated/AccountOperationsExtensions.cs | 18 +- .../DataLakeStoreAccountManagementClient.cs | 2 +- ...DataLakeStoreFileSystemManagementClient.cs | 2 +- .../Generated/FileSystemOperations.cs | 584 ++++++------ .../FileSystemOperationsExtensions.cs | 356 ++++---- .../Generated/FirewallRulesOperations.cs | 2 +- .../FirewallRulesOperationsExtensions.cs | 2 +- .../Generated/IAccountOperations.cs | 10 +- .../IDataLakeStoreAccountManagementClient.cs | 2 +- ...DataLakeStoreFileSystemManagementClient.cs | 2 +- .../Generated/IFileSystemOperations.cs | 154 ++-- .../Generated/IFirewallRulesOperations.cs | 2 +- .../ITrustedIdProvidersOperations.cs | 2 +- .../Generated/Models/AclStatus.cs | 2 +- .../Generated/Models/AclStatusResult.cs | 2 +- .../Models/AdlsAccessControlException.cs | 2 +- .../Models/AdlsBadOffsetException.cs | 2 +- .../Generated/Models/AdlsError.cs | 2 +- .../Generated/Models/AdlsErrorException.cs | 2 +- .../Models/AdlsFileAlreadyExistsException.cs | 2 +- .../Models/AdlsFileNotFoundException.cs | 2 +- .../Generated/Models/AdlsIOException.cs | 2 +- .../Models/AdlsIllegalArgumentException.cs | 2 +- .../Generated/Models/AdlsRemoteException.cs | 2 +- .../Generated/Models/AdlsRuntimeException.cs | 2 +- .../Generated/Models/AdlsSecurityException.cs | 2 +- .../Models/AdlsThrottledException.cs | 2 +- .../AdlsUnsupportedOperationException.cs | 2 +- .../Generated/Models/AppendModeType.cs | 27 +- .../Generated/Models/ContentSummary.cs | 2 +- .../Generated/Models/ContentSummaryResult.cs | 2 +- .../Generated/Models/DataLakeStoreAccount.cs | 74 +- .../Models/DataLakeStoreAccountBasic.cs | 126 +++ .../Models/DataLakeStoreAccountState.cs | 31 +- .../Models/DataLakeStoreAccountStatus.cs | 59 +- .../DataLakeStoreAccountUpdateParameters.cs | 2 +- .../Generated/Models/EncryptionConfig.cs | 2 +- .../Generated/Models/EncryptionConfigType.cs | 31 +- .../Generated/Models/EncryptionIdentity.cs | 2 +- .../Models/EncryptionProvisioningState.cs | 31 +- .../Generated/Models/EncryptionState.cs | 31 +- .../Generated/Models/ErrorDetails.cs | 2 +- .../Generated/Models/ExpiryOptionType.cs | 39 +- .../Generated/Models/FileOperationResult.cs | 2 +- .../Generated/Models/FileStatusProperties.cs | 2 +- .../Generated/Models/FileStatusResult.cs | 2 +- .../Generated/Models/FileStatuses.cs | 2 +- .../Generated/Models/FileStatusesResult.cs | 2 +- .../Generated/Models/FileType.cs | 31 +- .../Models/FirewallAllowAzureIpsState.cs | 31 +- .../Generated/Models/FirewallRule.cs | 2 +- .../Generated/Models/FirewallState.cs | 31 +- .../Generated/Models/KeyVaultMetaInfo.cs | 2 +- .../Generated/Models/Page.cs | 2 +- .../Generated/Models/Resource.cs | 2 +- .../Generated/Models/SubResource.cs | 2 +- .../Generated/Models/SyncFlag.cs | 35 +- .../Generated/Models/TierType.cs | 51 +- .../Generated/Models/TrustedIdProvider.cs | 2 +- .../Models/TrustedIdProviderState.cs | 31 +- .../Models/UpdateEncryptionConfig.cs | 2 +- .../Models/UpdateFirewallRuleParameters.cs | 2 +- .../Models/UpdateKeyVaultMetaInfo.cs | 2 +- .../UpdateTrustedIdProviderParameters.cs | 2 +- .../Generated/TrustedIdProvidersOperations.cs | 2 +- .../TrustedIdProvidersOperationsExtensions.cs | 2 +- ...oft.Azure.Management.DataLake.Store.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- src/SDKs/DataLake.Store/changelog.md | 4 + 103 files changed, 7225 insertions(+), 6205 deletions(-) create mode 100644 src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountBasic.cs diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index 0b361f45c1007..a75cd80c1cb7e 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -13,7 +13,7 @@ present. - related - Create a "Basic" jobInformation that is returned for LIST calls - Setup inheritance for GET jobs -- Create an inheritance structure for GET and LIST ADLS and ADLA +- Create an inheritance structure for GET and LIST ADLA accounts. - This also follows the Basic -> Object inheritance pattern. diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json index 5a42e9818a611..823114ace3e95 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/CreateGetUpdateDeleteTest.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2841bf1-d3bd-4954-afbb-77a77d204388" + "47e8a869-4e8c-44f2-b06c-a091f2e815cd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:00:58 GMT" + "Mon, 24 Jul 2017 22:38:37 GMT" ], "Pragma": [ "no-cache" @@ -43,13 +44,13 @@ "1199" ], "x-ms-request-id": [ - "5790755b-8cac-48c4-b0e3-8b1faf2db3c5" + "ada4b273-0b4a-4deb-8778-a0f2e1c01cdb" ], "x-ms-correlation-request-id": [ - "5790755b-8cac-48c4-b0e3-8b1faf2db3c5" + "ada4b273-0b4a-4deb-8778-a0f2e1c01cdb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180059Z:5790755b-8cac-48c4-b0e3-8b1faf2db3c5" + "WESTUS2:20170724T223838Z:ada4b273-0b4a-4deb-8778-a0f2e1c01cdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f407e5e-4363-45ce-80e5-c390c02881b1" + "a977f00e-ec0c-4493-b6cd-f32109fea6fc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:00:58 GMT" + "Mon, 24 Jul 2017 22:38:38 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14989" ], "x-ms-request-id": [ - "de491c4f-2bfb-4f78-9900-8c9adf259da1" + "c83dba2f-3c2c-4c90-b0a7-f200b83d13a4" ], "x-ms-correlation-request-id": [ - "de491c4f-2bfb-4f78-9900-8c9adf259da1" + "c83dba2f-3c2c-4c90-b0a7-f200b83d13a4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180059Z:de491c4f-2bfb-4f78-9900-8c9adf259da1" + "WESTUS2:20170724T223839Z:c83dba2f-3c2c-4c90-b0a7-f200b83d13a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1e04682-bb40-4754-b5ac-5363b608a02f" + "c2faeffc-3ee3-48f6-bd6d-a19ebd4f6708" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:00:59 GMT" + "Mon, 24 Jul 2017 22:38:39 GMT" ], "Pragma": [ "no-cache" @@ -154,13 +157,13 @@ "1198" ], "x-ms-request-id": [ - "a996e81e-cbbd-4563-9d6c-af99e8cb8df0" + "da478f9c-b4d9-4c7d-9669-10934c073988" ], "x-ms-correlation-request-id": [ - "a996e81e-cbbd-4563-9d6c-af99e8cb8df0" + "da478f9c-b4d9-4c7d-9669-10934c073988" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180059Z:a996e81e-cbbd-4563-9d6c-af99e8cb8df0" + "WESTUS2:20170724T223840Z:da478f9c-b4d9-4c7d-9669-10934c073988" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3499f82-eed4-4397-bae6-7a32f57537b1" + "a34a7227-0bbb-46da-ac2d-bd70d22373e6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:00:59 GMT" + "Mon, 24 Jul 2017 22:38:40 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14988" ], "x-ms-request-id": [ - "f1dac4ba-a39e-4bd3-87b3-0b547274d862" + "01c266a9-0117-424f-b428-60ae9836ca44" ], "x-ms-correlation-request-id": [ - "f1dac4ba-a39e-4bd3-87b3-0b547274d862" + "01c266a9-0117-424f-b428-60ae9836ca44" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180059Z:f1dac4ba-a39e-4bd3-87b3-0b547274d862" + "WESTUS2:20170724T223841Z:01c266a9-0117-424f-b428-60ae9836ca44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17619?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzYxOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODc1Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da9f46bc-f166-48f9-8d60-e57bb2413b8f" + "e6454cfc-5f29-4d5e-8b84-7a06fce6974d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17619' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18757' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:00:59 GMT" + "Mon, 24 Jul 2017 22:38:40 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14987" ], "x-ms-request-id": [ - "52a6e7c6-dbb5-4703-a051-1997d7bbda26" + "0a333b89-0129-4c9f-8a7a-d463dff7d50d" ], "x-ms-correlation-request-id": [ - "52a6e7c6-dbb5-4703-a051-1997d7bbda26" + "0a333b89-0129-4c9f-8a7a-d463dff7d50d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180059Z:52a6e7c6-dbb5-4703-a051-1997d7bbda26" + "WESTUS2:20170724T223841Z:0a333b89-0129-4c9f-8a7a-d463dff7d50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17619?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzYxOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODc1Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a88839b-cf45-48be-a9e8-f10373b300d7" + "55d8ddf3-3bc8-4e71-8581-db32ea4ec9f0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619\",\r\n \"name\": \"datalakerg17619\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757\",\r\n \"name\": \"datalakerg18757\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:01:00 GMT" + "Mon, 24 Jul 2017 22:38:41 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14986" ], "x-ms-request-id": [ - "7750e254-e571-4755-8b08-e52a7872118f" + "3747b5fa-bce8-4555-a6d8-3696b734ca49" ], "x-ms-correlation-request-id": [ - "7750e254-e571-4755-8b08-e52a7872118f" + "3747b5fa-bce8-4555-a6d8-3696b734ca49" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180101Z:7750e254-e571-4755-8b08-e52a7872118f" + "WESTUS2:20170724T223842Z:3747b5fa-bce8-4555-a6d8-3696b734ca49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17619?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzYxOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODc1Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "89f779e4-b4a8-49c4-b243-e8876049ec38" + "cbb967bf-09d8-415b-b830-5f9dc4c317b8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619\",\r\n \"name\": \"datalakerg17619\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757\",\r\n \"name\": \"datalakerg18757\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,7 +377,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:01:00 GMT" + "Mon, 24 Jul 2017 22:38:41 GMT" ], "Pragma": [ "no-cache" @@ -379,13 +386,13 @@ "1197" ], "x-ms-request-id": [ - "5ad73921-40ad-4df2-8674-f5c278413b08" + "6beffb5a-eb68-4a14-8218-d7078931bebd" ], "x-ms-correlation-request-id": [ - "5ad73921-40ad-4df2-8674-f5c278413b08" + "6beffb5a-eb68-4a14-8218-d7078931bebd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180101Z:5ad73921-40ad-4df2-8674-f5c278413b08" + "WESTUS2:20170724T223842Z:6beffb5a-eb68-4a14-8218-d7078931bebd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f4ee931-0136-4ced-9044-ed9a80f4d4bd" + "673929f1-7909-4c09-8efe-30976edc3595" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13480' under resource group 'datalakerg17619' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13551' under resource group 'datalakerg18757' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:01:00 GMT" + "Mon, 24 Jul 2017 22:38:41 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "fa9f5b97-933f-43f5-8237-cede9d3feaa8" + "d715ff11-cdf3-4939-bbe6-977cbb530323" ], "x-ms-correlation-request-id": [ - "fa9f5b97-933f-43f5-8237-cede9d3feaa8" + "d715ff11-cdf3-4939-bbe6-977cbb530323" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180101Z:fa9f5b97-933f-43f5-8237-cede9d3feaa8" + "WESTUS2:20170724T223842Z:d715ff11-cdf3-4939-bbe6-977cbb530323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13480.azuredatalakestore.net\",\r\n \"accountId\": \"392675f4-5e09-47cf-a608-ac2950e14098\",\r\n \"creationTime\": \"2017-03-27T18:01:04.4120409Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:01:04.4120409Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480\",\r\n \"name\": \"testadlfs13480\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13551.azuredatalakestore.net\",\r\n \"accountId\": \"13c66116-dd85-4067-abc7-573cb495ce0e\",\r\n \"creationTime\": \"2017-07-24T22:38:47.103032Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:38:47.103032Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551\",\r\n \"name\": \"testadlfs13551\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:01:34 GMT" + "Mon, 24 Jul 2017 22:39:15 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1cb3e6ef-82cf-431d-a4bf-105492d16f76" + "6bf83456-2be7-40cd-a946-550ebddef063" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14987" ], "x-ms-correlation-request-id": [ - "0294e10d-fe5e-4dae-bb1a-2cce8d10f3fe" + "f44219ce-65e7-4da5-b82f-a7d936a30a7b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180134Z:0294e10d-fe5e-4dae-bb1a-2cce8d10f3fe" + "WESTUS2:20170724T223916Z:f44219ce-65e7-4da5-b82f-a7d936a30a7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c0ab110-739c-4a22-ad6d-d4240f9ff9e2" + "5d9192f5-6257-43ff-91ed-1ee9a166bea9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13480.azuredatalakestore.net\",\r\n \"accountId\": \"392675f4-5e09-47cf-a608-ac2950e14098\",\r\n \"creationTime\": \"2017-03-27T18:01:04.4120409Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:01:04.4120409Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480\",\r\n \"name\": \"testadlfs13480\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13551.azuredatalakestore.net\",\r\n \"accountId\": \"13c66116-dd85-4067-abc7-573cb495ce0e\",\r\n \"creationTime\": \"2017-07-24T22:38:47.103032Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:38:47.103032Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551\",\r\n \"name\": \"testadlfs13551\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:01:35 GMT" + "Mon, 24 Jul 2017 22:39:17 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6ef52bfc-5305-4016-9f49-a04369cd0f48" + "120716e5-9fc9-4843-ab5a-c2278d1cfb78" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14955" ], "x-ms-correlation-request-id": [ - "2a61c508-02d8-4938-b833-e26f2fe9d57c" + "ffbf11c9-26df-4f42-ad38-e4eab27cb64a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180135Z:2a61c508-02d8-4938-b833-e26f2fe9d57c" + "WESTUS2:20170724T223917Z:ffbf11c9-26df-4f42-ad38-e4eab27cb64a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1NTE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "f45db8dd-4441-449e-831f-ffd32897e079" + "40be6604-78cf-444e-bd0e-2f2129f5aedb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"392675f4-5e09-47cf-a608-ac2950e14098\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480\",\r\n \"name\": \"testadlfs13480\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"13c66116-dd85-4067-abc7-573cb495ce0e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551\",\r\n \"name\": \"testadlfs13551\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:01:02 GMT" + "Mon, 24 Jul 2017 22:38:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/392675f4-5e09-47cf-a608-ac2950e140980?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/13c66116-dd85-4067-abc7-573cb495ce0e0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "6ab89eb4-d5f9-4cca-bacf-dcca5c44a0ce" + "30fb7b9d-8969-48d2-b3b1-35df586278b4" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "3e84f7c2-4edb-4fb2-abe0-404f7e4906ff" + "dfa31f6d-e986-4f6d-aa65-79ea1896e885" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180103Z:3e84f7c2-4edb-4fb2-abe0-404f7e4906ff" + "WESTUS2:20170724T223844Z:dfa31f6d-e986-4f6d-aa65-79ea1896e885" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/392675f4-5e09-47cf-a608-ac2950e140980?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzM5MjY3NWY0LTVlMDktNDdjZi1hNjA4LWFjMjk1MGUxNDA5ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/13c66116-dd85-4067-abc7-573cb495ce0e0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzEzYzY2MTE2LWRkODUtNDA2Ny1hYmM3LTU3M2NiNDk1Y2UwZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:01:33 GMT" + "Mon, 24 Jul 2017 22:39:15 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ce16d64f-0f17-42b9-a367-43d12b776507" + "b081ca66-0c3f-4a29-845e-d5709a14ff45" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14996" ], "x-ms-correlation-request-id": [ - "19383664-4487-457d-9c79-86d8087924a8" + "b2dad780-1f1d-41cc-b924-3adfb6707bde" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180134Z:19383664-4487-457d-9c79-86d8087924a8" + "WESTUS2:20170724T223915Z:b2dad780-1f1d-41cc-b924-3adfb6707bde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"newTier\": \"Commitment_1TB\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n }\r\n}", "RequestHeaders": { @@ -739,16 +751,17 @@ "291" ], "x-ms-client-request-id": [ - "200bb8e3-6add-4d63-a77c-daa70620b895" + "426d9c3f-1329-45ed-878f-da76e92985e3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"newTier\": \"Commitment_1TB\",\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"newTier\": \"Commitment_1TB\",\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"tenantId\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "685" @@ -766,13 +779,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:01:40 GMT" + "Mon, 24 Jul 2017 22:39:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -781,10 +794,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/bf663b75-34bb-449a-b8dc-e09fd59361fe0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cde93351-c54a-46d9-9b19-60791bf970920?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "3517bd9a-5d7a-4178-9ca6-9cb6bf914141" + "746f015f-550f-498b-a40e-9c9261aa7404" ], "X-Content-Type-Options": [ "nosniff" @@ -796,13 +809,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "52dbb320-3308-4e45-b461-e689b0c6a0aa" + "f6a2618f-2fa2-4933-839e-4e45dd38e090" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180140Z:52dbb320-3308-4e45-b461-e689b0c6a0aa" + "WESTUS2:20170724T223923Z:f6a2618f-2fa2-4933-839e-4e45dd38e090" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -811,13 +824,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/bf663b75-34bb-449a-b8dc-e09fd59361fe0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2JmNjYzYjc1LTM0YmItNDQ5YS1iOGRjLWUwOWZkNTkzNjFmZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/cde93351-c54a-46d9-9b19-60791bf970920?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NkZTkzMzUxLWM1NGEtNDZkOS05YjE5LTYwNzkxYmY5NzA5MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -835,7 +849,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:10 GMT" + "Mon, 24 Jul 2017 22:39:53 GMT" ], "Pragma": [ "no-cache" @@ -847,7 +861,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b8b5f004-14ac-4767-b505-d3b8fe9592ca" + "36e58e04-7573-44df-9f62-fce97cf28a22" ], "X-Content-Type-Options": [ "nosniff" @@ -859,13 +873,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14991" ], "x-ms-correlation-request-id": [ - "b1e3b269-ab21-40b8-8f5c-66ca2f0966d6" + "833bc83c-08b0-4b5d-8616-1c3b7d9c76b3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180211Z:b1e3b269-ab21-40b8-8f5c-66ca2f0966d6" + "WESTUS2:20170724T223954Z:833bc83c-08b0-4b5d-8616-1c3b7d9c76b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -874,16 +888,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Commitment_1TB\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:01:39.8583284Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"a2addbc3-cbdf-4918-9ec8-68140c572e27\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Commitment_1TB\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:39:23.5734731Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9bacad70-ba92-43a7-a522-f66617190bd1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -898,7 +913,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:11 GMT" + "Mon, 24 Jul 2017 22:39:55 GMT" ], "Pragma": [ "no-cache" @@ -910,7 +925,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3ee00e2f-a6b8-4999-8243-5580e504e8ce" + "aaf0d703-4b1d-4f6d-b96f-401fb664affd" ], "X-Content-Type-Options": [ "nosniff" @@ -922,13 +937,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14990" ], "x-ms-correlation-request-id": [ - "6f537ebc-ac13-46c7-913e-9ee580712d30" + "0e4bfee9-a98a-464a-b1d7-aa248a537ed8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180211Z:6f537ebc-ac13-46c7-913e-9ee580712d30" + "WESTUS2:20170724T223955Z:0e4bfee9-a98a-464a-b1d7-aa248a537ed8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -937,22 +952,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba861eab-6dde-4b9b-950b-ddf84b9eef06" + "1462f710-3f02-4eb1-901e-d7197d7df85b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Commitment_1TB\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:01:39.8583284Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"a2addbc3-cbdf-4918-9ec8-68140c572e27\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Commitment_1TB\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:39:23.5734731Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"testkey\": \"testvalue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9bacad70-ba92-43a7-a522-f66617190bd1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -967,7 +983,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:12 GMT" + "Mon, 24 Jul 2017 22:39:55 GMT" ], "Pragma": [ "no-cache" @@ -979,7 +995,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc3370d6-91bb-49ec-a4a2-3506b2f96864" + "c62acf25-6bf5-460d-a2dc-eeb127f7b624" ], "X-Content-Type-Options": [ "nosniff" @@ -991,13 +1007,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14993" ], "x-ms-correlation-request-id": [ - "73438196-65ef-49cd-8444-b2f4eb034449" + "f30add2b-fab8-4196-a9b1-d00353ebc920" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180212Z:73438196-65ef-49cd-8444-b2f4eb034449" + "WESTUS2:20170724T223956Z:f30add2b-fab8-4196-a9b1-d00353ebc920" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1006,22 +1022,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ee32f38-b5be-4ed4-bd8a-75d99efd92fe" + "eb6be1e6-e132-4722-9b65-695ab9d35115" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:12.8308975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"a2addbc3-cbdf-4918-9ec8-68140c572e27\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:00.0277479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9bacad70-ba92-43a7-a522-f66617190bd1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1036,7 +1053,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:14 GMT" + "Mon, 24 Jul 2017 22:39:58 GMT" ], "Pragma": [ "no-cache" @@ -1048,7 +1065,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "760945ba-80b7-410b-a9c5-75360af9f0fa" + "f5638c3d-fc03-4654-bab7-974b67065729" ], "X-Content-Type-Options": [ "nosniff" @@ -1060,13 +1077,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-correlation-request-id": [ - "bed32dd6-3a7b-488f-aad2-20bc1205d6bd" + "ae5883df-b5ff-4450-9056-8208aad6013e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180214Z:bed32dd6-3a7b-488f-aad2-20bc1205d6bd" + "WESTUS2:20170724T223959Z:ae5883df-b5ff-4450-9056-8208aad6013e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1075,22 +1092,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1cd5fbb-0ff1-47ef-8bdf-bdf35b2b366b" + "5cc90ae7-027c-4a6a-af15-90f731a0e989" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:12.8308975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"a2addbc3-cbdf-4918-9ec8-68140c572e27\",\r\n \"tenantId\": \"6e606ece-3a5a-4674-a654-d6b02bc5a51b\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:00.0277479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9bacad70-ba92-43a7-a522-f66617190bd1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1105,7 +1123,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:49 GMT" + "Mon, 24 Jul 2017 22:40:35 GMT" ], "Pragma": [ "no-cache" @@ -1117,7 +1135,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2a0b8f76-3d1d-4f31-99eb-304149182d93" + "581e840b-a49a-49d3-b9c7-891b74e5f877" ], "X-Content-Type-Options": [ "nosniff" @@ -1129,13 +1147,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14992" ], "x-ms-correlation-request-id": [ - "67a48e5f-1c2d-4bad-bfa7-971a25559edc" + "c8c55c00-b83d-4b71-aeb1-846e5fbac552" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180249Z:67a48e5f-1c2d-4bad-bfa7-971a25559edc" + "WESTUS2:20170724T224035Z:c8c55c00-b83d-4b71-aeb1-846e5fbac552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1144,22 +1162,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f953422-0108-4610-9139-f4c3f3362adb" + "1044d0a3-a6a5-4535-acc7-50f183ea73a2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake13299' under resource group 'datalakerg17619' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake11106' under resource group 'datalakerg18757' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "169" @@ -1174,7 +1193,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:51 GMT" + "Mon, 24 Jul 2017 22:40:39 GMT" ], "Pragma": [ "no-cache" @@ -1183,13 +1202,13 @@ "gateway" ], "x-ms-request-id": [ - "4d27529b-a808-4d7b-a393-0e06baf142b6" + "a5d87b5d-cade-46cb-9e1e-91c7c8f33242" ], "x-ms-correlation-request-id": [ - "4d27529b-a808-4d7b-a393-0e06baf142b6" + "a5d87b5d-cade-46cb-9e1e-91c7c8f33242" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180252Z:4d27529b-a808-4d7b-a393-0e06baf142b6" + "WESTUS2:20170724T224039Z:a5d87b5d-cade-46cb-9e1e-91c7c8f33242" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1198,8 +1217,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"properties\": {\r\n \"newTier\": \"Consumption\"\r\n }\r\n}", "RequestHeaders": { @@ -1210,16 +1229,17 @@ "111" ], "x-ms-client-request-id": [ - "85caa632-96a6-43eb-b823-e589e19d9a14" + "949a03f5-b4d7-4269-93df-42c3ca57cab9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:12.8308975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Commitment_1TB\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:00.0277479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9bacad70-ba92-43a7-a522-f66617190bd1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1234,7 +1254,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:13 GMT" + "Mon, 24 Jul 2017 22:39:58 GMT" ], "Pragma": [ "no-cache" @@ -1246,7 +1266,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b48c2a3b-356d-4c60-8b4f-0d151948fba8" + "3db3e78e-1c35-4840-aef4-4131c0bf8954" ], "X-Content-Type-Options": [ "nosniff" @@ -1258,13 +1278,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "d8a4996e-6a3f-4f59-8069-6e78310d512c" + "ee09050d-d4fc-411f-babd-d452edbfb0ad" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180214Z:d8a4996e-6a3f-4f59-8069-6e78310d512c" + "WESTUS2:20170724T223958Z:ee09050d-d4fc-411f-babd-d452edbfb0ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1273,8 +1293,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTlhY2N0Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDZhY2N0Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -1285,16 +1305,17 @@ "31" ], "x-ms-client-request-id": [ - "1e344f38-e3c5-4868-8407-502d2ad69d6f" + "ab410d47-dc17-4f8c-84c9-1044960961ac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"04fff4d9-69f7-42ae-9813-250e8d5732d4\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2\",\r\n \"name\": \"testdatalake13299acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"28ee9e1c-5174-4781-b7e9-79145fc02b37\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2\",\r\n \"name\": \"testdatalake11106acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "436" @@ -1312,13 +1333,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:16 GMT" + "Mon, 24 Jul 2017 22:40:01 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1327,10 +1348,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/04fff4d9-69f7-42ae-9813-250e8d5732d40?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/28ee9e1c-5174-4781-b7e9-79145fc02b370?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "dd30c4ac-e2d9-4e8d-b6e2-e0503edf8822" + "4b946c1d-8543-4466-819f-bcc84b4a7f9e" ], "X-Content-Type-Options": [ "nosniff" @@ -1342,13 +1363,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "6349af4d-3342-43cb-85d0-a2c9120c5248" + "8c153a4b-7a53-4db2-8cde-b758e38d8c90" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180216Z:6349af4d-3342-43cb-85d0-a2c9120c5248" + "WESTUS2:20170724T224001Z:8c153a4b-7a53-4db2-8cde-b758e38d8c90" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1357,13 +1378,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/04fff4d9-69f7-42ae-9813-250e8d5732d40?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzA0ZmZmNGQ5LTY5ZjctNDJhZS05ODEzLTI1MGU4ZDU3MzJkNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/28ee9e1c-5174-4781-b7e9-79145fc02b370?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI4ZWU5ZTFjLTUxNzQtNDc4MS1iN2U5LTc5MTQ1ZmMwMmIzNzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1381,7 +1403,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:47 GMT" + "Mon, 24 Jul 2017 22:40:32 GMT" ], "Pragma": [ "no-cache" @@ -1393,7 +1415,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e9b9d55c-43f9-4049-a924-4b319e890ed4" + "b4c8829f-68f9-454a-827e-63a1db387558" ], "X-Content-Type-Options": [ "nosniff" @@ -1405,13 +1427,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14987" ], "x-ms-correlation-request-id": [ - "e8a11f24-3017-4a8f-8a29-6bc93d311051" + "dd0ca426-e15a-4688-b342-c11a89b082f9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180247Z:e8a11f24-3017-4a8f-8a29-6bc93d311051" + "WESTUS2:20170724T224032Z:dd0ca426-e15a-4688-b342-c11a89b082f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1420,16 +1442,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTlhY2N0Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDZhY2N0Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299acct2.azuredatalakestore.net\",\r\n \"accountId\": \"04fff4d9-69f7-42ae-9813-250e8d5732d4\",\r\n \"creationTime\": \"2017-03-27T18:02:17.437143Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:17.437143Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2\",\r\n \"name\": \"testdatalake13299acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106acct2.azuredatalakestore.net\",\r\n \"accountId\": \"28ee9e1c-5174-4781-b7e9-79145fc02b37\",\r\n \"creationTime\": \"2017-07-24T22:40:01.7884543Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:01.7884543Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2\",\r\n \"name\": \"testdatalake11106acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1444,7 +1467,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:47 GMT" + "Mon, 24 Jul 2017 22:40:32 GMT" ], "Pragma": [ "no-cache" @@ -1456,7 +1479,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "607e3d6d-b69b-4087-8ace-91068676321b" + "b417e360-1d52-4a56-bcec-07e9d467a783" ], "X-Content-Type-Options": [ "nosniff" @@ -1468,13 +1491,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14984" ], "x-ms-correlation-request-id": [ - "509f6b00-7c28-4d58-9f53-8983ef873ef4" + "bec02dc7-d705-42d5-876f-45dea3c7540c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180247Z:509f6b00-7c28-4d58-9f53-8983ef873ef4" + "WESTUS2:20170724T224032Z:bec02dc7-d705-42d5-876f-45dea3c7540c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1483,22 +1506,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/accounts?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/accounts?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "049128ae-a475-41f5-88d1-c65a47d0d553" + "a6e01406-a023-4ab3-bb92-a8405ffed273" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlspytest01.azuredatalakestore.net\",\r\n \"accountId\": \"b898aca7-703c-401c-a082-e4d642d1ab13\",\r\n \"creationTime\": \"2017-03-20T23:56:40.4922183Z\",\r\n \"lastModifiedTime\": \"2017-03-20T23:56:40.4922183Z\"\r\n },\r\n \"location\": \"east us2\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/adlspytestrg01/providers/Microsoft.DataLakeStore/accounts/adlspytest01\",\r\n \"name\": \"adlspytest01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13480.azuredatalakestore.net\",\r\n \"accountId\": \"392675f4-5e09-47cf-a608-ac2950e14098\",\r\n \"creationTime\": \"2017-03-27T18:01:04.4120409Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:01:04.4120409Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480\",\r\n \"name\": \"testadlfs13480\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:12.8308975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299acct2.azuredatalakestore.net\",\r\n \"accountId\": \"04fff4d9-69f7-42ae-9813-250e8d5732d4\",\r\n \"creationTime\": \"2017-03-27T18:02:17.437143Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:17.437143Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2\",\r\n \"name\": \"testdatalake13299acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlspyperf01.azuredatalakestore.net\",\r\n \"accountId\": \"e41d9d8b-9c52-4522-8df1-fd51a7658405\",\r\n \"creationTime\": \"2017-03-20T19:10:49.7339872Z\",\r\n \"lastModifiedTime\": \"2017-03-20T19:10:49.7339872Z\"\r\n },\r\n \"location\": \"east us2\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/pytest01/providers/Microsoft.DataLakeStore/accounts/adlspyperf01\",\r\n \"name\": \"adlspyperf01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"begoldsmadls01.azuredatalakestore.net\",\r\n \"accountId\": \"94f4bf5d-78a9-4c31-8aa7-b34d07bad898\",\r\n \"creationTime\": \"2017-03-29T21:49:35.189795Z\",\r\n \"lastModifiedTime\": \"2017-03-29T21:49:35.189795Z\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/begoldsmadlsrg01/providers/Microsoft.DataLakeStore/accounts/begoldsmadls01\",\r\n \"name\": \"begoldsmadls01\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13551.azuredatalakestore.net\",\r\n \"accountId\": \"13c66116-dd85-4067-abc7-573cb495ce0e\",\r\n \"creationTime\": \"2017-07-24T22:38:47.103032Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:38:47.103032Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551\",\r\n \"name\": \"testadlfs13551\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:00.0277479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106acct2.azuredatalakestore.net\",\r\n \"accountId\": \"28ee9e1c-5174-4781-b7e9-79145fc02b37\",\r\n \"creationTime\": \"2017-07-24T22:40:01.7884543Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:01.7884543Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2\",\r\n \"name\": \"testdatalake11106acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1513,7 +1537,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:48 GMT" + "Mon, 24 Jul 2017 22:40:33 GMT" ], "Pragma": [ "no-cache" @@ -1525,7 +1549,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ff48ca25-3f8e-4c32-8d8e-3ab40e25bf8e" + "b477829a-d2b0-4089-9dd5-08750c2e03b6" ], "X-Content-Type-Options": [ "nosniff" @@ -1537,13 +1561,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-correlation-request-id": [ - "1b432143-5e72-4eeb-96c0-dbb495d93601" + "2dcbd41b-c50d-4677-92cf-35ba055166bd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180248Z:1b432143-5e72-4eeb-96c0-dbb495d93601" + "WESTUS2:20170724T224034Z:2dcbd41b-c50d-4677-92cf-35ba055166bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1552,22 +1576,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4d9ca1e-fe18-4f86-9517-6a172b3eb77f" + "e0c39da4-f263-4e3d-bc87-b22e2831baf1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13480.azuredatalakestore.net\",\r\n \"accountId\": \"392675f4-5e09-47cf-a608-ac2950e14098\",\r\n \"creationTime\": \"2017-03-27T18:01:04.4120409Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:01:04.4120409Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testadlfs13480\",\r\n \"name\": \"testadlfs13480\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299.azuredatalakestore.net\",\r\n \"accountId\": \"bf663b75-34bb-449a-b8dc-e09fd59361fe\",\r\n \"creationTime\": \"2017-03-27T18:01:39.8583284Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:12.8308975Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299\",\r\n \"name\": \"testdatalake13299\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake13299acct2.azuredatalakestore.net\",\r\n \"accountId\": \"04fff4d9-69f7-42ae-9813-250e8d5732d4\",\r\n \"creationTime\": \"2017-03-27T18:02:17.437143Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:02:17.437143Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299acct2\",\r\n \"name\": \"testdatalake13299acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13551.azuredatalakestore.net\",\r\n \"accountId\": \"13c66116-dd85-4067-abc7-573cb495ce0e\",\r\n \"creationTime\": \"2017-07-24T22:38:47.103032Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:38:47.103032Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs13551\",\r\n \"name\": \"testadlfs13551\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106.azuredatalakestore.net\",\r\n \"accountId\": \"cde93351-c54a-46d9-9b19-60791bf97092\",\r\n \"creationTime\": \"2017-07-24T22:39:23.5734731Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:00.0277479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"updatedKey\": \"updatedValue\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106\",\r\n \"name\": \"testdatalake11106\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake11106acct2.azuredatalakestore.net\",\r\n \"accountId\": \"28ee9e1c-5174-4781-b7e9-79145fc02b37\",\r\n \"creationTime\": \"2017-07-24T22:40:01.7884543Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:40:01.7884543Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106acct2\",\r\n \"name\": \"testdatalake11106acct2\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1582,7 +1607,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:48 GMT" + "Mon, 24 Jul 2017 22:40:35 GMT" ], "Pragma": [ "no-cache" @@ -1594,7 +1619,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c104fa84-d831-453f-8fcd-938c958a71f4" + "cda8444b-cf85-41a5-87ad-d8e1f991ae2f" ], "X-Content-Type-Options": [ "nosniff" @@ -1606,13 +1631,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14989" ], "x-ms-correlation-request-id": [ - "d789f7cc-a846-4a32-9dfe-a4aea3dbbfc0" + "54ce8981-4f82-4544-bafd-b4df739ef40d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180249Z:d789f7cc-a846-4a32-9dfe-a4aea3dbbfc0" + "WESTUS2:20170724T224035Z:54ce8981-4f82-4544-bafd-b4df739ef40d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1621,19 +1646,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a5f9fc5-b175-406b-99be-a34c50a2ce8e" + "541e7d23-d945-4ac7-9407-5043f3cb5e21" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1651,7 +1677,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:02:51 GMT" + "Mon, 24 Jul 2017 22:40:38 GMT" ], "Pragma": [ "no-cache" @@ -1660,7 +1686,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "b47649b8-c078-4252-b970-146429b09aea" + "15f72e0e-4dbb-4118-8d61-b29b5734f5bc" ], "X-AspNet-Version": [ "4.0.30319" @@ -1669,13 +1695,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "edb87d6e-4f04-49b1-8803-13822b7510ec" + "d9f088ca-0488-4035-aaa2-9649a2417610" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180251Z:edb87d6e-4f04-49b1-8803-13822b7510ec" + "WESTUS2:20170724T224039Z:d9f088ca-0488-4035-aaa2-9649a2417610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1684,19 +1710,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b10171a5-9338-4a01-9e32-7f39d2afdffe" + "5c01dac4-e945-43bc-8b4c-e15aab6d18c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1708,7 +1735,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:51 GMT" + "Mon, 24 Jul 2017 22:40:39 GMT" ], "Pragma": [ "no-cache" @@ -1717,13 +1744,13 @@ "1199" ], "x-ms-request-id": [ - "1c39b39a-99d1-42a5-9dd8-8d7569b8e732" + "0f04e1c1-3a01-480c-a92f-c915577b7460" ], "x-ms-correlation-request-id": [ - "1c39b39a-99d1-42a5-9dd8-8d7569b8e732" + "0f04e1c1-3a01-480c-a92f-c915577b7460" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180252Z:1c39b39a-99d1-42a5-9dd8-8d7569b8e732" + "WESTUS2:20170724T224039Z:0f04e1c1-3a01-480c-a92f-c915577b7460" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1732,19 +1759,20 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17619/providers/Microsoft.DataLakeStore/accounts/testdatalake13299?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTMyOTk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testdatalake11106?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGRhdGFsYWtlMTExMDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec605638-aed7-45e9-86aa-74117f058aaf" + "57c7a102-2f95-4a25-b265-7cbbde48ffaa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1756,7 +1784,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:51 GMT" + "Mon, 24 Jul 2017 22:40:39 GMT" ], "Pragma": [ "no-cache" @@ -1765,13 +1793,13 @@ "1198" ], "x-ms-request-id": [ - "c8beafcb-9a3e-4a0e-85d1-48b56e81106a" + "15f39219-443c-4715-8c37-954d4f762d5f" ], "x-ms-correlation-request-id": [ - "c8beafcb-9a3e-4a0e-85d1-48b56e81106a" + "15f39219-443c-4715-8c37-954d4f762d5f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180252Z:c8beafcb-9a3e-4a0e-85d1-48b56e81106a" + "WESTUS2:20170724T224039Z:15f39219-443c-4715-8c37-954d4f762d5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1782,12 +1810,12 @@ ], "Names": { ".ctor": [ - "datalakerg17619", - "testdatalake13299", - "testadlfs13480" + "datalakerg18757", + "testdatalake11106", + "testadlfs13551" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json index 18fb1a6caac04..ea780cee3c768 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.AccountOperationTests/FirewallAndTrustedProviderTest.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8e40d24-a397-4bf5-9380-3b125e8ace49" + "e02bf41b-b40e-4bf9-9e63-5e003696b48e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:54 GMT" + "Mon, 24 Jul 2017 22:37:06 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "6b21d90e-6e97-4c98-b4a6-912efda49fe4" + "00157856-3576-45ce-a1af-e3ec7bfa3d1c" ], "x-ms-correlation-request-id": [ - "6b21d90e-6e97-4c98-b4a6-912efda49fe4" + "00157856-3576-45ce-a1af-e3ec7bfa3d1c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182755Z:6b21d90e-6e97-4c98-b4a6-912efda49fe4" + "WESTUS2:20170724T223707Z:00157856-3576-45ce-a1af-e3ec7bfa3d1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61e63ce8-234f-4786-82ea-ee5aa11d7012" + "296a80a8-ffea-4a51-abfb-5e2a43d868ca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:54 GMT" + "Mon, 24 Jul 2017 22:37:07 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14988" ], "x-ms-request-id": [ - "07b3ba63-4776-4abc-b588-f030f03c7e6f" + "409667b6-9911-4f75-a9f5-a3d32d0e5278" ], "x-ms-correlation-request-id": [ - "07b3ba63-4776-4abc-b588-f030f03c7e6f" + "409667b6-9911-4f75-a9f5-a3d32d0e5278" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182755Z:07b3ba63-4776-4abc-b588-f030f03c7e6f" + "WESTUS2:20170724T223707Z:409667b6-9911-4f75-a9f5-a3d32d0e5278" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "354a933f-239d-4c13-8f7c-4085f8608f72" + "322ffd11-c1a0-4aae-83a3-3965fae2c543" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:55 GMT" + "Mon, 24 Jul 2017 22:37:07 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "d2912a3b-650e-4a4a-8331-3c62fb58285b" + "c5ccd3e7-60c1-4f1e-bf8a-76b45156bb72" ], "x-ms-correlation-request-id": [ - "d2912a3b-650e-4a4a-8331-3c62fb58285b" + "c5ccd3e7-60c1-4f1e-bf8a-76b45156bb72" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182756Z:d2912a3b-650e-4a4a-8331-3c62fb58285b" + "WESTUS2:20170724T223708Z:c5ccd3e7-60c1-4f1e-bf8a-76b45156bb72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4801a0be-db84-45ab-8644-2484c08766d9" + "74f50605-68cb-4ff4-966b-06d16fabdb35" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:56 GMT" + "Mon, 24 Jul 2017 22:37:08 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14987" ], "x-ms-request-id": [ - "18cf8909-36b2-4b95-a34d-d176efeb3e49" + "a3c561b2-41f8-4eaa-8dd0-5bf0ffe3bd17" ], "x-ms-correlation-request-id": [ - "18cf8909-36b2-4b95-a34d-d176efeb3e49" + "a3c561b2-41f8-4eaa-8dd0-5bf0ffe3bd17" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182756Z:18cf8909-36b2-4b95-a34d-d176efeb3e49" + "WESTUS2:20170724T223708Z:a3c561b2-41f8-4eaa-8dd0-5bf0ffe3bd17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13455?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzQ1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14892?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg5Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7b23bed-5931-4b12-bb86-1fe27fa34c65" + "25337c8f-89b5-4f4b-9684-8467da3093b8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13455' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14892' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:56 GMT" + "Mon, 24 Jul 2017 22:37:08 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14986" ], "x-ms-request-id": [ - "83b8f8b9-0202-4813-906d-340181de92f5" + "adc1c3d5-51fe-4942-82dd-e8374bf91b0f" ], "x-ms-correlation-request-id": [ - "83b8f8b9-0202-4813-906d-340181de92f5" + "adc1c3d5-51fe-4942-82dd-e8374bf91b0f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182756Z:83b8f8b9-0202-4813-906d-340181de92f5" + "WESTUS2:20170724T223709Z:adc1c3d5-51fe-4942-82dd-e8374bf91b0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13455?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzQ1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14892?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg5Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83a5dbc5-9f5b-4a24-8e06-acf22fd98e23" + "7008a020-56db-459e-ab40-ac9fb53329fd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455\",\r\n \"name\": \"datalakerg13455\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892\",\r\n \"name\": \"datalakerg14892\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:57 GMT" + "Mon, 24 Jul 2017 22:37:10 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14985" ], "x-ms-request-id": [ - "9623a54a-4cc2-4c96-b424-79077d0503f9" + "df7f8373-44f5-4efa-86c6-300fcee6391e" ], "x-ms-correlation-request-id": [ - "9623a54a-4cc2-4c96-b424-79077d0503f9" + "df7f8373-44f5-4efa-86c6-300fcee6391e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182758Z:9623a54a-4cc2-4c96-b424-79077d0503f9" + "WESTUS2:20170724T223710Z:df7f8373-44f5-4efa-86c6-300fcee6391e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13455?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzQ1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14892?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg5Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "bec18699-6b0e-4335-9fef-bc52004c77d1" + "b7b9a77f-16ce-492c-a2c0-c8dea1d6bbde" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455\",\r\n \"name\": \"datalakerg13455\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892\",\r\n \"name\": \"datalakerg14892\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:57 GMT" + "Mon, 24 Jul 2017 22:37:10 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-request-id": [ - "2d930518-93aa-4cbf-b663-aa4f84fac7dc" + "e0c902e6-3c97-4ece-8103-53b95fa7667b" ], "x-ms-correlation-request-id": [ - "2d930518-93aa-4cbf-b663-aa4f84fac7dc" + "e0c902e6-3c97-4ece-8103-53b95fa7667b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182758Z:2d930518-93aa-4cbf-b663-aa4f84fac7dc" + "WESTUS2:20170724T223710Z:e0c902e6-3c97-4ece-8103-53b95fa7667b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc2MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce268e2d-be35-4631-9601-d0984d7d8453" + "8bbb42cb-71d6-4d48-81b3-a6f26e530f2b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17607' under resource group 'datalakerg13455' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1866' under resource group 'datalakerg14892' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:27:57 GMT" + "Mon, 24 Jul 2017 22:37:10 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "457df470-58b5-4aa8-a78a-1f317aa04cb7" + "05ee3776-c3f0-4100-a165-a2c7432c86c2" ], "x-ms-correlation-request-id": [ - "457df470-58b5-4aa8-a78a-1f317aa04cb7" + "05ee3776-c3f0-4100-a165-a2c7432c86c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182758Z:457df470-58b5-4aa8-a78a-1f317aa04cb7" + "WESTUS2:20170724T223711Z:05ee3776-c3f0-4100-a165-a2c7432c86c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc2MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17607.azuredatalakestore.net\",\r\n \"accountId\": \"72578512-56ca-49f8-ac18-ea6e05e30456\",\r\n \"creationTime\": \"2017-03-27T18:28:00.3493744Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:28:00.3493744Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607\",\r\n \"name\": \"testadlfs17607\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1866.azuredatalakestore.net\",\r\n \"accountId\": \"01bd56c2-d1f2-4099-af38-99ae9e1e92fe\",\r\n \"creationTime\": \"2017-07-24T22:37:16.9871133Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:37:16.9871133Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866\",\r\n \"name\": \"testadlfs1866\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:28:31 GMT" + "Mon, 24 Jul 2017 22:37:45 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "00ea498c-3a76-4b0f-be66-f7cc93d7f681" + "067a88f3-e29f-4164-b62f-f2fb6ca0ace7" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14995" ], "x-ms-correlation-request-id": [ - "f941cf98-25dc-4dd2-b251-e42d690dfad3" + "41fa0928-6a6c-47cb-a8ec-bd3bcd63d516" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182831Z:f941cf98-25dc-4dd2-b251-e42d690dfad3" + "WESTUS2:20170724T223745Z:41fa0928-6a6c-47cb-a8ec-bd3bcd63d516" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc2MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "654d2565-e5cd-472f-ba67-4353ecbc161f" + "31af60b3-6123-4e9c-b526-7c9952f0d70f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17607.azuredatalakestore.net\",\r\n \"accountId\": \"72578512-56ca-49f8-ac18-ea6e05e30456\",\r\n \"creationTime\": \"2017-03-27T18:28:00.3493744Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:28:00.3493744Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607\",\r\n \"name\": \"testadlfs17607\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1866.azuredatalakestore.net\",\r\n \"accountId\": \"01bd56c2-d1f2-4099-af38-99ae9e1e92fe\",\r\n \"creationTime\": \"2017-07-24T22:37:16.9871133Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:37:16.9871133Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866\",\r\n \"name\": \"testadlfs1866\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:28:32 GMT" + "Mon, 24 Jul 2017 22:37:45 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "be834e95-3b22-4472-86a3-6b2c252cb494" + "6ed12ffa-1329-40d5-87da-d65d34e4056b" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14988" ], "x-ms-correlation-request-id": [ - "3a0493b9-d0f3-4dc8-8152-4c12157df1af" + "f21d4b30-8b13-48ee-8a5a-882d15805781" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182832Z:3a0493b9-d0f3-4dc8-8152-4c12157df1af" + "WESTUS2:20170724T223746Z:f21d4b30-8b13-48ee-8a5a-882d15805781" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc2MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg2Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "05e4ee45-5f7b-43dc-b4d2-8deaf396dd83" + "7303e7a1-46de-426c-9508-27f584ad14c7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"72578512-56ca-49f8-ac18-ea6e05e30456\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607\",\r\n \"name\": \"testadlfs17607\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"01bd56c2-d1f2-4099-af38-99ae9e1e92fe\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866\",\r\n \"name\": \"testadlfs1866\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "418" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:27:59 GMT" + "Mon, 24 Jul 2017 22:37:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/testadlfs17607/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/testadlfs1866/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/72578512-56ca-49f8-ac18-ea6e05e304560?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/01bd56c2-d1f2-4099-af38-99ae9e1e92fe0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "ff27fa7d-c3a0-44c3-9be0-acf14ca68bac" + "8edfd795-ca40-4bc2-8134-3192ef4bab8c" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1199" ], "x-ms-correlation-request-id": [ - "651b3430-5c42-49ea-a109-09367abdd40c" + "5f82f03a-9105-4de9-a92a-4b40b8db072e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182800Z:651b3430-5c42-49ea-a109-09367abdd40c" + "WESTUS2:20170724T223714Z:5f82f03a-9105-4de9-a92a-4b40b8db072e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/72578512-56ca-49f8-ac18-ea6e05e304560?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzcyNTc4NTEyLTU2Y2EtNDlmOC1hYzE4LWVhNmUwNWUzMDQ1NjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/01bd56c2-d1f2-4099-af38-99ae9e1e92fe0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzAxYmQ1NmMyLWQxZjItNDA5OS1hZjM4LTk5YWU5ZTFlOTJmZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:28:30 GMT" + "Mon, 24 Jul 2017 22:37:44 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f2d9b877-039c-42be-b820-79de77eab8e5" + "5908b4ca-a061-4233-b68d-cd9006c650b6" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14993" ], "x-ms-correlation-request-id": [ - "f5a30cc6-ee31-4ab8-bd5d-673eb0fa9c0e" + "2a9ed955-cdff-4274-b1ee-e792e0b1d9ee" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182831Z:f5a30cc6-ee31-4ab8-bd5d-673eb0fa9c0e" + "WESTUS2:20170724T223744Z:2a9ed955-cdff-4274-b1ee-e792e0b1d9ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,10 +739,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule17352\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n },\r\n \"name\": \"trustedrule17110\"\r\n }\r\n ],\r\n \"firewallAllowAzureIps\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule13657\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n },\r\n \"name\": \"trustedrule19187\"\r\n }\r\n ],\r\n \"firewallAllowAzureIps\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -739,16 +751,17 @@ "588" ], "x-ms-client-request-id": [ - "a7a92e2e-628b-4d26-a66f-1387af408de0" + "0bb4c83b-5fc2-4f31-890e-41798eb0a780" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallAllowAzureIps\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule17352\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n },\r\n \"name\": \"trustedrule17110\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"a16bdc6c-aa23-4548-82b1-fd048e330f9e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386\",\r\n \"name\": \"adlsacct7386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallAllowAzureIps\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule13657\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n },\r\n \"name\": \"trustedrule19187\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3af00787-cce1-43a5-9dd9-27137ed7c769\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934\",\r\n \"name\": \"adlsacct1934\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "767" @@ -766,13 +779,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:28:35 GMT" + "Mon, 24 Jul 2017 22:37:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -781,10 +794,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a16bdc6c-aa23-4548-82b1-fd048e330f9e0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3af00787-cce1-43a5-9dd9-27137ed7c7690?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "07a12dc2-f886-4834-aa79-db60139187b2" + "78ef4cb3-90c3-46e0-90d8-d1b0138945c3" ], "X-Content-Type-Options": [ "nosniff" @@ -796,13 +809,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1199" ], "x-ms-correlation-request-id": [ - "5a34b7f5-8c64-49e4-b322-931d37370c3e" + "f3c74fdc-443f-4a63-b6f0-694be1bf05f1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182835Z:5a34b7f5-8c64-49e4-b322-931d37370c3e" + "WESTUS2:20170724T223750Z:f3c74fdc-443f-4a63-b6f0-694be1bf05f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -811,13 +824,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a16bdc6c-aa23-4548-82b1-fd048e330f9e0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ExNmJkYzZjLWFhMjMtNDU0OC04MmIxLWZkMDQ4ZTMzMGY5ZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3af00787-cce1-43a5-9dd9-27137ed7c7690?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzNhZjAwNzg3LWNjZTEtNDNhNS05ZGQ5LTI3MTM3ZWQ3Yzc2OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -835,7 +849,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:05 GMT" + "Mon, 24 Jul 2017 22:38:19 GMT" ], "Pragma": [ "no-cache" @@ -847,7 +861,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "76b1bfd0-fc66-4b39-8093-e71afb2c3113" + "0c328e2b-5422-4a7f-89be-e6641a90fb7a" ], "X-Content-Type-Options": [ "nosniff" @@ -859,13 +873,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14983" ], "x-ms-correlation-request-id": [ - "3efaa844-64d9-4c74-98d1-c7fe8253eec3" + "0047429f-a537-4233-9a1c-1b88f5f2e4d1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182906Z:3efaa844-64d9-4c74-98d1-c7fe8253eec3" + "WESTUS2:20170724T223820Z:0047429f-a537-4233-9a1c-1b88f5f2e4d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -874,16 +888,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule17352\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n },\r\n \"name\": \"trustedrule17110\"\r\n }\r\n ],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlsacct7386.azuredatalakestore.net\",\r\n \"accountId\": \"a16bdc6c-aa23-4548-82b1-fd048e330f9e\",\r\n \"creationTime\": \"2017-03-27T18:28:35.1422939Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:28:35.1422939Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386\",\r\n \"name\": \"adlsacct7386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallAllowAzureIps\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule13657\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n },\r\n \"name\": \"trustedrule19187\"\r\n }\r\n ],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlsacct1934.azuredatalakestore.net\",\r\n \"accountId\": \"3af00787-cce1-43a5-9dd9-27137ed7c769\",\r\n \"creationTime\": \"2017-07-24T22:37:52.4411327Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:37:52.4411327Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934\",\r\n \"name\": \"adlsacct1934\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -898,7 +913,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:06 GMT" + "Mon, 24 Jul 2017 22:38:21 GMT" ], "Pragma": [ "no-cache" @@ -910,7 +925,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ff92568b-ccba-422b-bd0d-f37a8b3c7aab" + "17b03e0b-adf5-47c8-9055-a061acdb39f6" ], "X-Content-Type-Options": [ "nosniff" @@ -922,13 +937,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14990" ], "x-ms-correlation-request-id": [ - "40b01319-37ef-49bf-953f-c6ca4e8659fc" + "95ad04c5-cb3e-44e9-a31d-456c75daf015" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182906Z:40b01319-37ef-49bf-953f-c6ca4e8659fc" + "WESTUS2:20170724T223821Z:95ad04c5-cb3e-44e9-a31d-456c75daf015" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -937,22 +952,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15abfb97-6dcd-4490-8bbe-4234d6f5824c" + "1f1d7399-b50f-4f02-9deb-e699228f239c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule17352\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n },\r\n \"name\": \"trustedrule17110\"\r\n }\r\n ],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlsacct7386.azuredatalakestore.net\",\r\n \"accountId\": \"a16bdc6c-aa23-4548-82b1-fd048e330f9e\",\r\n \"creationTime\": \"2017-03-27T18:28:35.1422939Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:28:35.1422939Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386\",\r\n \"name\": \"adlsacct7386\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Enabled\",\r\n \"firewallAllowAzureIps\": \"Enabled\",\r\n \"firewallRules\": [\r\n {\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"name\": \"firerule13657\"\r\n }\r\n ],\r\n \"trustedIdProviderState\": \"Enabled\",\r\n \"trustedIdProviders\": [\r\n {\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n },\r\n \"name\": \"trustedrule19187\"\r\n }\r\n ],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"adlsacct1934.azuredatalakestore.net\",\r\n \"accountId\": \"3af00787-cce1-43a5-9dd9-27137ed7c769\",\r\n \"creationTime\": \"2017-07-24T22:37:52.4411327Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:37:52.4411327Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934\",\r\n \"name\": \"adlsacct1934\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -967,7 +983,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:06 GMT" + "Mon, 24 Jul 2017 22:38:21 GMT" ], "Pragma": [ "no-cache" @@ -979,7 +995,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8ad12c96-5f01-43c2-82ba-bd41b081b283" + "90e96eca-3f50-47a9-9d27-0bbe7c977b25" ], "X-Content-Type-Options": [ "nosniff" @@ -991,13 +1007,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14992" ], "x-ms-correlation-request-id": [ - "e68a8724-6b94-4794-ae49-4544fa732a53" + "5971b796-858f-4aa6-a71e-663c3adc8059" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182907Z:e68a8724-6b94-4794-ae49-4544fa732a53" + "WESTUS2:20170724T223822Z:5971b796-858f-4aa6-a71e-663c3adc8059" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1006,22 +1022,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNzM1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxMzY1Nz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "688bec39-4215-43db-9839-c6288ef43ae6" + "f90250df-ee9f-48e4-b68f-cb07b6a43e08" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352\",\r\n \"name\": \"firerule17352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"127.0.0.2\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657\",\r\n \"name\": \"firerule13657\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1036,7 +1053,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:06 GMT" + "Mon, 24 Jul 2017 22:38:22 GMT" ], "Pragma": [ "no-cache" @@ -1048,7 +1065,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8723d68e-b00d-43e1-b0d2-fd05f80e16a4" + "97f1d8e3-e292-48ce-88fa-241119f6b5e5" ], "X-Content-Type-Options": [ "nosniff" @@ -1060,13 +1077,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14992" ], "x-ms-correlation-request-id": [ - "670c24fe-81ec-445f-9db7-cada085fdf42" + "9c80f023-89e8-42b6-983d-9b9bc149809b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182907Z:670c24fe-81ec-445f-9db7-cada085fdf42" + "WESTUS2:20170724T223823Z:9c80f023-89e8-42b6-983d-9b9bc149809b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1075,25 +1092,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNzM1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxMzY1Nz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b1f7e3d-e05f-465b-93a3-2c2f7ae8e87d" + "10437c54-9510-4768-b278-ffc215de1121" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Firewall Rule does not exist.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NestedResourceNotFound\",\r\n \"message\": \"Nested resource does not exist.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "79" + "87" ], "Content-Type": [ "application/json" @@ -1108,7 +1126,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:10 GMT" + "Mon, 24 Jul 2017 22:38:25 GMT" ], "Pragma": [ "no-cache" @@ -1117,7 +1135,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "75955d29-9ad6-40a8-9c72-76d4673c28fd" + "80990bfe-088d-4fb4-886b-6e7d35cecb18" ], "X-Content-Type-Options": [ "nosniff" @@ -1129,13 +1147,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14989" ], "x-ms-correlation-request-id": [ - "605f5ad4-ca06-41fd-9ab8-b8bcbd520a11" + "afd069b4-44d0-4eeb-9ce8-7030c3f8c35c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182910Z:605f5ad4-ca06-41fd-9ab8-b8bcbd520a11" + "WESTUS2:20170724T223826Z:afd069b4-44d0-4eeb-9ce8-7030c3f8c35c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1144,10 +1162,10 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNzM1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxMzY1Nz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"192.168.0.0\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"name\": \"firerule17352\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"192.168.0.0\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"name\": \"firerule13657\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1156,16 +1174,17 @@ "129" ], "x-ms-client-request-id": [ - "1160a73a-405c-44b5-a60c-7496304a0bc5" + "a9672b3e-3355-4837-820a-7c9617787147" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"192.168.0.0\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352\",\r\n \"name\": \"firerule17352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"192.168.0.0\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657\",\r\n \"name\": \"firerule13657\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1180,7 +1199,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:08 GMT" + "Mon, 24 Jul 2017 22:38:23 GMT" ], "Pragma": [ "no-cache" @@ -1192,7 +1211,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e2041550-1d1a-40db-a8a9-41e3f58d1722" + "a870fe7e-fee4-4b79-9698-3752daacce76" ], "X-Content-Type-Options": [ "nosniff" @@ -1204,13 +1223,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "7c103cdb-8785-4b61-874c-b2ea66ec9997" + "0fae5871-f581-4fb6-bda2-5cb6bd81e850" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182908Z:7c103cdb-8785-4b61-874c-b2ea66ec9997" + "WESTUS2:20170724T223823Z:0fae5871-f581-4fb6-bda2-5cb6bd81e850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1219,8 +1238,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNzM1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxMzY1Nz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\"\r\n }\r\n}", "RequestHeaders": { @@ -1231,16 +1250,17 @@ "63" ], "x-ms-client-request-id": [ - "b5e856c0-6b69-4ab7-adb5-1896b09075ae" + "f93ae770-c2ed-401f-9856-bb8aabdb88cb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352\",\r\n \"name\": \"firerule17352\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"startIpAddress\": \"127.0.0.1\",\r\n \"endIpAddress\": \"192.168.0.1\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657\",\r\n \"name\": \"firerule13657\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/firewallRules\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1255,7 +1275,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:08 GMT" + "Mon, 24 Jul 2017 22:38:24 GMT" ], "Pragma": [ "no-cache" @@ -1267,7 +1287,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b05483ee-074d-4b40-b97a-0ecc7eead03c" + "31f3d8e9-9edd-4acc-943a-3e1b1c21fc78" ], "X-Content-Type-Options": [ "nosniff" @@ -1279,13 +1299,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1199" ], "x-ms-correlation-request-id": [ - "d451945a-15aa-4fb3-ad98-94d7d3a0554d" + "356d80c7-632d-4fea-8df2-7ccd23186d2f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182909Z:d451945a-15aa-4fb3-ad98-94d7d3a0554d" + "WESTUS2:20170724T223824Z:356d80c7-632d-4fea-8df2-7ccd23186d2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1294,19 +1314,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/firewallRules/firerule17352?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxNzM1Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/firewallRules/firerule13657?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L2ZpcmV3YWxsUnVsZXMvZmlyZXJ1bGUxMzY1Nz9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45e63743-1c41-4851-95c7-aae6b3b39118" + "98b8782a-4132-4e02-bebd-c160b66a9fd0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1324,7 +1345,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:09 GMT" + "Mon, 24 Jul 2017 22:38:24 GMT" ], "Pragma": [ "no-cache" @@ -1333,7 +1354,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "6a450578-f3a4-4f4a-91bb-d991b59afae6" + "47cf4f6e-ec2d-460e-858b-4fd5db8ec8bd" ], "X-AspNet-Version": [ "4.0.30319" @@ -1342,13 +1363,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1198" ], "x-ms-correlation-request-id": [ - "e2c68f6e-d108-4168-8032-2fc87b284203" + "dd8a9b94-a36c-4cfc-b4e4-8fb2fddee101" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182910Z:e2c68f6e-d108-4168-8032-2fc87b284203" + "WESTUS2:20170724T223825Z:dd8a9b94-a36c-4cfc-b4e4-8fb2fddee101" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1357,22 +1378,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE3MTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE5MTg3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99556d6e-5ee1-4a1e-ab93-302e010c98f3" + "a3c41ea8-7c8a-4f72-b986-3c9278059486" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110\",\r\n \"name\": \"trustedrule17110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187\",\r\n \"name\": \"trustedrule19187\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1387,7 +1409,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:10 GMT" + "Mon, 24 Jul 2017 22:38:26 GMT" ], "Pragma": [ "no-cache" @@ -1399,7 +1421,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2b0dad22-6a17-496d-8cef-8a1c5bb11e26" + "b19baf30-8ea8-44e0-bc0d-3e28d02fef17" ], "X-Content-Type-Options": [ "nosniff" @@ -1411,13 +1433,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14998" ], "x-ms-correlation-request-id": [ - "a0103ed0-7a7b-4272-ab96-7985bab89c35" + "bbff4482-7376-4491-a015-67ba1ade41a9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182911Z:a0103ed0-7a7b-4272-ab96-7985bab89c35" + "WESTUS2:20170724T223826Z:bbff4482-7376-4491-a015-67ba1ade41a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1426,25 +1448,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE3MTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE5MTg3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "777a104e-d4af-4cd6-b2c4-28d59c3bd4cb" + "05eccaff-77f8-494a-9fa5-725affef5dea" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Trusted IdProvider does not exist.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"NestedResourceNotFound\",\r\n \"message\": \"Nested resource does not exist.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "84" + "87" ], "Content-Type": [ "application/json" @@ -1459,7 +1482,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:14 GMT" + "Mon, 24 Jul 2017 22:38:29 GMT" ], "Pragma": [ "no-cache" @@ -1468,7 +1491,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "93844d62-0748-41eb-9edb-4b702b2a9780" + "703dbfa4-ce80-4cd4-8fbd-f2b5c188c9f3" ], "X-Content-Type-Options": [ "nosniff" @@ -1480,13 +1503,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14991" ], "x-ms-correlation-request-id": [ - "8e224c7b-b4a7-4e34-bd6d-d3a963e2cb90" + "6f96c481-1bcd-41ed-b29b-32ccae0849fb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182914Z:8e224c7b-b4a7-4e34-bd6d-d3a963e2cb90" + "WESTUS2:20170724T223829Z:6f96c481-1bcd-41ed-b29b-32ccae0849fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1495,10 +1518,10 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE3MTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE5MTg3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/d78ea359-c98e-4993-b1b0-40f7e09b0770\"\r\n },\r\n \"name\": \"trustedrule17110\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/d2074bd9-41cc-4487-890c-050da0021966\"\r\n },\r\n \"name\": \"trustedrule19187\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1507,16 +1530,17 @@ "141" ], "x-ms-client-request-id": [ - "37496ce6-c9ee-4e16-bb0f-4d497089c329" + "aca2e46e-6cbc-4522-a9ca-8504f7b3cebe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/d78ea359-c98e-4993-b1b0-40f7e09b0770\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110\",\r\n \"name\": \"trustedrule17110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/d2074bd9-41cc-4487-890c-050da0021966\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187\",\r\n \"name\": \"trustedrule19187\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1531,7 +1555,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:11 GMT" + "Mon, 24 Jul 2017 22:38:26 GMT" ], "Pragma": [ "no-cache" @@ -1543,7 +1567,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8e862a0f-16d9-47c6-b1c4-3e7445b1cd3e" + "77500a11-090d-4252-a6f7-6248f5c0ab95" ], "X-Content-Type-Options": [ "nosniff" @@ -1555,13 +1579,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "f0ea1dc7-0a2d-4c41-bbe1-08ccfff69392" + "c222c2c6-a2a6-4e8b-9b1b-cf5efbe62773" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182912Z:f0ea1dc7-0a2d-4c41-bbe1-08ccfff69392" + "WESTUS2:20170724T223827Z:c222c2c6-a2a6-4e8b-9b1b-cf5efbe62773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1570,10 +1594,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE3MTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE5MTg3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1582,16 +1606,17 @@ "110" ], "x-ms-client-request-id": [ - "0eeeeec6-9ea8-49a4-8b6b-ee9465a67aba" + "e3de9695-3fc1-416b-96c7-a6f737cf25a6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/ea9ec534-a3e3-4e45-ad36-3afc5bb291c1\"\r\n },\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110\",\r\n \"name\": \"trustedrule17110\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"idProvider\": \"https://sts.windows.net/83ad738e-4a30-4400-8cb3-4adc870f40df\"\r\n },\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187\",\r\n \"name\": \"trustedrule19187\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1606,7 +1631,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:12 GMT" + "Mon, 24 Jul 2017 22:38:28 GMT" ], "Pragma": [ "no-cache" @@ -1618,7 +1643,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6509d260-d65b-4386-bc38-6ab2fabfae04" + "fe7c9d4e-d9d8-44ee-9414-2a8f8ed282bd" ], "X-Content-Type-Options": [ "nosniff" @@ -1630,13 +1655,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1199" ], "x-ms-correlation-request-id": [ - "7d70df1f-50d6-40a9-99c9-332c14557e7d" + "822df771-7e02-4391-a68a-6667a777a991" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182912Z:7d70df1f-50d6-40a9-99c9-332c14557e7d" + "WESTUS2:20170724T223828Z:822df771-7e02-4391-a68a-6667a777a991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1645,19 +1670,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13455/providers/Microsoft.DataLakeStore/accounts/adlsacct7386/trustedIdProviders/trustedrule17110?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3Q3Mzg2L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE3MTEwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14892/providers/Microsoft.DataLakeStore/accounts/adlsacct1934/trustedIdProviders/trustedrule19187?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg5Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvYWRsc2FjY3QxOTM0L3RydXN0ZWRJZFByb3ZpZGVycy90cnVzdGVkcnVsZTE5MTg3P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2e739da-e437-43aa-a1dd-f6fe7e8b97c3" + "c4f56fe3-1d82-4958-b0e7-1f6c0c14fb34" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1675,7 +1701,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:29:13 GMT" + "Mon, 24 Jul 2017 22:38:28 GMT" ], "Pragma": [ "no-cache" @@ -1684,7 +1710,7 @@ "Microsoft-IIS/8.5" ], "x-ms-request-id": [ - "237d1484-93d1-40bc-bef1-6e401a80474c" + "f6bb41ac-1078-484b-8d46-18d3323358e4" ], "X-AspNet-Version": [ "4.0.30319" @@ -1693,13 +1719,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1199" ], "x-ms-correlation-request-id": [ - "86759272-9035-4536-ac5c-a48e59c1f88a" + "06b5276b-2f7c-4f34-8a2c-f0e47822d4df" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182913Z:86759272-9035-4536-ac5c-a48e59c1f88a" + "WESTUS2:20170724T223829Z:06b5276b-2f7c-4f34-8a2c-f0e47822d4df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1710,19 +1736,19 @@ ], "Names": { ".ctor": [ - "datalakerg13455", - "testdatalake1124", - "testadlfs17607" + "datalakerg14892", + "testdatalake11225", + "testadlfs1866" ], "FirewallAndTrustedProviderTest": [ - "firerule17352", - "ea9ec534-a3e3-4e45-ad36-3afc5bb291c1", - "trustedrule17110", - "adlsacct7386", - "d78ea359-c98e-4993-b1b0-40f7e09b0770" + "firerule13657", + "83ad738e-4a30-4400-8cb3-4adc870f40df", + "trustedrule19187", + "adlsacct1934", + "d2074bd9-41cc-4487-890c-050da0021966" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreDownloadUploadFileAndFolder.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreDownloadUploadFileAndFolder.json index 603813460de88..7aaf6662d3cc4 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreDownloadUploadFileAndFolder.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreDownloadUploadFileAndFolder.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9d175ed-975d-43da-9554-97318ed3cc07" + "735c4bf1-7311-4003-855b-214053ec5224" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:53 GMT" + "Mon, 24 Jul 2017 22:59:37 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1191" ], "x-ms-request-id": [ - "5ab4aff4-aa3b-4e3a-93a7-79f4e1ab8714" + "408d1132-5c01-4bcb-8840-f8245aa3a40f" ], "x-ms-correlation-request-id": [ - "5ab4aff4-aa3b-4e3a-93a7-79f4e1ab8714" + "408d1132-5c01-4bcb-8840-f8245aa3a40f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213353Z:5ab4aff4-aa3b-4e3a-93a7-79f4e1ab8714" + "WESTUS2:20170724T225937Z:408d1132-5c01-4bcb-8840-f8245aa3a40f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "490d41c9-ee65-47e8-b8c8-deaf9ae48919" + "1b2fc869-408c-43da-945a-581f866ebcae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:53 GMT" + "Mon, 24 Jul 2017 22:59:37 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14972" ], "x-ms-request-id": [ - "7baac7bf-ba3d-4859-95a5-d4612785af57" + "19b4ff82-1a20-413e-a788-e2806f546bfe" ], "x-ms-correlation-request-id": [ - "7baac7bf-ba3d-4859-95a5-d4612785af57" + "19b4ff82-1a20-413e-a788-e2806f546bfe" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213353Z:7baac7bf-ba3d-4859-95a5-d4612785af57" + "WESTUS2:20170724T225937Z:19b4ff82-1a20-413e-a788-e2806f546bfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e598ab57-35f7-4c8c-8d49-0275bc6467d9" + "2af2bbf7-511e-422b-af66-62501303929f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:54 GMT" + "Mon, 24 Jul 2017 22:59:38 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1190" ], "x-ms-request-id": [ - "96d40078-c535-4217-b743-3a1c3d176ff7" + "168f4c4e-bed0-4901-8d69-e90c5902dd1d" ], "x-ms-correlation-request-id": [ - "96d40078-c535-4217-b743-3a1c3d176ff7" + "168f4c4e-bed0-4901-8d69-e90c5902dd1d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213354Z:96d40078-c535-4217-b743-3a1c3d176ff7" + "WESTUS2:20170724T225938Z:168f4c4e-bed0-4901-8d69-e90c5902dd1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65e4c623-9d6c-4868-9987-3422df4bd26a" + "48f73158-fba3-49f1-a15d-ad526936d406" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:54 GMT" + "Mon, 24 Jul 2017 22:59:38 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14971" ], "x-ms-request-id": [ - "91c8875d-85be-4d7e-a144-a7efb8c49542" + "5e5e2342-4584-4bc6-b2c2-e08ebd6f3d29" ], "x-ms-correlation-request-id": [ - "91c8875d-85be-4d7e-a144-a7efb8c49542" + "5e5e2342-4584-4bc6-b2c2-e08ebd6f3d29" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213354Z:91c8875d-85be-4d7e-a144-a7efb8c49542" + "WESTUS2:20170724T225938Z:5e5e2342-4584-4bc6-b2c2-e08ebd6f3d29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12554?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjU1ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18995?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODk5NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60d4f0ba-075f-42e2-afc7-f86dbb9a160d" + "8035321e-14a8-48f5-b064-ac6ea59af4cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12554' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18995' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:54 GMT" + "Mon, 24 Jul 2017 22:59:38 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14970" ], "x-ms-request-id": [ - "89d70e4f-7206-4038-b991-4b95cfeb6757" + "21b3455f-d9b9-43af-9ded-62610b233a22" ], "x-ms-correlation-request-id": [ - "89d70e4f-7206-4038-b991-4b95cfeb6757" + "21b3455f-d9b9-43af-9ded-62610b233a22" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213354Z:89d70e4f-7206-4038-b991-4b95cfeb6757" + "WESTUS2:20170724T225938Z:21b3455f-d9b9-43af-9ded-62610b233a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12554?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjU1ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18995?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODk5NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80451311-5f93-4e72-9b6f-d1f3325a3a7b" + "7e708f18-131e-4dce-a56b-f225c9685add" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554\",\r\n \"name\": \"datalakerg12554\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995\",\r\n \"name\": \"datalakerg18995\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:55 GMT" + "Mon, 24 Jul 2017 22:59:40 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14969" ], "x-ms-request-id": [ - "81af64b7-7a55-447c-a237-43fe0c925cf1" + "e05a50f8-c4aa-4d5b-be9d-a0ad07fdeb64" ], "x-ms-correlation-request-id": [ - "81af64b7-7a55-447c-a237-43fe0c925cf1" + "e05a50f8-c4aa-4d5b-be9d-a0ad07fdeb64" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213355Z:81af64b7-7a55-447c-a237-43fe0c925cf1" + "WESTUS2:20170724T225940Z:e05a50f8-c4aa-4d5b-be9d-a0ad07fdeb64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12554?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjU1ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18995?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODk5NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "85006c7b-dc13-495c-bc29-53c98ca096d7" + "88cf4e78-f764-4c03-bf31-37be150165e5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554\",\r\n \"name\": \"datalakerg12554\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995\",\r\n \"name\": \"datalakerg18995\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:55 GMT" + "Mon, 24 Jul 2017 22:59:40 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1189" ], "x-ms-request-id": [ - "3720961a-b104-4252-9e1f-506782064e4f" + "8c97b9a7-6a1f-4c77-8941-3cc2438c7921" ], "x-ms-correlation-request-id": [ - "3720961a-b104-4252-9e1f-506782064e4f" + "8c97b9a7-6a1f-4c77-8941-3cc2438c7921" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213355Z:3720961a-b104-4252-9e1f-506782064e4f" + "WESTUS2:20170724T225940Z:8c97b9a7-6a1f-4c77-8941-3cc2438c7921" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjU1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE1MzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e9a394b-aa40-41ea-bc93-ea2f33ce0a99" + "c20343e6-cebe-4298-afc9-b6224b96bd0c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11532' under resource group 'datalakerg12554' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12913' under resource group 'datalakerg18995' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 21:33:55 GMT" + "Mon, 24 Jul 2017 22:59:40 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "e09b5c55-ba87-4778-be3d-ce874f8ebe93" + "ede42699-eda0-4c21-a6ac-d3dd3840cb1b" ], "x-ms-correlation-request-id": [ - "e09b5c55-ba87-4778-be3d-ce874f8ebe93" + "ede42699-eda0-4c21-a6ac-d3dd3840cb1b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213355Z:e09b5c55-ba87-4778-be3d-ce874f8ebe93" + "WESTUS2:20170724T225940Z:ede42699-eda0-4c21-a6ac-d3dd3840cb1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjU1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE1MzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11532.azuredatalakestore.net\",\r\n \"accountId\": \"fa21e3dd-15b0-4063-b2b2-b1e9cb38278a\",\r\n \"creationTime\": \"2017-03-27T21:33:57.2098624Z\",\r\n \"lastModifiedTime\": \"2017-03-27T21:33:57.2098624Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532\",\r\n \"name\": \"testadlfs11532\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12913.azuredatalakestore.net\",\r\n \"accountId\": \"04adc01d-5acd-41f3-8a46-a9cb63ca4b8e\",\r\n \"creationTime\": \"2017-07-24T22:59:43.1110135Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:59:43.1110135Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913\",\r\n \"name\": \"testadlfs12913\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 21:34:27 GMT" + "Mon, 24 Jul 2017 23:00:13 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ecfb7220-4b29-4b16-9119-45b9a24badfa" + "835bc349-17d1-45d9-b675-95868ee76d52" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "44b28cc7-0ec9-4751-a7e0-c0b65e9fec73" + "f9376b34-75bc-4845-b2f4-51d51610ddf9" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213428Z:44b28cc7-0ec9-4751-a7e0-c0b65e9fec73" + "WESTUS2:20170724T230014Z:f9376b34-75bc-4845-b2f4-51d51610ddf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjU1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE1MzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef167cac-1328-442f-9400-1e20e6325040" + "492861d3-351d-481d-b0a5-6e5fe75f68c2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11532.azuredatalakestore.net\",\r\n \"accountId\": \"fa21e3dd-15b0-4063-b2b2-b1e9cb38278a\",\r\n \"creationTime\": \"2017-03-27T21:33:57.2098624Z\",\r\n \"lastModifiedTime\": \"2017-03-27T21:33:57.2098624Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532\",\r\n \"name\": \"testadlfs11532\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12913.azuredatalakestore.net\",\r\n \"accountId\": \"04adc01d-5acd-41f3-8a46-a9cb63ca4b8e\",\r\n \"creationTime\": \"2017-07-24T22:59:43.1110135Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:59:43.1110135Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913\",\r\n \"name\": \"testadlfs12913\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 21:34:27 GMT" + "Mon, 24 Jul 2017 23:00:14 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "34770705-3667-42fe-aaec-c949faa3ffdd" + "ab20f3d7-5eed-499e-aa4c-75ca6e39ed54" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14988" ], "x-ms-correlation-request-id": [ - "0646f512-e98d-4ea8-af4f-fd66fc5bb73c" + "3a45b7f8-74d2-4df1-a8bf-dbf1f65d1564" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213428Z:0646f512-e98d-4ea8-af4f-fd66fc5bb73c" + "WESTUS2:20170724T230015Z:3a45b7f8-74d2-4df1-a8bf-dbf1f65d1564" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjU1NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE1MzI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODk5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "00e4e684-ece0-468f-a619-0f777e47e2d3" + "8f26b520-9ec7-4e63-8c4f-b15a732191e0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"fa21e3dd-15b0-4063-b2b2-b1e9cb38278a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532\",\r\n \"name\": \"testadlfs11532\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"04adc01d-5acd-41f3-8a46-a9cb63ca4b8e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913\",\r\n \"name\": \"testadlfs12913\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 21:33:56 GMT" + "Mon, 24 Jul 2017 22:59:42 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12554/providers/Microsoft.DataLakeStore/accounts/testadlfs11532/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18995/providers/Microsoft.DataLakeStore/accounts/testadlfs12913/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fa21e3dd-15b0-4063-b2b2-b1e9cb38278a0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/04adc01d-5acd-41f3-8a46-a9cb63ca4b8e0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "12695c27-0d2b-4145-a5c9-104b11e7d92e" + "710538f1-5f21-4ab1-a31e-6ade16d923c2" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1191" ], "x-ms-correlation-request-id": [ - "099c15a4-cdbb-489f-aec2-f6d7998d6eac" + "aeda721a-b617-40d5-a555-4bf6a38dd2e5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213356Z:099c15a4-cdbb-489f-aec2-f6d7998d6eac" + "WESTUS2:20170724T225942Z:aeda721a-b617-40d5-a555-4bf6a38dd2e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fa21e3dd-15b0-4063-b2b2-b1e9cb38278a0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ZhMjFlM2RkLTE1YjAtNDA2My1iMmIyLWIxZTljYjM4Mjc4YTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/04adc01d-5acd-41f3-8a46-a9cb63ca4b8e0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzA0YWRjMDFkLTVhY2QtNDFmMy04YTQ2LWE5Y2I2M2NhNGI4ZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 21:34:26 GMT" + "Mon, 24 Jul 2017 23:00:13 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "541745cb-6c5d-4cf2-ab54-059c9c0c62f6" + "10b87eb8-9d55-4d47-9f13-f506aa2f3143" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14988" ], "x-ms-correlation-request-id": [ - "0f0a7e16-6a3c-4ed0-a121-20336f7df300" + "3e7358aa-873c-4d2a-89c5-97912a4b0e53" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T213427Z:0f0a7e16-6a3c-4ed0-a121-20336f7df300" + "WESTUS2:20170724T230013Z:3e7358aa-873c-4d2a-89c5-97912a4b0e53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,19 +739,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf3e2c58-14b3-4846-8299-78b74ef69f8c" + "712224c3-a06d-4204-a16d-cecdc8066b35" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:30 GMT" + "Mon, 24 Jul 2017 23:00:18 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9318b3c3-a185-4e71-adc8-72e676569e2c" + "147628c7-bbca-445b-847c-15609b442741" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -781,8 +794,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz93cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -793,13 +806,14 @@ "42" ], "x-ms-client-request-id": [ - "6c886b7e-4194-460e-af35-8700fa07542a" + "fe95834f-f262-4c1c-b828-06cede62bf96" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -814,22 +828,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:19 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/SDKTestFile01.txt5159?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/SDKTestFile01.txt5093?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "7143d0b1-0d69-46c0-b106-4a86af73d9d9" + "8d170fef-1bd3-483f-bc76-b6498c5cd44a" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,8 +858,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt6454?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5005?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT93cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -856,13 +870,14 @@ "42" ], "x-ms-client-request-id": [ - "dc6e563d-da9c-48d4-98f7-cfe66d0db559" + "1fb536b2-dc82-43e5-99df-4adb50e2adca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -877,22 +892,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/SDKTestFile01.txt6454?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/SDKTestFile01.txt5005?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "ba8e0b97-1f51-4ece-9a1e-361343b6e274" + "ee6a7c29-c9f0-4d10-8cd5-976db553b1d8" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -907,22 +922,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af27f606-7b2b-44cd-a55d-16ac3b153019" + "a226969d-cf9f-4712-80b1-1737d139879a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490650471494,\r\n \"modificationTime\": 1490650472004,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500937218759,\r\n \"modificationTime\": 1500937219952,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -937,16 +953,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3219e1fa-5c5d-49ab-a1ae-4554dcb226bf" + "34fb5a3d-1269-4c3e-baaf-ade697fa7bee" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -961,22 +977,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d309092e-25b1-4d37-ae2f-205b322197b2" + "5bc9802c-060f-44b6-9d7b-81ee53f1191c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490650471494,\r\n \"modificationTime\": 1490650472004,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500937218759,\r\n \"modificationTime\": 1500937219952,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -991,16 +1008,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c977868c-0bfd-4cb1-bfd2-8ce5677cada8" + "f3cab511-2d7e-4834-9119-16156d94c277" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1015,22 +1032,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "549aaaf0-8109-42d4-ba6f-4353419799ed" + "ea78f8f4-956a-401a-9989-ee80dcb5f00d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490650471494,\r\n \"modificationTime\": 1490650472004,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500937218759,\r\n \"modificationTime\": 1500937219952,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -1045,16 +1063,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c6c443e2-8f04-494e-9eef-07418c8d0149" + "6e6dbc66-8367-4088-b628-7fed69b6ba02" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1069,22 +1087,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119?op=LISTSTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOT9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879?op=LISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OT9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44631b71-403a-434f-b896-e2fb2c5c9b88" + "b687152c-b566-43ce-9f02-fda6e9bda785" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5159\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt6454\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471983,\r\n \"modificationTime\": 1490650472053,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5005\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219947,\r\n \"modificationTime\": 1500937219998,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5093\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "657" @@ -1099,16 +1118,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8a1e5712-13cc-41a4-85e0-dad978cbe908" + "a1080f60-a926-4e52-b3f5-d0579f429701" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1123,22 +1142,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119?op=LISTSTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOT9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879?op=LISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OT9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "054544b2-e64d-4337-8216-37945aa66294" + "38b3186e-7cd7-44e3-8269-479cbb896273" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5159\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt6454\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471983,\r\n \"modificationTime\": 1490650472053,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5005\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219947,\r\n \"modificationTime\": 1500937219998,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5093\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "657" @@ -1153,16 +1173,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:31 GMT" + "Mon, 24 Jul 2017 23:00:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9763792f-16c2-45f5-b988-5fb9b8532335" + "52edc1ca-ce44-472e-8a89-2a49cd9a459c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1177,22 +1197,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt6454?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5005?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04f5f7df-4ba4-4e87-9136-29053201aaa8" + "0df88763-97f7-42ef-9b2a-aaa84fc189e4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471983,\r\n \"modificationTime\": 1490650472053,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219947,\r\n \"modificationTime\": 1500937219998,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1207,16 +1228,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "30e24bc4-fb6a-4367-9bc7-9a7ec69e48c9" + "7520d42e-467e-427d-9287-f9bb9e007a5e" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1231,19 +1252,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt6454?length=42&offset=0&op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9sZW5ndGg9NDImb2Zmc2V0PTAmb3A9T1BFTiZyZWFkPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5005?length=42&offset=0&read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT9sZW5ndGg9NDImb2Zmc2V0PTAmcmVhZD10cnVlJm9wPU9QRU4mYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73a7908f-e09e-4c44-91e1-aa883014d8e1" + "f1171342-ebee-4ecc-bac3-9fa692689df0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -1258,7 +1280,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" @@ -1267,10 +1289,10 @@ "chunked" ], "x-ms-request-id": [ - "292b6983-c5d4-4d11-b51f-73cfaa079997" + "d99a06aa-d19e-42f4-867c-4c2fa9d9be33" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1285,22 +1307,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18ad8d01-f249-4b27-a32e-44cb21466024" + "20c593c2-82ca-414f-9266-6c0365c734d4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1315,16 +1338,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "28b197ce-7448-4282-b246-b4968ec4a19b" + "5c0deb30-ebfd-4dab-af5b-6d0dddb84198" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1339,22 +1362,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "169e7033-3f20-45f4-91ac-d7f70db1e99a" + "79e9bd59-1fb6-44c8-a36e-1d87f7553816" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1369,16 +1393,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c4042c1d-cc62-4ab7-8b79-f952a9d0e406" + "7a533110-1b5a-4f45-9447-f6519b6a42fb" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1393,22 +1417,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3661bb3a-acb3-4186-81f6-4d0cff7d1441" + "35923213-8027-49ce-bb65-9885bfa044e8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1423,16 +1448,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b633aa1c-c375-4ad9-8333-61e7b1639603" + "6b1ef506-a00d-43d7-b5e7-7df2c08085c0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1447,22 +1472,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0548b3d3-4fc5-4b97-b44c-6d3c1f8d5597" + "210e06fe-93f2-4fb9-9dad-efd373f73964" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1477,16 +1503,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f0144177-5e3e-4bba-b543-af0d0184725d" + "7a2393dd-9f15-49c1-959b-6090595d52fe" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1501,22 +1527,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dba1519-1870-4bca-b7df-6c32fbb32832" + "83107bb1-05b4-4e13-8531-86adc512a770" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650471606,\r\n \"modificationTime\": 1490650471689,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937219543,\r\n \"modificationTime\": 1500937219593,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1531,16 +1558,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c64555df-1653-4813-8b73-692743295062" + "03a5311f-cb1c-436f-a661-91845bb18d14" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1555,19 +1582,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?length=42&offset=0&op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9sZW5ndGg9NDImb2Zmc2V0PTAmb3A9T1BFTiZyZWFkPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?length=42&offset=0&read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9sZW5ndGg9NDImb2Zmc2V0PTAmcmVhZD10cnVlJm9wPU9QRU4mYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d718a1c4-324d-46ba-b38f-347f23162194" + "dca11c8f-bdf7-4b58-bc01-25e51fe3cfa9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -1582,7 +1610,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:32 GMT" + "Mon, 24 Jul 2017 23:00:21 GMT" ], "Pragma": [ "no-cache" @@ -1591,10 +1619,10 @@ "chunked" ], "x-ms-request-id": [ - "be34b7e2-51f5-4b7e-a640-2613ac9f873a" + "54000e7c-8829-4101-8854-3b7bae322b13" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1609,19 +1637,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2FSDKTestFile01.txt5159?length=42&offset=0&op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9sZW5ndGg9NDImb2Zmc2V0PTAmb3A9T1BFTiZyZWFkPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2FSDKTestFile01.txt5093?length=42&offset=0&read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9sZW5ndGg9NDImb2Zmc2V0PTAmcmVhZD10cnVlJm9wPU9QRU4mYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5178446a-e467-4922-b98b-1e0ae6cb4cdb" + "a9a26bcd-bf9c-41b7-97ae-3153730b9e18" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -1636,7 +1665,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" @@ -1645,10 +1674,10 @@ "chunked" ], "x-ms-request-id": [ - "08dc8af2-0ba7-48b9-a445-a872788bf304" + "daa59fe5-c57f-42e2-9a4a-a011f1481665" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1663,22 +1692,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5005?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "207a50b7-3c6e-42fc-8d23-2cee947ef156" + "d90a8b10-9575-440d-88df-b07809ec15be" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder017119/upload/SDKTestFile01.txt5159 [f76383fa-6761-49d0-b885-63ce86294ccd][2017-03-27T14:34:33.9794750-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder011879/upload/SDKTestFile01.txt5005 [82ec603f-2441-486a-be3f-51ede35bb944][2017-07-24T16:00:22.4140023-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "269" @@ -1693,16 +1723,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f76383fa-6761-49d0-b885-63ce86294ccd" + "82ec603f-2441-486a-be3f-51ede35bb944" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1717,22 +1747,23 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt5159?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5005?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c70ced86-4ace-4988-81ff-aede32bc3c9a" + "2e7c475c-abcc-464c-8c3f-2ce618eb4ac4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650474736,\r\n \"modificationTime\": 1490650474784,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937223059,\r\n \"modificationTime\": 1500937223105,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1747,16 +1778,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "67799e8e-fc26-4127-a227-1d55f7448022" + "5aac82ea-7c99-4db0-90ac-3a5aa50a3881" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1771,22 +1802,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt6454?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b27b70de-e4d4-4694-a177-284829da6b41" + "8740f9f9-f18e-45ed-bb67-6974608b1a94" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder017119/upload/SDKTestFile01.txt6454 [cef3a82f-0ecc-40fc-9ab5-eb184d2f09e6][2017-03-27T14:34:33.9812232-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder011879/upload/SDKTestFile01.txt5093 [e1db5596-c075-428a-bb42-fa3311ad3a09][2017-07-24T16:00:22.4072445-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "269" @@ -1801,16 +1833,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "cef3a82f-0ecc-40fc-9ab5-eb184d2f09e6" + "e1db5596-c075-428a-bb42-fa3311ad3a09" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1825,22 +1857,23 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt6454?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5093?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ab013b7-9d75-4599-b67e-91c2017e782d" + "aab76c98-7750-4258-b31e-38cec6f20178" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650474823,\r\n \"modificationTime\": 1490650474893,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937223056,\r\n \"modificationTime\": 1500937223092,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1855,16 +1888,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a527f4fb-e8a5-4b25-81ff-26c7a162f6a8" + "fd3ba3e5-b28c-4144-9ce2-8ff08799ceb3" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1879,22 +1912,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d44eafa-20fd-4273-88c0-314cca4219a2" + "daf57e66-f845-4b6a-acd3-5fe8d154a34b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder017119/upload/specificFileDownload.out [9aff10d6-392e-437e-844a-bb196d192a5d][2017-03-27T14:34:34.4017821-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder011879/upload/specificFileDownload.out [0cffc37f-f9b6-43fa-a2cb-2796765e2b7e][2017-07-24T16:00:22.7368418-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "272" @@ -1909,16 +1943,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9aff10d6-392e-437e-844a-bb196d192a5d" + "0cffc37f-f9b6-43fa-a2cb-2796765e2b7e" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1933,22 +1967,23 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54a33515-e234-447f-95fb-2a1cecaae848" + "d2fc2fd2-ff04-4075-8a8f-e1650999dcac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650474764,\r\n \"modificationTime\": 1490650474814,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937223081,\r\n \"modificationTime\": 1500937223352,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1963,16 +1998,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ea8f5eb9-3323-4577-a8ef-a14e41719abc" + "ffeb42c9-8ab9-4a8c-b0f1-d097ed010a83" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1987,8 +2022,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt5159?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vdmVyd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5005?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT9vdmVyd3JpdGU9dHJ1ZSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -1999,13 +2034,14 @@ "0" ], "x-ms-client-request-id": [ - "f86aac02-959f-4316-9063-d563acaab837" + "96d048fa-f3f3-4bed-bad1-f4fe51147eed" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2020,22 +2056,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/SDKTestFile01.txt5159?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/SDKTestFile01.txt5005?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "120e3514-add5-4bcd-9c5d-b570cc61ffed" + "be45695b-a412-4556-b12d-c5795f625a72" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2050,8 +2086,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt5159?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTE1OT9vdmVyd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5005?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTAwNT9vdmVyd3JpdGU9dHJ1ZSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -2062,13 +2098,14 @@ "42" ], "x-ms-client-request-id": [ - "8c04e18d-161d-45f6-903f-e5ab5526ad3e" + "2031f2d1-f717-4d34-890d-18fdabfe20f2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2083,22 +2120,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/SDKTestFile01.txt5159?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/SDKTestFile01.txt5005?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "15d7a218-563b-4293-bcb0-f203f69d7883" + "02ac6d7a-9218-4509-ab38-fe4d488540e1" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2113,8 +2150,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vdmVyd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vdmVyd3JpdGU9dHJ1ZSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -2125,13 +2162,14 @@ "0" ], "x-ms-client-request-id": [ - "dbe5c95c-c31a-4a9d-8f23-1137d8535cae" + "5b592b85-fbfb-4505-be89-947d4a7b51d5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2146,22 +2184,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:33 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/specificFileDownload.out?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/specificFileDownload.out?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "fa9eee88-59d2-401c-9ec5-26853d312dc7" + "ab781592-a87a-486c-93c2-7909c1ad439b" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2176,8 +2214,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vdmVyd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dD9vdmVyd3JpdGU9dHJ1ZSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -2188,13 +2226,14 @@ "42" ], "x-ms-client-request-id": [ - "8d8a5fed-e57f-434e-b556-66a1e1fff587" + "5d2d15a0-c18f-4af7-8b4a-332d2e3f72cd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2209,22 +2248,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/specificFileDownload.out?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/specificFileDownload.out?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "8146a790-cfeb-4e85-95cb-d72247b66db9" + "0dc45d2b-59d1-4b56-b6d2-bec16489e870" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2239,8 +2278,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt6454?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9vdmVyd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5093?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vdmVyd3JpdGU9dHJ1ZSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -2251,13 +2290,14 @@ "0" ], "x-ms-client-request-id": [ - "968a5640-6909-45fb-88eb-1d7efaad6d88" + "ed4de77b-95b9-4088-90fa-1e20b240de2f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2272,22 +2312,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/SDKTestFile01.txt6454?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/SDKTestFile01.txt5093?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "644f80c2-60cf-4dd4-b2cb-71ef5fbbc643" + "4b32097f-e6f3-49b4-b568-0afeecca74c2" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2302,8 +2342,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FSDKTestFile01.txt6454?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NjQ1ND9vdmVyd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FSDKTestFile01.txt5093?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRlNES1Rlc3RGaWxlMDEudHh0NTA5Mz9vdmVyd3JpdGU9dHJ1ZSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -2314,13 +2354,14 @@ "42" ], "x-ms-client-request-id": [ - "c43cfb3a-c143-47b4-a26b-5f12b5ff2ffa" + "88189d88-2c7d-4629-9c85-227ad3fd12b6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2335,22 +2376,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/SDKTestFile01.txt6454?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/SDKTestFile01.txt5093?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "bb020960-08c1-4d06-bb63-232b350bc35e" + "c28b6842-ffa8-4c58-b14e-66283e763cde" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2365,22 +2406,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload?op=LISTSTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZD9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload?op=LISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZD9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28bcc84a-07f5-41e9-a7b0-5072d9b50893" + "c1cdbe84-9e7a-4714-af43-44c1a47d2d14" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5159\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650474736,\r\n \"modificationTime\": 1490650474784,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt6454\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650474823,\r\n \"modificationTime\": 1490650474893,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"specificFileDownload.out\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650474764,\r\n \"modificationTime\": 1490650474814,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5005\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937223059,\r\n \"modificationTime\": 1500937223105,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestFile01.txt5093\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937223056,\r\n \"modificationTime\": 1500937223092,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n },\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"specificFileDownload.out\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937223081,\r\n \"modificationTime\": 1500937223352,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "972" @@ -2395,16 +2437,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a618169b-dda5-4c12-99f1-77f3fff03893" + "af7eeef6-99ee-4a93-bf0a-9cbfefa80c3f" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2419,22 +2461,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out.new?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out.new?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89cbd046-b10b-4b0f-8435-e8c7537a7aa0" + "7c8f8c18-0567-4203-89a1-aca723e9c51f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder017119/upload/specificFileDownload.out.new [6cc90c34-96d3-4be0-a0a1-2ec3eaa9a1cf][2017-03-27T14:34:35.3718571-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder011879/upload/specificFileDownload.out.new [f00d8af9-88dd-4c7c-b624-04473e64ff2c][2017-07-24T16:00:24.0390503-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "276" @@ -2449,16 +2492,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6cc90c34-96d3-4be0-a0a1-2ec3eaa9a1cf" + "f00d8af9-88dd-4c7c-b624-04473e64ff2c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -2473,22 +2516,23 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out.new?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out.new?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f25c316-0ef9-449b-aece-166d4d228b6a" + "8a3cb6cf-499f-4a5c-98ed-21c3c6edb175" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650475647,\r\n \"modificationTime\": 1490650475718,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937224533,\r\n \"modificationTime\": 1500937224576,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -2503,16 +2547,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:35 GMT" + "Mon, 24 Jul 2017 23:00:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4409b85b-4917-45c8-aa96-3a5f5d76d09e" + "9ca196e1-391c-4969-9c39-ab2e76735f51" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2527,22 +2571,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out.new?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out.new?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e675a1b-f212-498f-809a-c366bfe49367" + "1dc4a496-768c-4935-ad6f-950a89f056d0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490650475647,\r\n \"modificationTime\": 1490650475718,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937224533,\r\n \"modificationTime\": 1500937224576,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -2557,16 +2602,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:35 GMT" + "Mon, 24 Jul 2017 23:00:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5bc0f0f6-4e8f-4d56-b63d-2b78586b954e" + "7e8d3d9d-3ed1-4c68-8554-05cba2da7ead" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2581,8 +2626,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out.new?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3ZlcndyaXRlPXRydWUmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out.new?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3ZlcndyaXRlPXRydWUmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -2593,13 +2638,14 @@ "0" ], "x-ms-client-request-id": [ - "191d56ad-07e3-467e-bbc7-22ab90153387" + "625566f8-438b-481c-aa42-47bdc45b9676" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2614,22 +2660,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:34 GMT" + "Mon, 24 Jul 2017 23:00:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/specificFileDownload.out.new?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/specificFileDownload.out.new?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "cdb52b67-b9d5-4768-9c5b-e1ac82f66d9c" + "a333d622-d1b3-404d-9817-56afc4d1b66d" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2644,8 +2690,8 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out.new?overwrite=true&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3ZlcndyaXRlPXRydWUmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out.new?overwrite=true&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3ZlcndyaXRlPXRydWUmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -2656,13 +2702,14 @@ "42" ], "x-ms-client-request-id": [ - "26b0ed19-4e68-4c4f-adbf-88aee2bd2e1b" + "64a82ecf-db82-4520-835e-6f9c2cbbd88a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -2677,22 +2724,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:35 GMT" + "Mon, 24 Jul 2017 23:00:24 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11532.azuredatalakestore.net/webhdfs/v1/SDKTestFolder017119/upload/specificFileDownload.out.new?overwrite=true&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12913.azuredatalakestore.net/webhdfs/v1/SDKTestFolder011879/upload/specificFileDownload.out.new?overwrite=true&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "e9b481ac-ce1d-4b5d-93f7-cf19416aa8a0" + "88eaa8fe-9e81-4a97-8f88-62dbff0e1c9e" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2707,19 +2754,20 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder017119%2Fupload%2FspecificFileDownload.out.new?op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNzExOSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/b3A9T1BFTiZyZWFkPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder011879%2Fupload%2FspecificFileDownload.out.new?read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMTg3OSUyRnVwbG9hZCUyRnNwZWNpZmljRmlsZURvd25sb2FkLm91dC5uZXc/cmVhZD10cnVlJm9wPU9QRU4mYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82b07fcf-769a-4b52-8d19-1e452369a2d7" + "8f132973-31c2-4b48-91f5-96ebdc15c447" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -2734,7 +2782,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 21:34:35 GMT" + "Mon, 24 Jul 2017 23:00:24 GMT" ], "Pragma": [ "no-cache" @@ -2743,10 +2791,10 @@ "chunked" ], "x-ms-request-id": [ - "60017931-0731-4be2-b5a5-2a29ec760eef" + "3c82503f-1020-4cb3-b6c5-a3f40971dcbe" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -2763,19 +2811,19 @@ ], "Names": { ".ctor": [ - "datalakerg12554", - "testdatalake15141", - "testadlfs11532" + "datalakerg18995", + "testdatalake15121", + "testadlfs12913" ], "CreateFolder": [ - "SDKTestFolder017119" + "SDKTestFolder011879" ], "CreateFile": [ - "SDKTestFolder017119/SDKTestFile01.txt5159", - "SDKTestFolder017119/SDKTestFile01.txt6454" + "SDKTestFolder011879/SDKTestFile01.txt5093", + "SDKTestFolder011879/SDKTestFile01.txt5005" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json index 0c1673b97ab78..2906bbd49a6c3 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98902518-b82e-4416-8809-4fe982956c38" + "d5e880e2-363c-462a-8c79-77b46ae4fe17" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:55 GMT" + "Mon, 24 Jul 2017 22:40:56 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "f2c96b4e-35dd-45f3-a5a8-6995c71381cd" + "7328f410-3737-42a3-ac64-0066e943cd38" ], "x-ms-correlation-request-id": [ - "f2c96b4e-35dd-45f3-a5a8-6995c71381cd" + "7328f410-3737-42a3-ac64-0066e943cd38" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180256Z:f2c96b4e-35dd-45f3-a5a8-6995c71381cd" + "WESTUS2:20170724T224056Z:7328f410-3737-42a3-ac64-0066e943cd38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8531a6e4-95a7-4b19-bb56-ac0b2d4d6aec" + "c8c4459a-848e-4088-b5ad-9f3c0c2141b1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:55 GMT" + "Mon, 24 Jul 2017 22:40:56 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14991" ], "x-ms-request-id": [ - "d9b2c58b-a5d3-4e0a-b003-21b3a36d262e" + "607d933d-79f7-4f6c-9eb9-9b24bdb3d829" ], "x-ms-correlation-request-id": [ - "d9b2c58b-a5d3-4e0a-b003-21b3a36d262e" + "607d933d-79f7-4f6c-9eb9-9b24bdb3d829" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180256Z:d9b2c58b-a5d3-4e0a-b003-21b3a36d262e" + "WESTUS2:20170724T224057Z:607d933d-79f7-4f6c-9eb9-9b24bdb3d829" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "644cdb5c-ca7a-4e37-9bbb-615e9c772a93" + "c530c4a7-dbfc-40f4-8046-a0e3320a3b87" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:56 GMT" + "Mon, 24 Jul 2017 22:40:57 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "077db7ee-26e2-439e-a785-279421f8cb4f" + "99b17fe1-30f2-4bf6-b080-dd0626260f28" ], "x-ms-correlation-request-id": [ - "077db7ee-26e2-439e-a785-279421f8cb4f" + "99b17fe1-30f2-4bf6-b080-dd0626260f28" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180257Z:077db7ee-26e2-439e-a785-279421f8cb4f" + "WESTUS2:20170724T224057Z:99b17fe1-30f2-4bf6-b080-dd0626260f28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d0d0389-5b1f-48ee-a014-9597b48475ef" + "93a63991-223c-4a05-bdf7-cbe6029fa976" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:56 GMT" + "Mon, 24 Jul 2017 22:40:57 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-request-id": [ - "e83fc951-8001-46b8-9be5-ff96ed3b24b0" + "a5e02c9f-cadb-4613-aaeb-58389654236d" ], "x-ms-correlation-request-id": [ - "e83fc951-8001-46b8-9be5-ff96ed3b24b0" + "a5e02c9f-cadb-4613-aaeb-58389654236d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180257Z:e83fc951-8001-46b8-9be5-ff96ed3b24b0" + "WESTUS2:20170724T224057Z:a5e02c9f-cadb-4613-aaeb-58389654236d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14595?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDU5NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13367?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM2Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d21e408-9a0a-46a1-8630-94528feb70b5" + "ccda54c4-38e7-4996-bf87-a77563376484" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14595' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13367' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:56 GMT" + "Mon, 24 Jul 2017 22:40:57 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14989" ], "x-ms-request-id": [ - "18d8fa05-4b92-4d0a-b550-012e38912697" + "9c6e3e27-9b97-4cd6-9ce6-32b4050614c3" ], "x-ms-correlation-request-id": [ - "18d8fa05-4b92-4d0a-b550-012e38912697" + "9c6e3e27-9b97-4cd6-9ce6-32b4050614c3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180257Z:18d8fa05-4b92-4d0a-b550-012e38912697" + "WESTUS2:20170724T224057Z:9c6e3e27-9b97-4cd6-9ce6-32b4050614c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14595?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDU5NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13367?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM2Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d930058f-c8d2-440b-a820-6c42e331576d" + "72693730-2fe0-4906-ab27-192fea1b903d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595\",\r\n \"name\": \"datalakerg14595\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367\",\r\n \"name\": \"datalakerg13367\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:58 GMT" + "Mon, 24 Jul 2017 22:40:58 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14988" ], "x-ms-request-id": [ - "0f1f825a-14b6-491c-bf57-ceeae9b021ac" + "03afe036-5a72-4ac5-9812-ce6fe2a60ddd" ], "x-ms-correlation-request-id": [ - "0f1f825a-14b6-491c-bf57-ceeae9b021ac" + "03afe036-5a72-4ac5-9812-ce6fe2a60ddd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180258Z:0f1f825a-14b6-491c-bf57-ceeae9b021ac" + "WESTUS2:20170724T224059Z:03afe036-5a72-4ac5-9812-ce6fe2a60ddd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14595?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDU5NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13367?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM2Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "d686df6b-0d55-40a3-9f00-f59df5fe6f62" + "6f882973-6d01-445e-81a4-6fa89bdf7457" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595\",\r\n \"name\": \"datalakerg14595\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367\",\r\n \"name\": \"datalakerg13367\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:58 GMT" + "Mon, 24 Jul 2017 22:40:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-request-id": [ - "6ae9aa02-cbb2-4d84-94e9-a9234fd48d60" + "0f6fbe79-81ff-4fed-9e0a-bbfff5e8faed" ], "x-ms-correlation-request-id": [ - "6ae9aa02-cbb2-4d84-94e9-a9234fd48d60" + "0f6fbe79-81ff-4fed-9e0a-bbfff5e8faed" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180258Z:6ae9aa02-cbb2-4d84-94e9-a9234fd48d60" + "WESTUS2:20170724T224059Z:0f6fbe79-81ff-4fed-9e0a-bbfff5e8faed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDU5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcxMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59f0cee3-90f2-4a8f-9fdd-fe60f5a278b4" + "a9b2142e-0b28-45d4-a019-03c5d8ab1087" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17137' under resource group 'datalakerg14595' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13440' under resource group 'datalakerg13367' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:02:58 GMT" + "Mon, 24 Jul 2017 22:40:59 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "e2b47dbf-5538-4d7a-983b-d42703064b32" + "96899452-4049-4e0a-9833-e1b048f0751f" ], "x-ms-correlation-request-id": [ - "e2b47dbf-5538-4d7a-983b-d42703064b32" + "96899452-4049-4e0a-9833-e1b048f0751f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180259Z:e2b47dbf-5538-4d7a-983b-d42703064b32" + "WESTUS2:20170724T224059Z:96899452-4049-4e0a-9833-e1b048f0751f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDU5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcxMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17137.azuredatalakestore.net\",\r\n \"accountId\": \"57ac2cbe-92ba-41d8-be29-b0ef22c71d6a\",\r\n \"creationTime\": \"2017-03-27T18:03:00.8370475Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:03:00.8370475Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137\",\r\n \"name\": \"testadlfs17137\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13440.azuredatalakestore.net\",\r\n \"accountId\": \"26f90d4b-85f9-4109-9e09-787c0e27d371\",\r\n \"creationTime\": \"2017-07-24T22:41:01.8803431Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:41:01.8803431Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440\",\r\n \"name\": \"testadlfs13440\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:03:31 GMT" + "Mon, 24 Jul 2017 22:41:35 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "282fc88b-4007-4f20-a3ea-634b0f2fbb51" + "9e749ab3-7f36-46a5-b533-fe721edc02ec" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14988" ], "x-ms-correlation-request-id": [ - "ed4517a1-92ad-4c39-bc18-65a4d0fe5202" + "4e846180-c083-41f3-aa8a-75476db9a20e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180332Z:ed4517a1-92ad-4c39-bc18-65a4d0fe5202" + "WESTUS2:20170724T224136Z:4e846180-c083-41f3-aa8a-75476db9a20e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDU5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcxMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dbf01e0-62a3-41a0-8e79-cf3084af9c57" + "fa115012-76cf-4c0d-ac85-7a8a0dbe68e8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17137.azuredatalakestore.net\",\r\n \"accountId\": \"57ac2cbe-92ba-41d8-be29-b0ef22c71d6a\",\r\n \"creationTime\": \"2017-03-27T18:03:00.8370475Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:03:00.8370475Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137\",\r\n \"name\": \"testadlfs17137\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13440.azuredatalakestore.net\",\r\n \"accountId\": \"26f90d4b-85f9-4109-9e09-787c0e27d371\",\r\n \"creationTime\": \"2017-07-24T22:41:01.8803431Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:41:01.8803431Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440\",\r\n \"name\": \"testadlfs13440\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:03:32 GMT" + "Mon, 24 Jul 2017 22:41:36 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "03eb4b62-8c98-48bf-b91d-d64b179a50f4" + "2b63e9ea-1a13-4a2b-8673-e57b31d6eb28" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14943" ], "x-ms-correlation-request-id": [ - "8a93df8a-ae6d-429e-99be-159160298d52" + "65951510-aa0f-42d7-bb53-59f3e03195ed" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180332Z:8a93df8a-ae6d-429e-99be-159160298d52" + "WESTUS2:20170724T224137Z:65951510-aa0f-42d7-bb53-59f3e03195ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDU5NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcxMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM2Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM0NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "df073ed6-910d-4655-9cb6-9ac857475034" + "a9af43cf-96b8-48bc-91f6-d0f811613822" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"57ac2cbe-92ba-41d8-be29-b0ef22c71d6a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137\",\r\n \"name\": \"testadlfs17137\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"26f90d4b-85f9-4109-9e09-787c0e27d371\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440\",\r\n \"name\": \"testadlfs13440\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:03:00 GMT" + "Mon, 24 Jul 2017 22:41:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14595/providers/Microsoft.DataLakeStore/accounts/testadlfs17137/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13367/providers/Microsoft.DataLakeStore/accounts/testadlfs13440/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/57ac2cbe-92ba-41d8-be29-b0ef22c71d6a0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/26f90d4b-85f9-4109-9e09-787c0e27d3710?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "4912151c-49a2-4304-a258-2e9da3ecba90" + "321c5df2-1955-49b5-a0e9-c46f827a8ac1" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1199" ], "x-ms-correlation-request-id": [ - "47fe5334-f856-466b-94db-98d47d86c98b" + "e0ea9480-131a-49e9-9ddc-bacf78ab847f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180301Z:47fe5334-f856-466b-94db-98d47d86c98b" + "WESTUS2:20170724T224101Z:e0ea9480-131a-49e9-9ddc-bacf78ab847f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/57ac2cbe-92ba-41d8-be29-b0ef22c71d6a0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU3YWMyY2JlLTkyYmEtNDFkOC1iZTI5LWIwZWYyMmM3MWQ2YTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/26f90d4b-85f9-4109-9e09-787c0e27d3710?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI2ZjkwZDRiLTg1ZjktNDEwOS05ZTA5LTc4N2MwZTI3ZDM3MTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:03:30 GMT" + "Mon, 24 Jul 2017 22:41:35 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e5eef495-e346-4ded-a22b-9eb8e812bcf4" + "cb33dcb1-3e05-4f8e-9685-230123ea4ace" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14987" ], "x-ms-correlation-request-id": [ - "22ca9a33-5a97-4480-bbfa-3f9aabfd27ec" + "bea77ce6-be2a-4d42-a63d-dffd75fa8400" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180331Z:22ca9a33-5a97-4480-bbfa-3f9aabfd27ec" + "WESTUS2:20170724T224135Z:bea77ce6-be2a-4d42-a63d-dffd75fa8400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2107?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTA3P3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3260?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMjYwP3N5bmNGbGFnPURBVEEmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -739,13 +751,14 @@ "0" ], "x-ms-client-request-id": [ - "fdd290df-91b6-41ee-8e11-b95897c990a1" + "f689f168-64c4-4463-aeeb-41a31d49a16a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:03:41 GMT" + "Mon, 24 Jul 2017 22:41:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17137.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2107?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs13440.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt3260?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "426decc0-48ad-44c1-87be-a856f52ba7fa" + "9290e473-4103-4c03-8fce-8f5ee0bd3268" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2107?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTA3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3260?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMjYwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df913301-38c2-431a-a159-381b9c070359" + "7db3ad90-962f-479e-9a2c-e78dc90d74d7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490637822629,\r\n \"modificationTime\": 1490637822629,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936101565,\r\n \"modificationTime\": 1500936101565,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:03:42 GMT" + "Mon, 24 Jul 2017 22:41:40 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2b4922e6-cc22-45ad-baf1-6ddfcdab4568" + "bacc26ad-fc3d-4b78-964e-a56d735fc4d6" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2107?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTA3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3260?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMjYwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0a4f8a1-ab88-4099-8c33-cb4766ade6b5" + "88af696b-9549-48b4-9488-6a19ec4beec1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490637822629,\r\n \"modificationTime\": 1490637822939,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936101565,\r\n \"modificationTime\": 1500936101970,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:03:42 GMT" + "Mon, 24 Jul 2017 22:41:41 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fe795d6b-185a-4df9-9b94-2a965f3f98d6" + "8ba7889b-c944-4a30-b240-198ae57500df" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,8 +913,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2107?op=APPEND&append=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyMTA3P29wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3260?append=true&op=APPEND&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMjYwP2FwcGVuZD10cnVlJm9wPUFQUEVORCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -910,13 +925,14 @@ "39" ], "x-ms-client-request-id": [ - "3bf52c80-cb3b-4fe0-9dcb-84eb05fe6efb" + "61b9dd1e-a89c-45a8-b0b5-28e907f9a49b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -931,16 +947,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:03:42 GMT" + "Mon, 24 Jul 2017 22:41:41 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "88a1a4f9-e38e-4854-854f-b74b1622cd65" + "e50a5926-e3b1-4354-8c36-30e27f33ecca" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -957,15 +973,15 @@ ], "Names": { ".ctor": [ - "datalakerg14595", - "testdatalake14323", - "testadlfs17137" + "datalakerg13367", + "testdatalake13273", + "testadlfs13440" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt2107" + "SDKTestFolder01/SDKTestFile01.txt3260" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json index 3867e996e670e..64b08021f99e1 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithBadOffset.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a52526a1-e479-40a3-85d0-a0995c69e8e5" + "d3b74245-3c98-411c-8a91-3ea21bc13faf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:10 GMT" + "Mon, 24 Jul 2017 22:54:23 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "cf2cb35f-3695-4c4e-a9a9-e7a80d2fef5a" + "ae17a983-fe69-496c-86e7-716090a9851c" ], "x-ms-correlation-request-id": [ - "cf2cb35f-3695-4c4e-a9a9-e7a80d2fef5a" + "ae17a983-fe69-496c-86e7-716090a9851c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181911Z:cf2cb35f-3695-4c4e-a9a9-e7a80d2fef5a" + "WESTUS:20170724T225424Z:ae17a983-fe69-496c-86e7-716090a9851c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd7cdbca-5fe5-4672-9c36-9422197022cf" + "7795824b-6636-4a51-ab53-0fe7e48b67d7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:10 GMT" + "Mon, 24 Jul 2017 22:54:23 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14990" ], "x-ms-request-id": [ - "919973d7-ab82-40ae-af7d-981133c6ef40" + "aea2ac79-00ee-46cc-a450-d702902eed0b" ], "x-ms-correlation-request-id": [ - "919973d7-ab82-40ae-af7d-981133c6ef40" + "aea2ac79-00ee-46cc-a450-d702902eed0b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181911Z:919973d7-ab82-40ae-af7d-981133c6ef40" + "WESTUS:20170724T225424Z:aea2ac79-00ee-46cc-a450-d702902eed0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f01b29f7-d52b-4bb2-b053-d6f4fbe5558c" + "361299c0-ef10-4c0e-a8d8-95e3cf3a6a36" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:11 GMT" + "Mon, 24 Jul 2017 22:54:24 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "3b85a4bd-af29-4e06-8563-a1e18d706dcf" + "f915b2b3-a32d-42fb-8d0c-8fd8f6fbb421" ], "x-ms-correlation-request-id": [ - "3b85a4bd-af29-4e06-8563-a1e18d706dcf" + "f915b2b3-a32d-42fb-8d0c-8fd8f6fbb421" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181912Z:3b85a4bd-af29-4e06-8563-a1e18d706dcf" + "WESTUS:20170724T225425Z:f915b2b3-a32d-42fb-8d0c-8fd8f6fbb421" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75baf1cc-c504-42aa-864f-97c7d216ba05" + "d183ab54-fb8a-455e-aa82-351eaca953ea" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:11 GMT" + "Mon, 24 Jul 2017 22:54:24 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14989" ], "x-ms-request-id": [ - "c2535934-a2bd-496b-9776-4dd17ca3e66c" + "7c2de388-b3ac-4db3-9206-051f3d1551a4" ], "x-ms-correlation-request-id": [ - "c2535934-a2bd-496b-9776-4dd17ca3e66c" + "7c2de388-b3ac-4db3-9206-051f3d1551a4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181912Z:c2535934-a2bd-496b-9776-4dd17ca3e66c" + "WESTUS:20170724T225425Z:7c2de388-b3ac-4db3-9206-051f3d1551a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1534?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17590?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU5MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "922c8353-33eb-4a75-9e88-123e80a8dc61" + "6a04025b-fe15-4886-9227-76f4230e5002" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1534' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17590' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:11 GMT" + "Mon, 24 Jul 2017 22:54:24 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14988" ], "x-ms-request-id": [ - "70c2e9f1-3c09-4ae8-a15c-2ae45e8ac614" + "7751c2c5-2e4c-4c1c-bf60-ee7adbd3f562" ], "x-ms-correlation-request-id": [ - "70c2e9f1-3c09-4ae8-a15c-2ae45e8ac614" + "7751c2c5-2e4c-4c1c-bf60-ee7adbd3f562" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181912Z:70c2e9f1-3c09-4ae8-a15c-2ae45e8ac614" + "WESTUS:20170724T225425Z:7751c2c5-2e4c-4c1c-bf60-ee7adbd3f562" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1534?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17590?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU5MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50155ac0-fe98-4c11-bffe-0661ac196b96" + "dd934514-88d7-4d94-9c67-8ed4d7ac1527" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534\",\r\n \"name\": \"datalakerg1534\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590\",\r\n \"name\": \"datalakerg17590\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:13 GMT" + "Mon, 24 Jul 2017 22:54:25 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14987" ], "x-ms-request-id": [ - "4b0f29b1-f47f-44da-9d0c-65136c28a1bd" + "5aadb392-65ce-43e2-b4c5-485aa2155c56" ], "x-ms-correlation-request-id": [ - "4b0f29b1-f47f-44da-9d0c-65136c28a1bd" + "5aadb392-65ce-43e2-b4c5-485aa2155c56" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181914Z:4b0f29b1-f47f-44da-9d0c-65136c28a1bd" + "WESTUS:20170724T225426Z:5aadb392-65ce-43e2-b4c5-485aa2155c56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1534?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17590?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU5MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "132691ad-9c6a-44aa-b4a3-60b2a922b29f" + "fda4715f-836f-42c5-91fe-ce5b9128e4dd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534\",\r\n \"name\": \"datalakerg1534\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590\",\r\n \"name\": \"datalakerg17590\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:13 GMT" + "Mon, 24 Jul 2017 22:54:25 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-request-id": [ - "bd9222d1-4595-47b3-8ff2-ac70c1fc0c0e" + "63737f69-c2d5-4c38-a13f-efa42e31517a" ], "x-ms-correlation-request-id": [ - "bd9222d1-4595-47b3-8ff2-ac70c1fc0c0e" + "63737f69-c2d5-4c38-a13f-efa42e31517a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181914Z:bd9222d1-4595-47b3-8ff2-ac70c1fc0c0e" + "WESTUS:20170724T225426Z:63737f69-c2d5-4c38-a13f-efa42e31517a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTM5Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU5MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3NDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "294d1f3a-2c4b-4dd6-9a13-b2d06b7132e3" + "d2a63361-c449-42a4-9abf-d696712d2a24" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15392' under resource group 'datalakerg1534' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17741' under resource group 'datalakerg17590' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:13 GMT" + "Mon, 24 Jul 2017 22:54:26 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "78c5e19b-7490-481f-bb35-bb5063c6b596" + "bcd98db3-91db-4519-a40f-f742378efcdd" ], "x-ms-correlation-request-id": [ - "78c5e19b-7490-481f-bb35-bb5063c6b596" + "bcd98db3-91db-4519-a40f-f742378efcdd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181913Z:78c5e19b-7490-481f-bb35-bb5063c6b596" + "WESTUS:20170724T225426Z:bcd98db3-91db-4519-a40f-f742378efcdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTM5Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU5MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3NDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15392.azuredatalakestore.net\",\r\n \"accountId\": \"5184c6a6-81e6-427c-852c-aa5866cc6f12\",\r\n \"creationTime\": \"2017-03-27T18:19:15.4392041Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:19:15.4392041Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392\",\r\n \"name\": \"testadlfs15392\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17741.azuredatalakestore.net\",\r\n \"accountId\": \"57eaab41-4b2e-4a99-995f-afd2f3ef29f1\",\r\n \"creationTime\": \"2017-07-24T22:54:29.8622058Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:54:29.8622058Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741\",\r\n \"name\": \"testadlfs17741\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:19:46 GMT" + "Mon, 24 Jul 2017 22:54:59 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8ee6a412-a49a-4cb4-9256-429d5cbc3769" + "b417136f-5cdf-4624-83fb-303a0a634f93" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14990" ], "x-ms-correlation-request-id": [ - "8ceeddc8-cc0e-4e95-af6f-e83aa49edc97" + "fc911ec0-427c-421a-ba29-b18a320636ec" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181946Z:8ceeddc8-cc0e-4e95-af6f-e83aa49edc97" + "WESTUS:20170724T225459Z:fc911ec0-427c-421a-ba29-b18a320636ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTM5Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU5MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3NDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45133282-3363-46c7-b2cf-4e2ed2126049" + "74b40676-bc1a-4002-a928-56b49b4223b5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15392.azuredatalakestore.net\",\r\n \"accountId\": \"5184c6a6-81e6-427c-852c-aa5866cc6f12\",\r\n \"creationTime\": \"2017-03-27T18:19:15.4392041Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:19:15.4392041Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392\",\r\n \"name\": \"testadlfs15392\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17741.azuredatalakestore.net\",\r\n \"accountId\": \"57eaab41-4b2e-4a99-995f-afd2f3ef29f1\",\r\n \"creationTime\": \"2017-07-24T22:54:29.8622058Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:54:29.8622058Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741\",\r\n \"name\": \"testadlfs17741\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:19:45 GMT" + "Mon, 24 Jul 2017 22:55:00 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e8117938-2481-4a76-b470-6d3060a56ce1" + "13ece2d5-06b0-4502-adf0-74b9465fc6f6" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14994" ], "x-ms-correlation-request-id": [ - "6f65cabd-8614-4077-a958-c4e4f65e3ceb" + "5fe0f4de-58ef-4053-8da6-304852656989" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181946Z:6f65cabd-8614-4077-a958-c4e4f65e3ceb" + "WESTUS:20170724T225500Z:5fe0f4de-58ef-4053-8da6-304852656989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTM5Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU5MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3NDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "22996e9e-a044-4425-99db-490bd015ba15" + "7a48a1ea-57eb-4179-9864-7640b76bf123" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5184c6a6-81e6-427c-852c-aa5866cc6f12\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392\",\r\n \"name\": \"testadlfs15392\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"57eaab41-4b2e-4a99-995f-afd2f3ef29f1\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741\",\r\n \"name\": \"testadlfs17741\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "420" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:19:14 GMT" + "Mon, 24 Jul 2017 22:54:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1534/providers/Microsoft.DataLakeStore/accounts/testadlfs15392/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17590/providers/Microsoft.DataLakeStore/accounts/testadlfs17741/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5184c6a6-81e6-427c-852c-aa5866cc6f120?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/57eaab41-4b2e-4a99-995f-afd2f3ef29f10?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "b00f1e7d-a8ea-47ed-b643-8af5f8f81450" + "19eabec2-4910-46f0-9985-627330228d49" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "79a83afa-e00d-4a1f-b0a3-1c34c750510a" + "c56c46fa-9df1-448f-8d0d-21beb7f3e7c1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181915Z:79a83afa-e00d-4a1f-b0a3-1c34c750510a" + "WESTUS:20170724T225428Z:c56c46fa-9df1-448f-8d0d-21beb7f3e7c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5184c6a6-81e6-427c-852c-aa5866cc6f120?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzUxODRjNmE2LTgxZTYtNDI3Yy04NTJjLWFhNTg2NmNjNmYxMjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/57eaab41-4b2e-4a99-995f-afd2f3ef29f10?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU3ZWFhYjQxLTRiMmUtNGE5OS05OTVmLWFmZDJmM2VmMjlmMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:19:45 GMT" + "Mon, 24 Jul 2017 22:54:59 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5d116183-fb4e-4900-8780-99748c1562d4" + "b87fadad-a92d-4eba-88b6-09c0a74a7cea" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14992" ], "x-ms-correlation-request-id": [ - "857896be-6fae-46c1-bfcb-e1c83278635a" + "b20a5076-d406-4f75-9b90-5525fd4bd01d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181946Z:857896be-6fae-46c1-bfcb-e1c83278635a" + "WESTUS:20170724T225459Z:b20a5076-d406-4f75-9b90-5525fd4bd01d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5731?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzMxP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt291?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyOTE/d3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "34c8673a-9ffa-416b-bb0b-e3da95c647ee" + "50980a48-64a7-49ea-bc97-7191d20a9412" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:19:47 GMT" + "Mon, 24 Jul 2017 22:55:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs15392.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5731?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs17741.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt291?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "e824dcea-86c5-4d3b-a220-ee276df9d520" + "b80a2d9c-29d4-4b06-9969-197bbc1b627b" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5731?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzMxP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt291?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyOTE/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "363f0644-afb5-4f9c-aa1c-88b3063a71d8" + "356cd07b-dfa3-4711-99f8-a483db6ae44d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638788016,\r\n \"modificationTime\": 1490638788059,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936905212,\r\n \"modificationTime\": 1500936905251,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:19:48 GMT" + "Mon, 24 Jul 2017 22:55:05 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "016d8761-5be3-426b-8f16-dfb86e4dffa9" + "7e143e50-d12c-4927-83a7-9c990cf47d2d" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,8 +858,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5731?offset=0&op=APPEND&append=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzMxP29mZnNldD0wJm9wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt291?offset=0&append=true&op=APPEND&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyOTE/b2Zmc2V0PTAmYXBwZW5kPXRydWUmb3A9QVBQRU5EJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -856,16 +870,17 @@ "42" ], "x-ms-client-request-id": [ - "04cb8f81-8447-4728-a975-7b506e1eda5a" + "980ad023-aa55-4397-94ef-165233a55a93" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"BadOffsetException\",\r\n \"message\": \"APPEND failed with error 0x83090015 (Bad request. Invalid offset.). [5fc3eb0f-e2e5-479f-af3d-f2f40f021627][2017-03-27T11:19:48.4743168-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.adl.BadOffsetException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"BadOffsetException\",\r\n \"message\": \"APPEND failed with error 0x83090015 (Bad request. Invalid offset.). [ac6f766d-c1c1-4e12-ba83-79490230234a][2017-07-24T15:55:05.7050561-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.adl.BadOffsetException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "270" @@ -880,16 +895,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:19:48 GMT" + "Mon, 24 Jul 2017 22:55:05 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5fc3eb0f-e2e5-479f-af3d-f2f40f021627" + "ac6f766d-c1c1-4e12-ba83-79490230234a" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x83090015" @@ -906,15 +921,15 @@ ], "Names": { ".ctor": [ - "datalakerg1534", - "testdatalake1304", - "testadlfs15392" + "datalakerg17590", + "testdatalake16746", + "testadlfs17741" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt5731" + "SDKTestFolder01/SDKTestFile01.txt291" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json index 0395e5c0d2ae1..e5740db122704 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemAppendToFileWithOffset.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70aa1e68-3504-4b11-a7f1-1110f9f8b5a7" + "297d9be1-4189-4290-9978-d068a95e2d55" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:09 GMT" + "Mon, 24 Jul 2017 22:48:53 GMT" ], "Pragma": [ "no-cache" @@ -43,13 +44,13 @@ "1199" ], "x-ms-request-id": [ - "9d111bcb-caa0-4421-8041-697adae1f8c6" + "eb99f4f4-234a-4844-983a-2f81bf660f77" ], "x-ms-correlation-request-id": [ - "9d111bcb-caa0-4421-8041-697adae1f8c6" + "eb99f4f4-234a-4844-983a-2f81bf660f77" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181210Z:9d111bcb-caa0-4421-8041-697adae1f8c6" + "WESTUS:20170724T224854Z:eb99f4f4-234a-4844-983a-2f81bf660f77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cca71a93-4a11-46c2-a71a-99cabd4a8651" + "b89728e7-ef64-4b85-b018-1f9a7880fc52" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:09 GMT" + "Mon, 24 Jul 2017 22:48:53 GMT" ], "Pragma": [ "no-cache" @@ -97,13 +99,13 @@ "14992" ], "x-ms-request-id": [ - "adf9905a-900f-4b03-b950-92533226208c" + "e416f904-37ee-496b-9c4c-0a075cd28b85" ], "x-ms-correlation-request-id": [ - "adf9905a-900f-4b03-b950-92533226208c" + "e416f904-37ee-496b-9c4c-0a075cd28b85" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181210Z:adf9905a-900f-4b03-b950-92533226208c" + "WESTUS:20170724T224854Z:e416f904-37ee-496b-9c4c-0a075cd28b85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9124d91-298d-48d4-bd16-9ec7736d4b7e" + "f08d1880-1663-4b6f-9c21-e145f4ea3f4f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:15 GMT" + "Mon, 24 Jul 2017 22:48:54 GMT" ], "Pragma": [ "no-cache" @@ -154,13 +157,13 @@ "1198" ], "x-ms-request-id": [ - "edce0958-7bb2-460e-b988-62c696876ab2" + "d0a3d889-ad47-48cc-94a2-1a273556ade3" ], "x-ms-correlation-request-id": [ - "edce0958-7bb2-460e-b988-62c696876ab2" + "d0a3d889-ad47-48cc-94a2-1a273556ade3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181215Z:edce0958-7bb2-460e-b988-62c696876ab2" + "WESTUS:20170724T224855Z:d0a3d889-ad47-48cc-94a2-1a273556ade3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ce00842-b886-46a3-bf54-2466bbbe6124" + "9332232a-934e-494c-bd2d-2ba3f4c55c1c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:15 GMT" + "Mon, 24 Jul 2017 22:48:54 GMT" ], "Pragma": [ "no-cache" @@ -208,13 +212,13 @@ "14991" ], "x-ms-request-id": [ - "8be380a6-476f-4549-be48-f77d4a575060" + "3c75537a-8798-4c83-9b2a-f491865d42f4" ], "x-ms-correlation-request-id": [ - "8be380a6-476f-4549-be48-f77d4a575060" + "3c75537a-8798-4c83-9b2a-f491865d42f4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181215Z:8be380a6-476f-4549-be48-f77d4a575060" + "WESTUS:20170724T224855Z:3c75537a-8798-4c83-9b2a-f491865d42f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19327?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTMyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1822?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94e065f9-be57-4bff-a232-f07cef3eeeed" + "6f2a6e24-a543-490c-b791-7e2e6b85746e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19327' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1822' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:15 GMT" + "Mon, 24 Jul 2017 22:48:54 GMT" ], "Pragma": [ "no-cache" @@ -265,13 +270,13 @@ "14990" ], "x-ms-request-id": [ - "42b9741c-25b4-4e92-ac39-2e695ebc8bed" + "21962a42-e055-43d2-90ba-4ed85a79997e" ], "x-ms-correlation-request-id": [ - "42b9741c-25b4-4e92-ac39-2e695ebc8bed" + "21962a42-e055-43d2-90ba-4ed85a79997e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181215Z:42b9741c-25b4-4e92-ac39-2e695ebc8bed" + "WESTUS:20170724T224855Z:21962a42-e055-43d2-90ba-4ed85a79997e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19327?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTMyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1822?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f85d6f3-b6ba-4df9-8658-ce1f6c432e4c" + "ca2fafaa-6282-4ff3-bcf2-0fc2fcec1b92" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327\",\r\n \"name\": \"datalakerg19327\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822\",\r\n \"name\": \"datalakerg1822\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:16 GMT" + "Mon, 24 Jul 2017 22:48:56 GMT" ], "Pragma": [ "no-cache" @@ -319,13 +325,13 @@ "14989" ], "x-ms-request-id": [ - "7fbc45a4-cd60-4220-91f9-b713362477cb" + "e3660c51-cba8-41b3-930a-0db3289f68d5" ], "x-ms-correlation-request-id": [ - "7fbc45a4-cd60-4220-91f9-b713362477cb" + "e3660c51-cba8-41b3-930a-0db3289f68d5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181216Z:7fbc45a4-cd60-4220-91f9-b713362477cb" + "WESTUS:20170724T224856Z:e3660c51-cba8-41b3-930a-0db3289f68d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19327?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTMyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1822?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODIyP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "99249f55-56f9-45ae-a35e-ec83cc68b22a" + "a7c22cbe-0a9e-4133-98a7-a61a5874b47c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327\",\r\n \"name\": \"datalakerg19327\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822\",\r\n \"name\": \"datalakerg1822\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,7 +377,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:16 GMT" + "Mon, 24 Jul 2017 22:48:56 GMT" ], "Pragma": [ "no-cache" @@ -379,13 +386,13 @@ "1197" ], "x-ms-request-id": [ - "6bb94ffc-f5a5-47a8-b382-0866349357d4" + "3384d3b2-3bfe-4b43-a517-4deb9798b66f" ], "x-ms-correlation-request-id": [ - "6bb94ffc-f5a5-47a8-b382-0866349357d4" + "3384d3b2-3bfe-4b43-a517-4deb9798b66f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181216Z:6bb94ffc-f5a5-47a8-b382-0866349357d4" + "WESTUS:20170724T224856Z:3384d3b2-3bfe-4b43-a517-4deb9798b66f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc5NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNjY0MD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3f0ec86-0d51-45ab-a134-0fa1d0f20ace" + "7ef3262a-34c2-4928-9a2a-67f353261b66" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17946' under resource group 'datalakerg19327' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs16640' under resource group 'datalakerg1822' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:16 GMT" + "Mon, 24 Jul 2017 22:48:56 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "b2fcec46-4f6c-4228-9aeb-eac8886e676b" + "7db241b7-c84b-40bc-9d33-e4ede52e6a83" ], "x-ms-correlation-request-id": [ - "b2fcec46-4f6c-4228-9aeb-eac8886e676b" + "7db241b7-c84b-40bc-9d33-e4ede52e6a83" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181217Z:b2fcec46-4f6c-4228-9aeb-eac8886e676b" + "WESTUS:20170724T224857Z:7db241b7-c84b-40bc-9d33-e4ede52e6a83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc5NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNjY0MD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17946.azuredatalakestore.net\",\r\n \"accountId\": \"138a4ac9-99f4-4475-b5b8-8c36d1c273df\",\r\n \"creationTime\": \"2017-03-27T18:12:20.129333Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:12:20.129333Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946\",\r\n \"name\": \"testadlfs17946\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16640.azuredatalakestore.net\",\r\n \"accountId\": \"922336c5-74dd-46ef-8e56-4475d92da0ce\",\r\n \"creationTime\": \"2017-07-24T22:49:01.6154966Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:49:01.6154966Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640\",\r\n \"name\": \"testadlfs16640\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:12:49 GMT" + "Mon, 24 Jul 2017 22:49:30 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eef5ccfe-48ef-4b0e-9330-e891feb2bc2f" + "3baf2e2e-99e8-4177-8794-891d574292b8" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14994" ], "x-ms-correlation-request-id": [ - "4388eb3a-68f4-4811-81a2-505756bdc29a" + "19c49f4b-1469-4837-a0fa-9e1bb88f530e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181250Z:4388eb3a-68f4-4811-81a2-505756bdc29a" + "WESTUS:20170724T224930Z:19c49f4b-1469-4837-a0fa-9e1bb88f530e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc5NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNjY0MD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2048d8c4-6332-4f54-bea2-591c26ac6fad" + "c676cd75-ed06-42ea-a6c2-9df40eef6f09" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17946.azuredatalakestore.net\",\r\n \"accountId\": \"138a4ac9-99f4-4475-b5b8-8c36d1c273df\",\r\n \"creationTime\": \"2017-03-27T18:12:20.129333Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:12:20.129333Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946\",\r\n \"name\": \"testadlfs17946\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16640.azuredatalakestore.net\",\r\n \"accountId\": \"922336c5-74dd-46ef-8e56-4475d92da0ce\",\r\n \"creationTime\": \"2017-07-24T22:49:01.6154966Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:49:01.6154966Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640\",\r\n \"name\": \"testadlfs16640\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:12:50 GMT" + "Mon, 24 Jul 2017 22:49:31 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5f1d4dca-e738-48b1-a5b8-ce3cc1c78c15" + "ffab92ee-0411-454f-8d99-0c9c25b3d775" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14874" ], "x-ms-correlation-request-id": [ - "4c0edc92-e69a-4fa1-ad46-07a99e146b3a" + "20e04e86-2ea3-431d-98a0-a58bdc98b4ce" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181251Z:4c0edc92-e69a-4fa1-ad46-07a99e146b3a" + "WESTUS:20170724T224931Z:20e04e86-2ea3-431d-98a0-a58bdc98b4ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTMyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc5NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNjY0MD9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "f1b2a73c-adac-4138-8003-80707c11662e" + "077d9097-8aa4-4cd9-ac76-e2f5db3e77ce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"138a4ac9-99f4-4475-b5b8-8c36d1c273df\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946\",\r\n \"name\": \"testadlfs17946\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"922336c5-74dd-46ef-8e56-4475d92da0ce\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640\",\r\n \"name\": \"testadlfs16640\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "419" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:12:18 GMT" + "Mon, 24 Jul 2017 22:48:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19327/providers/Microsoft.DataLakeStore/accounts/testadlfs17946/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1822/providers/Microsoft.DataLakeStore/accounts/testadlfs16640/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/138a4ac9-99f4-4475-b5b8-8c36d1c273df0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/922336c5-74dd-46ef-8e56-4475d92da0ce0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "a42cd0d5-e140-4622-9b07-0c389df5a3a1" + "da4cc1f4-ad48-417b-8818-6170c339c353" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1196" ], "x-ms-correlation-request-id": [ - "d1fbf7a8-026b-4aa1-89d3-99491349bc74" + "fc026633-f6c2-439d-b61a-e57e0f179703" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181219Z:d1fbf7a8-026b-4aa1-89d3-99491349bc74" + "WESTUS:20170724T224859Z:fc026633-f6c2-439d-b61a-e57e0f179703" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/138a4ac9-99f4-4475-b5b8-8c36d1c273df0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzEzOGE0YWM5LTk5ZjQtNDQ3NS1iNWI4LThjMzZkMWMyNzNkZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/922336c5-74dd-46ef-8e56-4475d92da0ce0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzkyMjMzNmM1LTc0ZGQtNDZlZi04ZTU2LTQ0NzVkOTJkYTBjZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:12:49 GMT" + "Mon, 24 Jul 2017 22:49:29 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "81443d41-e770-47b3-9b2f-2ac792ea922b" + "fd15780e-8728-468e-ae5f-e000891ff4b7" ], "X-Content-Type-Options": [ "nosniff" @@ -715,10 +727,10 @@ "14997" ], "x-ms-correlation-request-id": [ - "d558b5c4-8ba6-4e1f-966f-748bed63f01b" + "02b40a48-8527-471f-969f-7032bf39789f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181250Z:d558b5c4-8ba6-4e1f-966f-748bed63f01b" + "WESTUS:20170724T224930Z:02b40a48-8527-471f-969f-7032bf39789f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8597?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NTk3P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7884?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODg0P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "4f26db5e-337d-4faf-b32b-fc6d1c038987" + "11e5a2cb-2616-4a8e-a872-7dc7ac9a14cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:12:53 GMT" + "Mon, 24 Jul 2017 22:49:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17946.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt8597?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs16640.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7884?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "947f7021-0a27-491b-880c-40bff16b83f4" + "5af1be20-0bb3-4349-94d4-1babbbe5b4af" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8597?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NTk3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7884?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODg0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf99e004-ffab-46e0-9d82-36e04b608cef" + "d9f28747-cd4b-4d59-ab04-5d855708aa88" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638373113,\r\n \"modificationTime\": 1490638373157,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936574345,\r\n \"modificationTime\": 1500936574395,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:12:53 GMT" + "Mon, 24 Jul 2017 22:49:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8c532d2b-4729-4c85-8750-a4b4be86dce6" + "e4202247-5fa3-4d2e-b8a1-ae4c64b3d6f1" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8597?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NTk3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7884?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODg0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84af75fe-d7b6-4b16-bf91-2e3a99bea7ea" + "3a21de15-895d-418f-a3f7-111c39eeb681" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638373113,\r\n \"modificationTime\": 1490638374000,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936574345,\r\n \"modificationTime\": 1500936574879,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:12:54 GMT" + "Mon, 24 Jul 2017 22:49:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "78d6c3ef-b2d4-47c7-9750-1d45e8e20613" + "b3897887-b85b-4414-8b55-5bc732d3b55b" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,8 +913,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt8597?offset=42&op=APPEND&append=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ4NTk3P29mZnNldD00MiZvcD1BUFBFTkQmYXBwZW5kPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7884?offset=42&append=true&op=APPEND&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODg0P29mZnNldD00MiZhcHBlbmQ9dHJ1ZSZvcD1BUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -910,13 +925,14 @@ "42" ], "x-ms-client-request-id": [ - "b0d6c7cc-902c-4058-b417-c07e81a736ab" + "2b75eb02-cf8c-4c41-a12d-78fa5563084a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -931,16 +947,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:12:53 GMT" + "Mon, 24 Jul 2017 22:49:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9eed5a5d-0dcd-4903-82f0-a5293c753691" + "8e3330ab-8928-467c-9fba-910dfa406ce3" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -957,15 +973,15 @@ ], "Names": { ".ctor": [ - "datalakerg19327", - "testdatalake19761", - "testadlfs17946" + "datalakerg1822", + "testdatalake12223", + "testadlfs16640" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt8597" + "SDKTestFolder01/SDKTestFile01.txt7884" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json index decf6c179affb..835dd0c477b66 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcatenateFiles.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0575692-876d-4a83-9d06-9da6d82c8585" + "e0ae1a40-2bed-49cb-94d0-56f8aba7c1b9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:36 GMT" + "Mon, 24 Jul 2017 23:09:28 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1184" ], "x-ms-request-id": [ - "7b9acf91-1283-4c2a-b1d1-ed0eff2108dc" + "84b4acd9-fdf4-460f-8751-31dbf6b9d499" ], "x-ms-correlation-request-id": [ - "7b9acf91-1283-4c2a-b1d1-ed0eff2108dc" + "84b4acd9-fdf4-460f-8751-31dbf6b9d499" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181636Z:7b9acf91-1283-4c2a-b1d1-ed0eff2108dc" + "WESTUS2:20170724T230929Z:84b4acd9-fdf4-460f-8751-31dbf6b9d499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "365a6005-ed7d-43fd-b15a-625278577a64" + "4bc1d4d9-c453-4dae-90d9-de3c67bfa298" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:36 GMT" + "Mon, 24 Jul 2017 23:09:28 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14963" ], "x-ms-request-id": [ - "2addbb68-ea62-47ff-aa53-90f000b07847" + "1035b8ac-d9c0-4cb7-842b-55356658de81" ], "x-ms-correlation-request-id": [ - "2addbb68-ea62-47ff-aa53-90f000b07847" + "1035b8ac-d9c0-4cb7-842b-55356658de81" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181636Z:2addbb68-ea62-47ff-aa53-90f000b07847" + "WESTUS2:20170724T230929Z:1035b8ac-d9c0-4cb7-842b-55356658de81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e44a8117-c188-456a-a58e-69a085414997" + "2f8e0196-918e-4435-b86d-b3af74001aa5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:37 GMT" + "Mon, 24 Jul 2017 23:09:30 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1183" ], "x-ms-request-id": [ - "4ed16b6d-2838-4f49-a004-fc344e8daadb" + "987e476e-70bc-4e98-a7a3-2f39620846e7" ], "x-ms-correlation-request-id": [ - "4ed16b6d-2838-4f49-a004-fc344e8daadb" + "987e476e-70bc-4e98-a7a3-2f39620846e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181637Z:4ed16b6d-2838-4f49-a004-fc344e8daadb" + "WESTUS2:20170724T230931Z:987e476e-70bc-4e98-a7a3-2f39620846e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bfeca382-a009-4d37-99c2-b76a1e626f74" + "00f323e2-737f-459f-a62b-05601ef15969" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:37 GMT" + "Mon, 24 Jul 2017 23:09:30 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14962" ], "x-ms-request-id": [ - "a1160d86-b19e-4290-8f80-264920e7b4f0" + "2623262a-d29a-4f35-8850-7a879f201999" ], "x-ms-correlation-request-id": [ - "a1160d86-b19e-4290-8f80-264920e7b4f0" + "2623262a-d29a-4f35-8850-7a879f201999" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181637Z:a1160d86-b19e-4290-8f80-264920e7b4f0" + "WESTUS2:20170724T230931Z:2623262a-d29a-4f35-8850-7a879f201999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16750?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjc1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1429?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDI5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d63a9ea5-0435-4289-b7f2-5e57c24a227f" + "1cb0bd51-df02-445d-b2fb-49259d3f2f30" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16750' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1429' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:37 GMT" + "Mon, 24 Jul 2017 23:09:30 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14961" ], "x-ms-request-id": [ - "415703a2-cdf6-433d-b1f5-d07ebfdd671f" + "4e9e4c8e-cb5a-4a5d-9b0c-70f32f7da231" ], "x-ms-correlation-request-id": [ - "415703a2-cdf6-433d-b1f5-d07ebfdd671f" + "4e9e4c8e-cb5a-4a5d-9b0c-70f32f7da231" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181637Z:415703a2-cdf6-433d-b1f5-d07ebfdd671f" + "WESTUS2:20170724T230931Z:4e9e4c8e-cb5a-4a5d-9b0c-70f32f7da231" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16750?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjc1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1429?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDI5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "482eaaba-ed3b-438d-8893-04544a7620b0" + "bf4e694e-b548-4dca-83d7-c78e031dc65f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750\",\r\n \"name\": \"datalakerg16750\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429\",\r\n \"name\": \"datalakerg1429\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:38 GMT" + "Mon, 24 Jul 2017 23:09:32 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14960" ], "x-ms-request-id": [ - "59325d55-8173-4bf7-9292-7c67360471be" + "d20d3019-7a46-45fd-bbec-9c0e4de290b1" ], "x-ms-correlation-request-id": [ - "59325d55-8173-4bf7-9292-7c67360471be" + "d20d3019-7a46-45fd-bbec-9c0e4de290b1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181638Z:59325d55-8173-4bf7-9292-7c67360471be" + "WESTUS2:20170724T230932Z:d20d3019-7a46-45fd-bbec-9c0e4de290b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16750?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjc1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1429?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDI5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "3adaf20e-15ea-4b25-a1b8-0cf22b294ca9" + "985e3cef-6074-4941-925d-90a915ff62fb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750\",\r\n \"name\": \"datalakerg16750\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429\",\r\n \"name\": \"datalakerg1429\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:38 GMT" + "Mon, 24 Jul 2017 23:09:32 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1182" ], "x-ms-request-id": [ - "0a635e86-7697-453c-8e24-3232bff59f4e" + "cb096238-340c-47f2-9ecd-8fccdf702c14" ], "x-ms-correlation-request-id": [ - "0a635e86-7697-453c-8e24-3232bff59f4e" + "cb096238-340c-47f2-9ecd-8fccdf702c14" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181638Z:0a635e86-7697-453c-8e24-3232bff59f4e" + "WESTUS2:20170724T230932Z:cb096238-340c-47f2-9ecd-8fccdf702c14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY5ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzQxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e7e2d558-b0c1-4e51-973c-a1b680a95a43" + "d9ef059e-1008-4d27-be77-3bc26e40c24d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs16984' under resource group 'datalakerg16750' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1741' under resource group 'datalakerg1429' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:16:38 GMT" + "Mon, 24 Jul 2017 23:09:31 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "75977099-d576-4e44-a8e1-106351024a34" + "5d86a7aa-0dda-47b5-aa78-b9e1922b5f68" ], "x-ms-correlation-request-id": [ - "75977099-d576-4e44-a8e1-106351024a34" + "5d86a7aa-0dda-47b5-aa78-b9e1922b5f68" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181639Z:75977099-d576-4e44-a8e1-106351024a34" + "WESTUS2:20170724T230932Z:5d86a7aa-0dda-47b5-aa78-b9e1922b5f68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY5ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzQxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16984.azuredatalakestore.net\",\r\n \"accountId\": \"4c86c33e-77dd-4900-ac91-c9944059e2d1\",\r\n \"creationTime\": \"2017-03-27T18:16:40.8284786Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:16:40.8284786Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984\",\r\n \"name\": \"testadlfs16984\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1741.azuredatalakestore.net\",\r\n \"accountId\": \"31278a9a-cbc4-497e-a3e8-dc11496a23c2\",\r\n \"creationTime\": \"2017-07-24T23:09:35.7890405Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:09:35.7890405Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741\",\r\n \"name\": \"testadlfs1741\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:11 GMT" + "Mon, 24 Jul 2017 23:10:06 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "491de285-8b1b-4567-8550-02cb98bb2adf" + "2539c14a-dadf-4850-a53f-04221b800fe8" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14987" ], "x-ms-correlation-request-id": [ - "252e401e-933d-49fe-9196-442f0e77922f" + "ac9b9aff-c04a-48fc-b28f-1858c4f97766" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181711Z:252e401e-933d-49fe-9196-442f0e77922f" + "WESTUS2:20170724T231007Z:ac9b9aff-c04a-48fc-b28f-1858c4f97766" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY5ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzQxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5e114cc-4172-4c37-a3b6-9b047b894581" + "63e204b1-2466-40dc-b07d-5ad3d59e619c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16984.azuredatalakestore.net\",\r\n \"accountId\": \"4c86c33e-77dd-4900-ac91-c9944059e2d1\",\r\n \"creationTime\": \"2017-03-27T18:16:40.8284786Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:16:40.8284786Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984\",\r\n \"name\": \"testadlfs16984\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1741.azuredatalakestore.net\",\r\n \"accountId\": \"31278a9a-cbc4-497e-a3e8-dc11496a23c2\",\r\n \"creationTime\": \"2017-07-24T23:09:35.7890405Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:09:35.7890405Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741\",\r\n \"name\": \"testadlfs1741\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:11 GMT" + "Mon, 24 Jul 2017 23:10:09 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "03857a7a-380e-4097-8786-96e6660920b1" + "4dcf806e-a464-4cf5-88ea-f1dc8993fa76" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14981" ], "x-ms-correlation-request-id": [ - "d3a51e87-22fe-47c6-ac66-8f38e6419655" + "807cd84b-e959-4424-a50f-95f3e9fbecf5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181712Z:d3a51e87-22fe-47c6-ac66-8f38e6419655" + "WESTUS2:20170724T231009Z:807cd84b-e959-4424-a50f-95f3e9fbecf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY5ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDI5L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzQxP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "4955b602-abec-4370-b4a0-4158f50bb0b4" + "f29a5d2e-ec8c-4624-8ca4-66644c611734" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4c86c33e-77dd-4900-ac91-c9944059e2d1\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984\",\r\n \"name\": \"testadlfs16984\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"31278a9a-cbc4-497e-a3e8-dc11496a23c2\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741\",\r\n \"name\": \"testadlfs1741\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "417" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:16:39 GMT" + "Mon, 24 Jul 2017 23:09:33 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16750/providers/Microsoft.DataLakeStore/accounts/testadlfs16984/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1429/providers/Microsoft.DataLakeStore/accounts/testadlfs1741/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4c86c33e-77dd-4900-ac91-c9944059e2d10?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/31278a9a-cbc4-497e-a3e8-dc11496a23c20?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "b86e8d1a-80f8-4ed8-8077-6d3b32eea914" + "94748c72-638d-4c7c-bf63-666e97074536" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1189" ], "x-ms-correlation-request-id": [ - "22c9a962-5db8-4263-b846-603a0ac67bbb" + "60db62d4-ed90-4cf5-a000-5896b6dcf9ec" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181640Z:22c9a962-5db8-4263-b846-603a0ac67bbb" + "WESTUS2:20170724T230934Z:60db62d4-ed90-4cf5-a000-5896b6dcf9ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4c86c33e-77dd-4900-ac91-c9944059e2d10?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzRjODZjMzNlLTc3ZGQtNDkwMC1hYzkxLWM5OTQ0MDU5ZTJkMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/31278a9a-cbc4-497e-a3e8-dc11496a23c20?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzMxMjc4YTlhLWNiYzQtNDk3ZS1hM2U4LWRjMTE0OTZhMjNjMjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:10 GMT" + "Mon, 24 Jul 2017 23:10:05 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "836978bd-a633-4ad3-9ccb-eb30a2fadb12" + "da308e45-f9a6-4e52-a656-f462c82b077f" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14983" ], "x-ms-correlation-request-id": [ - "fc41c6ba-589e-4c23-afb1-dad5cf0b0b46" + "82e6292b-f41c-47c9-a8e0-50e4aeddec07" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181711Z:fc41c6ba-589e-4c23-afb1-dad5cf0b0b46" + "WESTUS2:20170724T231005Z:82e6292b-f41c-47c9-a8e0-50e4aeddec07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3408?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNDA4P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9060?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDYwP3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "1c1fc33b-afc2-4496-b9f4-b32d19795611" + "c531f797-54b3-4adf-95ff-b5cdbdfe7aa3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:17 GMT" + "Mon, 24 Jul 2017 23:10:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs16984.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt3408?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs1741.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt9060?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "b62b1580-63d5-470d-b33e-51f969269bf6" + "87b1c15a-dbf8-4556-831c-463afa6fa741" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3408?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNDA4P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9060?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDYwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "091fd084-4432-4778-b567-8dec5eb1cdc0" + "737588a0-1fa1-46aa-81d4-501eaf03ad95" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638637420,\r\n \"modificationTime\": 1490638637474,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937813246,\r\n \"modificationTime\": 1500937813308,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:17 GMT" + "Mon, 24 Jul 2017 23:10:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f5de3b90-da29-4b7b-9e6a-cdd5e7be7750" + "3896c632-98d6-4340-8c8b-dd9fb5a19f0c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3408?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNDA4P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9060?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDYwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ae0a418-51f0-493f-968a-072c4dbc95c6" + "bdc8ec37-178b-4750-8056-43e4a7a20d33" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt3408 [c11b0622-9103-4336-95bc-dff861fac219][2017-03-27T11:17:18.6811704-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt9060 [48c66baf-f506-47ad-8394-d8038decd401][2017-07-24T16:10:14.8714043-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:18 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c11b0622-9103-4336-95bc-dff861fac219" + "48c66baf-f506-47ad-8394-d8038decd401" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -898,8 +913,8 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6668?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjY4P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2727?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNzI3P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -910,13 +925,14 @@ "42" ], "x-ms-client-request-id": [ - "3ef5eb81-0b91-409a-854e-eccb510ab07a" + "18cfc675-cef0-4a2d-8802-3b64f131edcc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -931,22 +947,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:17 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs16984.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6668?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs1741.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2727?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "21e20506-3523-4048-93af-04e3e294335e" + "0c3634bf-a0dd-4ae6-9011-c71033b69eb4" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -961,22 +977,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6668?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjY4P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2727?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNzI3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c36d6513-2bb8-4a87-be64-d5aaec8fe77a" + "9a30f052-a052-48b2-ac95-3d049b49dfdd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638637780,\r\n \"modificationTime\": 1490638637843,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937813794,\r\n \"modificationTime\": 1500937813832,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -991,16 +1008,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:17 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "082d2970-e70e-4f90-bb5e-f21fe164a9c0" + "0d91223b-72e9-4a16-b0d7-529230397387" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1015,22 +1032,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6668?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjY4P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2727?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNzI3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5755211-5eb3-49af-9ebe-356cc1aa2d9f" + "9e3119a9-b41a-4229-8034-1f82aec49ce1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt6668 [84507f38-b08e-40a6-b77c-f62694174565][2017-03-27T11:17:19.0405274-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt2727 [b9263d35-4f9d-429f-9f34-9a68a75bd2f1][2017-07-24T16:10:14.9964128-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -1045,16 +1063,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:18 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "84507f38-b08e-40a6-b77c-f62694174565" + "b9263d35-4f9d-429f-9f34-9a68a75bd2f1" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1069,19 +1087,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019364?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTM2ND9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder019092?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA5Mj9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a090af48-8e02-46e8-9030-c9ce3bd51c79" + "bea215d5-860c-4418-ba8c-aa559e73a40e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1099,16 +1118,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:17 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "eb515ede-6c63-425a-a68b-c64d13f580f0" + "73d67774-694b-4d07-9dfd-d961a5968ba1" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1123,19 +1142,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019364%2FSDKTestConcatFile01.txt?sources=SDKTestFolder01%2FSDKTestFile01.txt3408%2CSDKTestFolder01%2FSDKTestFile01.txt6668&op=CONCAT&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTM2NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P3NvdXJjZXM9U0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNDA4JTJDU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjY4Jm9wPUNPTkNBVCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder019092%2FSDKTestConcatFile01.txt?sources=SDKTestFolder01%2FSDKTestFile01.txt9060%2CSDKTestFolder01%2FSDKTestFile01.txt2727&op=CONCAT&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA5MiUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P3NvdXJjZXM9U0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5MDYwJTJDU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNzI3Jm9wPUNPTkNBVCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86ff465d-9d56-4c51-8653-9fd9777dae70" + "173d67b9-8487-4118-a748-1b2be6532d00" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1150,16 +1170,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:18 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "554ff7bb-3ee9-4e87-bd7d-91df80c547e3" + "aae5aaec-7276-4ecf-86fa-9a13c463b32c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1174,22 +1194,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019364%2FSDKTestConcatFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTM2NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder019092%2FSDKTestConcatFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA5MiUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e31efa16-8a17-40f1-ab7d-4aa0006161b3" + "c4177553-ac52-47af-9a85-3b12c9528977" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638638260,\r\n \"modificationTime\": 1490638638291,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937814541,\r\n \"modificationTime\": 1500937814567,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1204,16 +1225,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:17:18 GMT" + "Mon, 24 Jul 2017 23:10:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "33495cb8-13ea-4445-8b61-affb9c0c1327" + "bf3b1de9-7fba-44dc-8e7e-a6952974cc55" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1230,19 +1251,19 @@ ], "Names": { ".ctor": [ - "datalakerg16750", - "testdatalake11945", - "testadlfs16984" + "datalakerg1429", + "testdatalake11564", + "testadlfs1741" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt3408", - "SDKTestFolder01/SDKTestFile01.txt6668" + "SDKTestFolder01/SDKTestFile01.txt9060", + "SDKTestFolder01/SDKTestFile01.txt2727" ], "CreateFolder": [ - "SDKTestFolder019364" + "SDKTestFolder019092" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json index 9ada5effbae0e..1abb8a1ba5ed6 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendCreateFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9e284be-6581-42c6-86db-f323a0565840" + "bd5300e9-8697-4006-9176-1a0038dc6ed7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:27 GMT" + "Mon, 24 Jul 2017 23:08:39 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1195" ], "x-ms-request-id": [ - "4e4cbe26-fe26-425e-b1ef-4e27a3e41c68" + "a2a9b77b-76aa-40c1-a596-a904b8e69aa9" ], "x-ms-correlation-request-id": [ - "4e4cbe26-fe26-425e-b1ef-4e27a3e41c68" + "a2a9b77b-76aa-40c1-a596-a904b8e69aa9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180928Z:4e4cbe26-fe26-425e-b1ef-4e27a3e41c68" + "WESTUS:20170724T230839Z:a2a9b77b-76aa-40c1-a596-a904b8e69aa9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94236c1c-7661-46d5-8ab3-c992fdac0181" + "e166ce99-f7cd-4bc9-853c-c24d778e7663" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:27 GMT" + "Mon, 24 Jul 2017 23:08:39 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14989" ], "x-ms-request-id": [ - "8bc53be6-e910-4a78-9bdd-35849209bda2" + "c178f847-5232-4e55-93af-0a6845b4ba72" ], "x-ms-correlation-request-id": [ - "8bc53be6-e910-4a78-9bdd-35849209bda2" + "c178f847-5232-4e55-93af-0a6845b4ba72" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180928Z:8bc53be6-e910-4a78-9bdd-35849209bda2" + "WESTUS:20170724T230839Z:c178f847-5232-4e55-93af-0a6845b4ba72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0ccb26f-9617-4bcf-afde-52653de50d4e" + "d4400b28-9f09-40ab-8054-ce7afc4b0044" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:28 GMT" + "Mon, 24 Jul 2017 23:08:39 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-request-id": [ - "dcc5ea00-feeb-4115-82b4-7646a2fb4d0c" + "2d823a0e-dece-4193-b3f9-05d297b9962f" ], "x-ms-correlation-request-id": [ - "dcc5ea00-feeb-4115-82b4-7646a2fb4d0c" + "2d823a0e-dece-4193-b3f9-05d297b9962f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180929Z:dcc5ea00-feeb-4115-82b4-7646a2fb4d0c" + "WESTUS:20170724T230840Z:2d823a0e-dece-4193-b3f9-05d297b9962f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "98a6269c-0799-4a8b-832e-816df878fb1c" + "3f6eab35-78c2-4772-9e72-ae39849916b3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:28 GMT" + "Mon, 24 Jul 2017 23:08:40 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14988" ], "x-ms-request-id": [ - "44d0e06e-0454-4488-8688-5087dfb6b3ca" + "ffc86fbb-6ad0-4050-a71f-5e0bb9424177" ], "x-ms-correlation-request-id": [ - "44d0e06e-0454-4488-8688-5087dfb6b3ca" + "ffc86fbb-6ad0-4050-a71f-5e0bb9424177" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180929Z:44d0e06e-0454-4488-8688-5087dfb6b3ca" + "WESTUS:20170724T230840Z:ffc86fbb-6ad0-4050-a71f-5e0bb9424177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16772?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjc3Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11275?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI3NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3086aab-b42e-4dd7-8493-76a68fdf4045" + "fe1b4884-fe43-47c5-83f1-6f2e0ec368d0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16772' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11275' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:28 GMT" + "Mon, 24 Jul 2017 23:08:40 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14987" ], "x-ms-request-id": [ - "8f86d7b2-b2ca-4cd3-84f6-c71b81a740fe" + "41702742-f292-45e9-97ba-869b84374188" ], "x-ms-correlation-request-id": [ - "8f86d7b2-b2ca-4cd3-84f6-c71b81a740fe" + "41702742-f292-45e9-97ba-869b84374188" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180929Z:8f86d7b2-b2ca-4cd3-84f6-c71b81a740fe" + "WESTUS:20170724T230840Z:41702742-f292-45e9-97ba-869b84374188" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16772?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjc3Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11275?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI3NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55b64f61-6e7f-43a9-a364-2fcdb266cf70" + "243d9488-494c-4fc2-80a2-dd1f75ac3ae1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772\",\r\n \"name\": \"datalakerg16772\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275\",\r\n \"name\": \"datalakerg11275\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:29 GMT" + "Mon, 24 Jul 2017 23:08:41 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14986" ], "x-ms-request-id": [ - "ff664557-12cd-4070-9af7-f28d6f15eb31" + "9e0d2cde-e039-4db6-b4a7-386ae0cb7fd8" ], "x-ms-correlation-request-id": [ - "ff664557-12cd-4070-9af7-f28d6f15eb31" + "9e0d2cde-e039-4db6-b4a7-386ae0cb7fd8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180930Z:ff664557-12cd-4070-9af7-f28d6f15eb31" + "WESTUS:20170724T230841Z:9e0d2cde-e039-4db6-b4a7-386ae0cb7fd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16772?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjc3Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11275?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI3NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "91c02089-ab24-444c-bb58-ca6358c421a8" + "377457dd-9058-4215-9ce8-e7c8ba3a9236" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772\",\r\n \"name\": \"datalakerg16772\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275\",\r\n \"name\": \"datalakerg11275\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:29 GMT" + "Mon, 24 Jul 2017 23:08:41 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "1ade7e2a-92ff-4a44-b39e-6f8d4bc365f9" + "9610b434-763b-48d4-b76e-fa3c123e938a" ], "x-ms-correlation-request-id": [ - "1ade7e2a-92ff-4a44-b39e-6f8d4bc365f9" + "9610b434-763b-48d4-b76e-fa3c123e938a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180930Z:1ade7e2a-92ff-4a44-b39e-6f8d4bc365f9" + "WESTUS:20170724T230841Z:9610b434-763b-48d4-b76e-fa3c123e938a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgyMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUzNzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ae7380b-8c43-4c79-80d6-84c4198f2616" + "89acea72-ec66-4c65-ae41-83ece7f15078" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18233' under resource group 'datalakerg16772' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15371' under resource group 'datalakerg11275' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:09:29 GMT" + "Mon, 24 Jul 2017 23:08:41 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "835473b1-8b4d-44ab-b226-deacfe81c55b" + "e86dc04b-2672-4f5d-9d54-5ab73b3158a2" ], "x-ms-correlation-request-id": [ - "835473b1-8b4d-44ab-b226-deacfe81c55b" + "e86dc04b-2672-4f5d-9d54-5ab73b3158a2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180930Z:835473b1-8b4d-44ab-b226-deacfe81c55b" + "WESTUS:20170724T230842Z:e86dc04b-2672-4f5d-9d54-5ab73b3158a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgyMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUzNzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18233.azuredatalakestore.net\",\r\n \"accountId\": \"72a82ef7-2ef6-402f-be0a-439dc63d8065\",\r\n \"creationTime\": \"2017-03-27T18:09:32.7886005Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:09:32.7886005Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233\",\r\n \"name\": \"testadlfs18233\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15371.azuredatalakestore.net\",\r\n \"accountId\": \"242a8e54-76f5-49ae-aee9-63b047daee2d\",\r\n \"creationTime\": \"2017-07-24T23:08:45.3573253Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:08:45.3573253Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371\",\r\n \"name\": \"testadlfs15371\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:10:33 GMT" + "Mon, 24 Jul 2017 23:09:14 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "80fb73e4-c8e0-40d5-a5ad-3420e1e7d796" + "debe7047-6255-4395-9c54-04a87ac85a22" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14907" ], "x-ms-correlation-request-id": [ - "81e0ab3c-6c79-4bbf-95b0-00e7f7a12c49" + "0178d1d5-4a58-4152-9f82-310d8f51e919" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181033Z:81e0ab3c-6c79-4bbf-95b0-00e7f7a12c49" + "WESTUS:20170724T230915Z:0178d1d5-4a58-4152-9f82-310d8f51e919" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgyMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUzNzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "006cd93c-66e8-4fc9-9e9f-7d03611a3e9a" + "3591997c-92e4-49ea-a431-5abe0e1dad7b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18233.azuredatalakestore.net\",\r\n \"accountId\": \"72a82ef7-2ef6-402f-be0a-439dc63d8065\",\r\n \"creationTime\": \"2017-03-27T18:09:32.7886005Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:09:32.7886005Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233\",\r\n \"name\": \"testadlfs18233\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15371.azuredatalakestore.net\",\r\n \"accountId\": \"242a8e54-76f5-49ae-aee9-63b047daee2d\",\r\n \"creationTime\": \"2017-07-24T23:08:45.3573253Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:08:45.3573253Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371\",\r\n \"name\": \"testadlfs15371\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:10:33 GMT" + "Mon, 24 Jul 2017 23:09:16 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e1665423-f314-4627-94fb-c71545f10827" + "bad7e744-dee3-4d33-bb14-dcd77ead16b4" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14990" ], "x-ms-correlation-request-id": [ - "150139d6-3810-4f43-a307-7bee26b75863" + "f88de9b5-e350-4833-a6ef-119da381b7e0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181034Z:150139d6-3810-4f43-a307-7bee26b75863" + "WESTUS:20170724T230917Z:f88de9b5-e350-4833-a6ef-119da381b7e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjc3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgyMzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI3NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUzNzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "d44c33f6-2a16-4f48-bbd7-dbfba7fe6bf3" + "0d77ff01-004c-40ac-bc98-7b478137e6eb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"72a82ef7-2ef6-402f-be0a-439dc63d8065\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233\",\r\n \"name\": \"testadlfs18233\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"242a8e54-76f5-49ae-aee9-63b047daee2d\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371\",\r\n \"name\": \"testadlfs15371\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:09:31 GMT" + "Mon, 24 Jul 2017 23:08:43 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16772/providers/Microsoft.DataLakeStore/accounts/testadlfs18233/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11275/providers/Microsoft.DataLakeStore/accounts/testadlfs15371/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/72a82ef7-2ef6-402f-be0a-439dc63d80650?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/242a8e54-76f5-49ae-aee9-63b047daee2d0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "66e3ac20-a07b-4ba9-8dcc-17380602c923" + "a356ed2c-5aca-4766-b9b8-0e77045eb825" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-correlation-request-id": [ - "73332519-5fef-405d-870e-c6e12fd51ab7" + "1c9868eb-c20e-4343-beba-7abab5de55ab" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180932Z:73332519-5fef-405d-870e-c6e12fd51ab7" + "WESTUS:20170724T230844Z:1c9868eb-c20e-4343-beba-7abab5de55ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,76 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/72a82ef7-2ef6-402f-be0a-439dc63d80650?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzcyYTgyZWY3LTJlZjYtNDAyZi1iZTBhLTQzOWRjNjNkODA2NTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Connection": [ - "close" - ], - "Date": [ - "Mon, 27 Mar 2017 18:10:02 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bfeccbbd-4602-4565-963d-7e8214667ff2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "915312f0-5a5b-4f8c-81e3-c63ec63a9a7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170327T181002Z:915312f0-5a5b-4f8c-81e3-c63ec63a9a7c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/72a82ef7-2ef6-402f-be0a-439dc63d80650?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzcyYTgyZWY3LTJlZjYtNDAyZi1iZTBhLTQzOWRjNjNkODA2NTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/242a8e54-76f5-49ae-aee9-63b047daee2d0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI0MmE4ZTU0LTc2ZjUtNDlhZS1hZWU5LTYzYjA0N2RhZWUyZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -751,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:10:32 GMT" + "Mon, 24 Jul 2017 23:09:14 GMT" ], "Pragma": [ "no-cache" @@ -763,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "22ca7368-c518-460f-a5e5-8a208658dde1" + "05229b46-f3d5-4a07-973f-bb1191dd9a15" ], "X-Content-Type-Options": [ "nosniff" @@ -775,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14991" ], "x-ms-correlation-request-id": [ - "5473382c-2bcd-4501-9c54-cfbaa40ec57d" + "2366b852-95d7-41bf-9d03-bd4e0f20005f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181033Z:5473382c-2bcd-4501-9c54-cfbaa40ec57d" + "WESTUS:20170724T230914Z:2366b852-95d7-41bf-9d03-bd4e0f20005f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -790,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt282?appendMode=autocreate&op=CONCURRENTAPPEND&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyODI/YXBwZW5kTW9kZT1hdXRvY3JlYXRlJm9wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt4656?appendMode=autocreate&op=CONCURRENTAPPEND&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NjU2P2FwcGVuZE1vZGU9YXV0b2NyZWF0ZSZvcD1DT05DVVJSRU5UQVBQRU5EJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -799,7 +748,7 @@ "application/octet-stream" ], "x-ms-client-request-id": [ - "d93dbcec-5e00-481c-a952-77693d70ab7a" + "61ab33a9-1c5a-4341-9266-f6fd757335da" ], "Transfer-Encoding": [ "chunked" @@ -808,7 +757,8 @@ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "\"Operation succeeded.\"", @@ -826,13 +776,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:10:35 GMT" + "Mon, 24 Jul 2017 23:09:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "73ebdaa9-1865-4ef9-9a83-e3b87fdaee7e" + "155e4746-598b-4544-8a8e-b44a3ca28b2c" ], "X-Content-Type-Options": [ "nosniff" @@ -844,19 +794,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt282?op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyODI/b3A9T1BFTiZyZWFkPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4656?read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NjU2P3JlYWQ9dHJ1ZSZvcD1PUEVOJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a53bae95-1a05-43b1-b482-814536f3a663" + "5dd49817-ae85-4347-a328-f236eab6ff4f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "More test contents, that were appended!", @@ -871,7 +822,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:10:35 GMT" + "Mon, 24 Jul 2017 23:09:21 GMT" ], "Pragma": [ "no-cache" @@ -880,10 +831,10 @@ "chunked" ], "x-ms-request-id": [ - "1129fc19-1005-42be-8163-62b49797a0d6" + "c5e7c49c-b518-412e-a318-7dbc4e89682e" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,22 +849,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt282?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyODI/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4656?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NjU2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38ffb657-629b-4484-93bc-f5cb117329b5" + "8f36f97a-ad31-4eec-a94c-0517d341c5d1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638235492,\r\n \"modificationTime\": 1490638235539,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937760305,\r\n \"modificationTime\": 1500937760352,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -928,16 +880,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:10:35 GMT" + "Mon, 24 Jul 2017 23:09:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "34be682a-f2b6-46a9-8b59-a1e0e4a662d2" + "d10d220a-753c-4bf2-97e9-fa30a620f855" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -954,15 +906,15 @@ ], "Names": { ".ctor": [ - "datalakerg16772", - "testdatalake12391", - "testadlfs18233" + "datalakerg11275", + "testdatalake11224", + "testadlfs15371" ], "DataLakeStoreFileSystemConcurrentAppendCreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt282" + "SDKTestFolder01/SDKTestFile01.txt4656" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json index e8f49bce154b1..99fd247b936b1 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemConcurrentAppendToFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a65cbef3-6688-458f-a2af-8c7478ffe5f7" + "9a5fccdb-0291-478f-9b03-9d867a1e5e57" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:36 GMT" + "Mon, 24 Jul 2017 22:42:42 GMT" ], "Pragma": [ "no-cache" @@ -43,13 +44,13 @@ "1199" ], "x-ms-request-id": [ - "1c1ee1e0-e10a-4f46-9b33-1ebcf33b3017" + "159b99d2-02ac-48e6-9caf-4463473a49d4" ], "x-ms-correlation-request-id": [ - "1c1ee1e0-e10a-4f46-9b33-1ebcf33b3017" + "159b99d2-02ac-48e6-9caf-4463473a49d4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180436Z:1c1ee1e0-e10a-4f46-9b33-1ebcf33b3017" + "WESTUS2:20170724T224243Z:159b99d2-02ac-48e6-9caf-4463473a49d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "add16008-abfd-4a7d-a3c9-02c3b783d29a" + "d9bc7407-121a-4303-98ad-5cc3d7a18539" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:36 GMT" + "Mon, 24 Jul 2017 22:42:42 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14988" ], "x-ms-request-id": [ - "f791a087-3a16-40fc-91ae-628d1de3db75" + "84efece2-958b-4332-9b26-a0fc9c7e69d0" ], "x-ms-correlation-request-id": [ - "f791a087-3a16-40fc-91ae-628d1de3db75" + "84efece2-958b-4332-9b26-a0fc9c7e69d0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180436Z:f791a087-3a16-40fc-91ae-628d1de3db75" + "WESTUS2:20170724T224243Z:84efece2-958b-4332-9b26-a0fc9c7e69d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26901827-6753-4d7a-95fe-8dce60cd142e" + "ecebefb8-90ee-400a-b0db-ac245a17551c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:36 GMT" + "Mon, 24 Jul 2017 22:42:43 GMT" ], "Pragma": [ "no-cache" @@ -154,13 +157,13 @@ "1198" ], "x-ms-request-id": [ - "acc56a40-77f5-48e8-895e-91c345a02c33" + "65402801-fd97-4a70-abb7-5a225e072a64" ], "x-ms-correlation-request-id": [ - "acc56a40-77f5-48e8-895e-91c345a02c33" + "65402801-fd97-4a70-abb7-5a225e072a64" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180437Z:acc56a40-77f5-48e8-895e-91c345a02c33" + "WESTUS2:20170724T224244Z:65402801-fd97-4a70-abb7-5a225e072a64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e936890-c022-406e-b368-a1b622d497be" + "17cf2cc0-253a-46f9-ac07-9ff94220848a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:36 GMT" + "Mon, 24 Jul 2017 22:42:43 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14987" ], "x-ms-request-id": [ - "60aae6af-069d-42cc-9fa9-ac4358496785" + "a18657c5-44d4-4d62-936b-fe3e5f0ee849" ], "x-ms-correlation-request-id": [ - "60aae6af-069d-42cc-9fa9-ac4358496785" + "a18657c5-44d4-4d62-936b-fe3e5f0ee849" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180437Z:60aae6af-069d-42cc-9fa9-ac4358496785" + "WESTUS2:20170724T224244Z:a18657c5-44d4-4d62-936b-fe3e5f0ee849" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17573?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU3Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16374?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjM3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "964e240c-7f0b-4836-a956-268652945351" + "db72a13e-3ea8-472b-9193-213b5fcb1505" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17573' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16374' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:37 GMT" + "Mon, 24 Jul 2017 22:42:43 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14986" ], "x-ms-request-id": [ - "e5464ae9-f7da-40c1-83e6-cc52a9411efb" + "cd537498-a3e5-4907-877d-96948bd5fc3c" ], "x-ms-correlation-request-id": [ - "e5464ae9-f7da-40c1-83e6-cc52a9411efb" + "cd537498-a3e5-4907-877d-96948bd5fc3c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180437Z:e5464ae9-f7da-40c1-83e6-cc52a9411efb" + "WESTUS2:20170724T224244Z:cd537498-a3e5-4907-877d-96948bd5fc3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17573?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU3Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16374?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjM3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0f22498-ecae-4e27-b940-42f3d504f79a" + "966a1517-42de-4543-8f99-562160b2ddc5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573\",\r\n \"name\": \"datalakerg17573\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374\",\r\n \"name\": \"datalakerg16374\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:37 GMT" + "Mon, 24 Jul 2017 22:42:45 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14985" ], "x-ms-request-id": [ - "7f397681-4ea5-489f-8600-d7419ed39a3d" + "3fc8c241-aab9-473a-9b66-6ae18db2257f" ], "x-ms-correlation-request-id": [ - "7f397681-4ea5-489f-8600-d7419ed39a3d" + "3fc8c241-aab9-473a-9b66-6ae18db2257f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180438Z:7f397681-4ea5-489f-8600-d7419ed39a3d" + "WESTUS2:20170724T224245Z:3fc8c241-aab9-473a-9b66-6ae18db2257f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17573?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU3Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16374?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjM3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "5c4fef0a-d705-4b30-835b-b7cb10c5afaa" + "b6864d31-40ac-41c8-942c-50defdebf6a1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573\",\r\n \"name\": \"datalakerg17573\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374\",\r\n \"name\": \"datalakerg16374\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,7 +377,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:37 GMT" + "Mon, 24 Jul 2017 22:42:45 GMT" ], "Pragma": [ "no-cache" @@ -379,13 +386,13 @@ "1197" ], "x-ms-request-id": [ - "5d1ce17a-c2fc-41db-9ceb-cb3c471e210a" + "c2a124c1-4142-4fc8-b580-6907d2894dc7" ], "x-ms-correlation-request-id": [ - "5d1ce17a-c2fc-41db-9ceb-cb3c471e210a" + "c2a124c1-4142-4fc8-b580-6907d2894dc7" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180438Z:5d1ce17a-c2fc-41db-9ceb-cb3c471e210a" + "WESTUS2:20170724T224245Z:c2a124c1-4142-4fc8-b580-6907d2894dc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3MTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e2453d2-4820-41dc-b651-2f3c0c98c7d2" + "018e2495-3dae-4e25-b790-c34a68d4749f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17707' under resource group 'datalakerg17573' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12712' under resource group 'datalakerg16374' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:04:37 GMT" + "Mon, 24 Jul 2017 22:42:45 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "359dc8d2-4d8d-46b3-be34-c0b08bdaaacd" + "8701ca2e-29c1-4fb3-9068-c30ec0bbc7bb" ], "x-ms-correlation-request-id": [ - "359dc8d2-4d8d-46b3-be34-c0b08bdaaacd" + "8701ca2e-29c1-4fb3-9068-c30ec0bbc7bb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180438Z:359dc8d2-4d8d-46b3-be34-c0b08bdaaacd" + "WESTUS2:20170724T224246Z:8701ca2e-29c1-4fb3-9068-c30ec0bbc7bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3MTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17707.azuredatalakestore.net\",\r\n \"accountId\": \"6ea2ea8d-3960-465f-b359-b4eb37e9fd30\",\r\n \"creationTime\": \"2017-03-27T18:04:40.0552483Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:04:40.0552483Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707\",\r\n \"name\": \"testadlfs17707\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12712.azuredatalakestore.net\",\r\n \"accountId\": \"b97317ee-c2d2-4ee1-8b83-6e098bb5d529\",\r\n \"creationTime\": \"2017-07-24T22:42:51.4003044Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:42:51.4003044Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712\",\r\n \"name\": \"testadlfs12712\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:05:41 GMT" + "Mon, 24 Jul 2017 22:43:19 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "76eb1877-c2e7-4b8c-82b7-e29110eb191a" + "32732292-dcde-4df8-9ca6-186216a791b7" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14996" ], "x-ms-correlation-request-id": [ - "e68154e3-94f4-40a4-8027-a9317e81dc18" + "aa072925-7976-4dba-be2e-1f677d7fe6cc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180542Z:e68154e3-94f4-40a4-8027-a9317e81dc18" + "WESTUS2:20170724T224320Z:aa072925-7976-4dba-be2e-1f677d7fe6cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3MTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "145f181f-14a4-49f9-a63a-5373dd43e582" + "6b555c6b-a378-4cfd-a607-bb73af370f5b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17707.azuredatalakestore.net\",\r\n \"accountId\": \"6ea2ea8d-3960-465f-b359-b4eb37e9fd30\",\r\n \"creationTime\": \"2017-03-27T18:04:40.0552483Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:04:40.0552483Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707\",\r\n \"name\": \"testadlfs17707\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12712.azuredatalakestore.net\",\r\n \"accountId\": \"b97317ee-c2d2-4ee1-8b83-6e098bb5d529\",\r\n \"creationTime\": \"2017-07-24T22:42:51.4003044Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:42:51.4003044Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712\",\r\n \"name\": \"testadlfs12712\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:05:41 GMT" + "Mon, 24 Jul 2017 22:43:20 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aa43fbe7-b857-4ffb-85ea-bf50ea05aa48" + "e03688c0-64d6-466b-9345-b79732af843b" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14992" ], "x-ms-correlation-request-id": [ - "72166533-593f-4619-b2f4-a9a73a282ca1" + "3fd6f5d4-25df-414b-8274-521fc4641797" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180542Z:72166533-593f-4619-b2f4-a9a73a282ca1" + "WESTUS2:20170724T224320Z:3fd6f5d4-25df-414b-8274-521fc4641797" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU3My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3MDc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjM3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI3MTI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "a18ff6bd-76db-4f34-b371-a640b987b763" + "0c927f0f-3f59-474a-ace2-a53cb3914386" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6ea2ea8d-3960-465f-b359-b4eb37e9fd30\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707\",\r\n \"name\": \"testadlfs17707\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"b97317ee-c2d2-4ee1-8b83-6e098bb5d529\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712\",\r\n \"name\": \"testadlfs12712\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:04:39 GMT" + "Mon, 24 Jul 2017 22:42:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg17573/providers/Microsoft.DataLakeStore/accounts/testadlfs17707/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16374/providers/Microsoft.DataLakeStore/accounts/testadlfs12712/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6ea2ea8d-3960-465f-b359-b4eb37e9fd300?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b97317ee-c2d2-4ee1-8b83-6e098bb5d5290?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "84ad99af-5ef7-4ef2-aa79-0ad4cb1c9991" + "6e24f28e-c39e-47cc-968d-9951130023f9" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "8f2ee946-8181-4d0f-b1d7-e3ab6c23e13f" + "0a287a0f-33a1-4f19-a7b2-214bd650bc12" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180440Z:8f2ee946-8181-4d0f-b1d7-e3ab6c23e13f" + "WESTUS2:20170724T224248Z:0a287a0f-33a1-4f19-a7b2-214bd650bc12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,76 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6ea2ea8d-3960-465f-b359-b4eb37e9fd300?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZlYTJlYThkLTM5NjAtNDY1Zi1iMzU5LWI0ZWIzN2U5ZmQzMDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Connection": [ - "close" - ], - "Date": [ - "Mon, 27 Mar 2017 18:05:10 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d95f4d0f-2ab5-4329-9cab-f84cc90d7b47" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" - ], - "x-ms-correlation-request-id": [ - "f4f808e7-4043-4583-af02-402215667a0d" - ], - "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180510Z:f4f808e7-4043-4583-af02-402215667a0d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6ea2ea8d-3960-465f-b359-b4eb37e9fd300?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZlYTJlYThkLTM5NjAtNDY1Zi1iMzU5LWI0ZWIzN2U5ZmQzMDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b97317ee-c2d2-4ee1-8b83-6e098bb5d5290?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2I5NzMxN2VlLWMyZDItNGVlMS04YjgzLTZlMDk4YmI1ZDUyOTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -751,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:05:40 GMT" + "Mon, 24 Jul 2017 22:43:19 GMT" ], "Pragma": [ "no-cache" @@ -763,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4f82b938-5255-4886-a837-e0e36c29dd5d" + "bbd391c0-e4d8-4dae-ab35-f1d7f3d261b4" ], "X-Content-Type-Options": [ "nosniff" @@ -775,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14988" ], "x-ms-correlation-request-id": [ - "a17cd4a2-1b9b-4493-9e98-1e33d23ed232" + "214232f7-ba3b-419a-8a6e-d9855e0b724f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180541Z:a17cd4a2-1b9b-4493-9e98-1e33d23ed232" + "WESTUS2:20170724T224319Z:214232f7-ba3b-419a-8a6e-d9855e0b724f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -790,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4282?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MjgyP3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5410?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDEwP3N5bmNGbGFnPURBVEEmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -802,13 +751,14 @@ "0" ], "x-ms-client-request-id": [ - "f07fc03e-4633-4e76-85ac-f7eb63fbc1b6" + "99140350-54d7-4e69-b923-4f2b22b42747" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -823,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:05:44 GMT" + "Mon, 24 Jul 2017 22:43:24 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17707.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4282?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs12712.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5410?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "8c6eb0cb-5a68-4649-921e-b76957f93467" + "542b2011-f55b-42d5-b156-5f717eb02563" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -853,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4282?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MjgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5410?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDEwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ce252ad-36f6-4d5d-b844-63f18ced95ba" + "6a55748b-8267-4872-a8ba-9ada4e323b66" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490637944774,\r\n \"modificationTime\": 1490637944774,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936204683,\r\n \"modificationTime\": 1500936204683,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -883,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:05:44 GMT" + "Mon, 24 Jul 2017 22:43:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "49ce7ef9-21b9-41ff-b330-a3d4715bf5c7" + "ed700971-6ec1-41f6-9778-95c22f3378e3" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -907,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4282?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MjgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5410?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDEwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1942190-6484-4703-ad71-8e9637d770a0" + "ae660267-cabd-45fc-b99c-2021b9be8dc9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490637944774,\r\n \"modificationTime\": 1490637945274,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 39,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936204683,\r\n \"modificationTime\": 1500936205052,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -937,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:05:45 GMT" + "Mon, 24 Jul 2017 22:43:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f6c79b0d-5889-494c-bb9e-ac2f9f905a56" + "f63f77b6-0082-4aeb-9a8c-fec30b05292d" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -961,8 +913,8 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt4282?op=CONCURRENTAPPEND&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MjgyP29wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt5410?op=CONCURRENTAPPEND&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDEwP29wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -970,7 +922,7 @@ "application/octet-stream" ], "x-ms-client-request-id": [ - "1ae14adb-481f-4978-a62a-dbe6fda2cc1e" + "7168bb5a-73db-432b-92ed-db01a6146aaf" ], "Transfer-Encoding": [ "chunked" @@ -979,7 +931,8 @@ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "\"Operation succeeded.\"", @@ -997,13 +950,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:05:45 GMT" + "Mon, 24 Jul 2017 22:43:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4716c180-c924-473e-acf0-cc2df9a0dfb6" + "7af82ec0-198d-4103-9486-b45a11ae6cf4" ], "X-Content-Type-Options": [ "nosniff" @@ -1015,19 +968,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4282?op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0MjgyP29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5410?read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDEwP3JlYWQ9dHJ1ZSZvcD1PUEVOJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d486127-4c7d-4d27-ac6c-151d42136cc1" + "e8c51caf-86df-432b-a2ae-6886087d1024" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "More test contents, that were appended!", @@ -1042,7 +996,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:05:45 GMT" + "Mon, 24 Jul 2017 22:43:25 GMT" ], "Pragma": [ "no-cache" @@ -1051,10 +1005,10 @@ "chunked" ], "x-ms-request-id": [ - "02661fe5-d774-48df-a7ce-7e442214813e" + "62ef3cba-7a6c-4ecf-8a0b-90ae0634ab25" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1071,15 +1025,15 @@ ], "Names": { ".ctor": [ - "datalakerg17573", - "testdatalake18488", - "testadlfs17707" + "datalakerg16374", + "testdatalake15808", + "testadlfs12712" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt4282" + "SDKTestFolder01/SDKTestFile01.txt5410" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json index 93457f0928b9d..56b4d68a30218 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06be8185-4095-4190-9e56-96c2357e405d" + "7fed9b90-c9da-487e-9c81-abedff3fb0d7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:28 GMT" + "Mon, 24 Jul 2017 23:00:32 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1192" ], "x-ms-request-id": [ - "082d5b3e-ed4d-4955-9ce5-be66adabcb59" + "c7eadf3c-5a35-4d84-ab96-9ef74904e39e" ], "x-ms-correlation-request-id": [ - "082d5b3e-ed4d-4955-9ce5-be66adabcb59" + "c7eadf3c-5a35-4d84-ab96-9ef74904e39e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182428Z:082d5b3e-ed4d-4955-9ce5-be66adabcb59" + "WESTUS2:20170724T230032Z:c7eadf3c-5a35-4d84-ab96-9ef74904e39e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c7619f4-4aea-4fff-9bd0-22c743451f9b" + "fcb3165d-1707-475c-94ec-0ab6e2e2f941" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:28 GMT" + "Mon, 24 Jul 2017 23:00:32 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14866" ], "x-ms-request-id": [ - "01197303-e2ed-4e0a-a399-21780f6d17b3" + "8c370ff0-f19a-461e-b9d6-2c84d7c0e333" ], "x-ms-correlation-request-id": [ - "01197303-e2ed-4e0a-a399-21780f6d17b3" + "8c370ff0-f19a-461e-b9d6-2c84d7c0e333" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182428Z:01197303-e2ed-4e0a-a399-21780f6d17b3" + "WESTUS2:20170724T230033Z:8c370ff0-f19a-461e-b9d6-2c84d7c0e333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18a78014-0347-4474-a556-abcd13c7413b" + "7655b8c7-1b63-428b-bdf0-261aca31b964" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:29 GMT" + "Mon, 24 Jul 2017 23:00:33 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1191" ], "x-ms-request-id": [ - "ceebe63a-35ae-460e-9aa4-fc08f7bf1ffc" + "d7bc5b12-9b58-4cc5-aba1-a12df1b568b3" ], "x-ms-correlation-request-id": [ - "ceebe63a-35ae-460e-9aa4-fc08f7bf1ffc" + "d7bc5b12-9b58-4cc5-aba1-a12df1b568b3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182429Z:ceebe63a-35ae-460e-9aa4-fc08f7bf1ffc" + "WESTUS2:20170724T230034Z:d7bc5b12-9b58-4cc5-aba1-a12df1b568b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "758c1b55-f127-4981-a661-671409c8a494" + "8940a239-cdd8-4ced-8ac3-14dca63d94fd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:29 GMT" + "Mon, 24 Jul 2017 23:00:33 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14864" ], "x-ms-request-id": [ - "179e1fc1-1f12-4fcc-a3f3-5d44d5f1b9ee" + "001aba21-5d6f-4d15-ad2f-432a1bbe6f60" ], "x-ms-correlation-request-id": [ - "179e1fc1-1f12-4fcc-a3f3-5d44d5f1b9ee" + "001aba21-5d6f-4d15-ad2f-432a1bbe6f60" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182429Z:179e1fc1-1f12-4fcc-a3f3-5d44d5f1b9ee" + "WESTUS2:20170724T230034Z:001aba21-5d6f-4d15-ad2f-432a1bbe6f60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12974?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjk3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1924?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTI0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b469cb7b-0eec-4766-8a89-96112aabdd85" + "7cc7f6e1-2c1d-410d-ae9b-a5d798f05eaa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12974' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1924' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:29 GMT" + "Mon, 24 Jul 2017 23:00:33 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14863" ], "x-ms-request-id": [ - "393440f2-793f-4a99-a313-fd49ee4cda7a" + "1c0c4095-53e7-4d62-9b3a-e6ebb1a9376a" ], "x-ms-correlation-request-id": [ - "393440f2-793f-4a99-a313-fd49ee4cda7a" + "1c0c4095-53e7-4d62-9b3a-e6ebb1a9376a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182429Z:393440f2-793f-4a99-a313-fd49ee4cda7a" + "WESTUS2:20170724T230034Z:1c0c4095-53e7-4d62-9b3a-e6ebb1a9376a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12974?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjk3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1924?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTI0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "276e819f-aac2-4d2f-a2d3-723c5b3ce9a2" + "397b8477-811c-4a89-90e7-889fa297cf21" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974\",\r\n \"name\": \"datalakerg12974\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924\",\r\n \"name\": \"datalakerg1924\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:30 GMT" + "Mon, 24 Jul 2017 23:00:35 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14862" ], "x-ms-request-id": [ - "f9de781c-1255-4adc-a4d2-089da4a99589" + "12d17cf3-9aaf-49ed-86af-1485af09cdfd" ], "x-ms-correlation-request-id": [ - "f9de781c-1255-4adc-a4d2-089da4a99589" + "12d17cf3-9aaf-49ed-86af-1485af09cdfd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182430Z:f9de781c-1255-4adc-a4d2-089da4a99589" + "WESTUS2:20170724T230035Z:12d17cf3-9aaf-49ed-86af-1485af09cdfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12974?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjk3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1924?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTI0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "1b9c8956-beb2-4135-b9e3-d2bbf69c064f" + "52697c76-6e16-4031-b565-099e30d82e16" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974\",\r\n \"name\": \"datalakerg12974\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924\",\r\n \"name\": \"datalakerg1924\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:30 GMT" + "Mon, 24 Jul 2017 23:00:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1190" ], "x-ms-request-id": [ - "65b0fef5-1756-46b0-8e90-53c8ed903351" + "b8a5ba9d-48ac-40ae-8c75-9496c5b28bda" ], "x-ms-correlation-request-id": [ - "65b0fef5-1756-46b0-8e90-53c8ed903351" + "b8a5ba9d-48ac-40ae-8c75-9496c5b28bda" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182430Z:65b0fef5-1756-46b0-8e90-53c8ed903351" + "WESTUS2:20170724T230035Z:b8a5ba9d-48ac-40ae-8c75-9496c5b28bda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzgyMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff306566-9046-4547-9670-f2db4c093e00" + "be52e82b-3be0-417d-8bcd-9742c82ba53c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17767' under resource group 'datalakerg12974' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17821' under resource group 'datalakerg1924' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:24:30 GMT" + "Mon, 24 Jul 2017 23:00:35 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "b8301618-b35d-4df0-9432-4da92489cd19" + "a920eb8b-4ba4-4107-ba98-d4ab54852870" ], "x-ms-correlation-request-id": [ - "b8301618-b35d-4df0-9432-4da92489cd19" + "a920eb8b-4ba4-4107-ba98-d4ab54852870" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182431Z:b8301618-b35d-4df0-9432-4da92489cd19" + "WESTUS2:20170724T230036Z:a920eb8b-4ba4-4107-ba98-d4ab54852870" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzgyMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17767.azuredatalakestore.net\",\r\n \"accountId\": \"111fdfd2-4944-419d-a090-5d9bac0e1389\",\r\n \"creationTime\": \"2017-03-27T18:24:32.5561174Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:24:32.5561174Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767\",\r\n \"name\": \"testadlfs17767\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17821.azuredatalakestore.net\",\r\n \"accountId\": \"7b751ba2-9808-4fb4-9bd9-d2a8e8e0a35b\",\r\n \"creationTime\": \"2017-07-24T23:00:40.6236363Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:00:40.6236363Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821\",\r\n \"name\": \"testadlfs17821\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:25:03 GMT" + "Mon, 24 Jul 2017 23:01:08 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "201e7606-6416-4eca-885e-e93bd13a6b24" + "42236d22-42ac-44f4-aa4e-2cde68a7d734" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14985" ], "x-ms-correlation-request-id": [ - "e683d00f-bd58-4e4a-922a-828dd67caed5" + "3ce231c4-0af1-4583-94eb-ab5ddc0f2e23" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182503Z:e683d00f-bd58-4e4a-922a-828dd67caed5" + "WESTUS2:20170724T230109Z:3ce231c4-0af1-4583-94eb-ab5ddc0f2e23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzgyMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "25bbb917-35ac-49aa-8e79-8f1a947e0899" + "6e80677d-f06d-4bbd-b08a-d167ec2aa269" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17767.azuredatalakestore.net\",\r\n \"accountId\": \"111fdfd2-4944-419d-a090-5d9bac0e1389\",\r\n \"creationTime\": \"2017-03-27T18:24:32.5561174Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:24:32.5561174Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767\",\r\n \"name\": \"testadlfs17767\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17821.azuredatalakestore.net\",\r\n \"accountId\": \"7b751ba2-9808-4fb4-9bd9-d2a8e8e0a35b\",\r\n \"creationTime\": \"2017-07-24T23:00:40.6236363Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:00:40.6236363Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821\",\r\n \"name\": \"testadlfs17821\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:25:03 GMT" + "Mon, 24 Jul 2017 23:01:09 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "798feaed-103d-4172-b98d-41539956ff47" + "39a1459d-1e6b-4982-a2f5-b1f08d97e93e" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14979" ], "x-ms-correlation-request-id": [ - "1d7e35eb-3a5e-4276-90bc-e7f31ad75bf0" + "485b0434-a5e2-4e55-871e-327291ef097e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182503Z:1d7e35eb-3a5e-4276-90bc-e7f31ad75bf0" + "WESTUS2:20170724T230110Z:485b0434-a5e2-4e55-871e-327291ef097e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjk3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTI0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNzgyMT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "4f953a4b-82cd-4385-89bd-3071ec154ad5" + "93f14a37-03d3-4697-9bc3-31431ebda31e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"111fdfd2-4944-419d-a090-5d9bac0e1389\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767\",\r\n \"name\": \"testadlfs17767\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"7b751ba2-9808-4fb4-9bd9-d2a8e8e0a35b\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821\",\r\n \"name\": \"testadlfs17821\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "419" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:24:31 GMT" + "Mon, 24 Jul 2017 23:00:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12974/providers/Microsoft.DataLakeStore/accounts/testadlfs17767/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1924/providers/Microsoft.DataLakeStore/accounts/testadlfs17821/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/111fdfd2-4944-419d-a090-5d9bac0e13890?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/7b751ba2-9808-4fb4-9bd9-d2a8e8e0a35b0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "38e2cef7-b32d-4da3-b586-c648cd98efea" + "3c158c1e-651e-4fd5-8a0d-104fd92ecf14" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1197" ], "x-ms-correlation-request-id": [ - "dadc5cc4-0d88-4f1e-b380-61047f9e4ffe" + "1f72ae6d-5aae-4424-8c66-bd04726084ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182432Z:dadc5cc4-0d88-4f1e-b380-61047f9e4ffe" + "WESTUS2:20170724T230038Z:1f72ae6d-5aae-4424-8c66-bd04726084ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/111fdfd2-4944-419d-a090-5d9bac0e13890?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzExMWZkZmQyLTQ5NDQtNDE5ZC1hMDkwLTVkOWJhYzBlMTM4OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/7b751ba2-9808-4fb4-9bd9-d2a8e8e0a35b0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzdiNzUxYmEyLTk4MDgtNGZiNC05YmQ5LWQyYThlOGUwYTM1YjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:25:01 GMT" + "Mon, 24 Jul 2017 23:01:08 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "babb3def-645e-4ce5-9bff-e956b426b61a" + "56ad65fe-cae0-4982-aa3a-8c2b783e2fc1" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14976" ], "x-ms-correlation-request-id": [ - "e854d296-08d7-48ab-81ab-09d7bd5e52c9" + "38f8ff13-363a-4f1d-9a77-8ccd70f91dde" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182502Z:e854d296-08d7-48ab-81ab-09d7bd5e52c9" + "WESTUS2:20170724T230108Z:38f8ff13-363a-4f1d-9a77-8ccd70f91dde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt174?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxNzQ/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6504?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NTA0P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "f00b540e-8e48-448f-bebe-ecc85d5bfc3d" + "a695f0be-84ab-4bac-a731-ce456c653944" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:25:04 GMT" + "Mon, 24 Jul 2017 23:01:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17767.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt174?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs17821.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6504?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "ce4d5b30-48b5-48d7-8601-6d20faca7264" + "26b525cf-ccb4-4782-bce2-4d4c25877e36" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt174?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxNzQ/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6504?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NTA0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c7f6dbd-94ae-42c4-ba61-00031775f040" + "8650e766-7f9e-473a-b105-d593bbb86897" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490639104809,\r\n \"modificationTime\": 1490639104883,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937273418,\r\n \"modificationTime\": 1500937273457,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:25:04 GMT" + "Mon, 24 Jul 2017 23:01:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a1a57898-af61-477f-9177-5afedc849b67" + "83c8c729-4ac1-4d7a-a294-a810eb39cebc" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,19 +858,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt174?recursive=false&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxNzQ/cmVjdXJzaXZlPWZhbHNlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6504?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NTA0P3JlY3Vyc2l2ZT1mYWxzZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d80cd98a-b5f3-47ef-a0fa-f2e3397a60fa" + "8157b32e-7102-4f96-9247-0585590d151a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:25:04 GMT" + "Mon, 24 Jul 2017 23:01:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "40f453b8-a3fd-4102-bf6c-59838733e103" + "c1a2dadb-9978-4338-b30b-a85dc4334a93" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,19 +913,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt174?recursive=false&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxNzQ/cmVjdXJzaXZlPWZhbHNlJm9wPURFTEVURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6504?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NTA0P3JlY3Vyc2l2ZT1mYWxzZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d33f4fac-0125-44cb-9627-6af164fc973e" + "0a5c058f-1510-4190-aeec-2964808925b0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": false\r\n}", @@ -928,16 +944,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:25:04 GMT" + "Mon, 24 Jul 2017 23:01:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b15d44d4-5b6e-44c1-aaf9-9ba7e99bb7e6" + "25a7a063-ab69-43a9-a6a3-391c3315755a" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -954,15 +970,15 @@ ], "Names": { ".ctor": [ - "datalakerg12974", - "testdatalake15928", - "testadlfs17767" + "datalakerg1924", + "testdatalake15558", + "testadlfs17821" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt174" + "SDKTestFolder01/SDKTestFile01.txt6504" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json index 8a019317df263..d159af64bfa19 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemDeleteFolder.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdcebaf5-ef7d-4f7b-a31f-cffa4ed103ab" + "7ec91a35-e7bf-4130-914b-156c93c0e317" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:48 GMT" + "Mon, 24 Jul 2017 22:43:35 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "e00babd9-c7fe-4004-8939-b9e94df9a928" + "26475c81-8caf-4008-88da-1443438bda49" ], "x-ms-correlation-request-id": [ - "e00babd9-c7fe-4004-8939-b9e94df9a928" + "26475c81-8caf-4008-88da-1443438bda49" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180548Z:e00babd9-c7fe-4004-8939-b9e94df9a928" + "WESTUS2:20170724T224335Z:26475c81-8caf-4008-88da-1443438bda49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dcb9686-14b1-47b5-89dd-d1749fe5e5b1" + "d9179ed4-8815-4ceb-b7cf-281648b34dbe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:48 GMT" + "Mon, 24 Jul 2017 22:43:35 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14991" ], "x-ms-request-id": [ - "5250d54b-c679-44f3-8427-9f1e1ad9596a" + "1b8ee72a-59d3-445c-a582-5f968fbf4a31" ], "x-ms-correlation-request-id": [ - "5250d54b-c679-44f3-8427-9f1e1ad9596a" + "1b8ee72a-59d3-445c-a582-5f968fbf4a31" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180548Z:5250d54b-c679-44f3-8427-9f1e1ad9596a" + "WESTUS2:20170724T224336Z:1b8ee72a-59d3-445c-a582-5f968fbf4a31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87bf9b19-c61d-467e-b9fe-d42be8ac3b45" + "a3a626e8-2f1c-4e6e-83f1-7be62bbd397d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:48 GMT" + "Mon, 24 Jul 2017 22:43:36 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-request-id": [ - "a0f07205-cd57-4937-bfe4-f398338f434d" + "70347cb2-9deb-434b-8a79-7f9ef8e00943" ], "x-ms-correlation-request-id": [ - "a0f07205-cd57-4937-bfe4-f398338f434d" + "70347cb2-9deb-434b-8a79-7f9ef8e00943" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180549Z:a0f07205-cd57-4937-bfe4-f398338f434d" + "WESTUS2:20170724T224336Z:70347cb2-9deb-434b-8a79-7f9ef8e00943" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05c3dd2c-6da1-445d-9647-9c9c6bd5e364" + "3dc6d964-d0c4-459a-8f22-11e1e33f6a19" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:48 GMT" + "Mon, 24 Jul 2017 22:43:36 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14990" ], "x-ms-request-id": [ - "7e854e12-0f27-4adb-a5ce-567dd5275584" + "69114b92-b6b3-4699-8cee-fa7784369e7d" ], "x-ms-correlation-request-id": [ - "7e854e12-0f27-4adb-a5ce-567dd5275584" + "69114b92-b6b3-4699-8cee-fa7784369e7d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180549Z:7e854e12-0f27-4adb-a5ce-567dd5275584" + "WESTUS2:20170724T224337Z:69114b92-b6b3-4699-8cee-fa7784369e7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1538?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16335?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjMzNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d7cbc5d-2290-4a14-873f-da349b30dbee" + "3435f0ed-1aa9-408e-b67f-88c68d0b8fb8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1538' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16335' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:48 GMT" + "Mon, 24 Jul 2017 22:43:36 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14989" ], "x-ms-request-id": [ - "c0607a1f-7d22-4762-8bb0-6dca57af2adb" + "ee7d9a90-ba6f-419f-988b-857f2038ddf3" ], "x-ms-correlation-request-id": [ - "c0607a1f-7d22-4762-8bb0-6dca57af2adb" + "ee7d9a90-ba6f-419f-988b-857f2038ddf3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180549Z:c0607a1f-7d22-4762-8bb0-6dca57af2adb" + "WESTUS2:20170724T224337Z:ee7d9a90-ba6f-419f-988b-857f2038ddf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1538?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16335?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjMzNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5de01736-1d90-48a6-8468-83ccd666efb9" + "57ad2e03-2459-43b1-b9e8-fd54e2648517" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538\",\r\n \"name\": \"datalakerg1538\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335\",\r\n \"name\": \"datalakerg16335\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:49 GMT" + "Mon, 24 Jul 2017 22:43:37 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14988" ], "x-ms-request-id": [ - "d3bf6464-87b5-4105-8c23-f4fd938fc36c" + "716d55ef-8c47-4e75-a7fa-d8fe7ebcc2b3" ], "x-ms-correlation-request-id": [ - "d3bf6464-87b5-4105-8c23-f4fd938fc36c" + "716d55ef-8c47-4e75-a7fa-d8fe7ebcc2b3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180550Z:d3bf6464-87b5-4105-8c23-f4fd938fc36c" + "WESTUS2:20170724T224337Z:716d55ef-8c47-4e75-a7fa-d8fe7ebcc2b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1538?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTM4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16335?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjMzNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "a67f3597-e349-47be-8483-9f36377cb4a7" + "5a10eeab-cee1-4b31-8530-a427b36ec70c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538\",\r\n \"name\": \"datalakerg1538\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335\",\r\n \"name\": \"datalakerg16335\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:49 GMT" + "Mon, 24 Jul 2017 22:43:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-request-id": [ - "37544070-1463-40d5-899e-133f6b2d5f45" + "eb28d3f4-65d4-4de6-9f73-1c5f63315513" ], "x-ms-correlation-request-id": [ - "37544070-1463-40d5-899e-133f6b2d5f45" + "eb28d3f4-65d4-4de6-9f73-1c5f63315513" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180550Z:37544070-1463-40d5-899e-133f6b2d5f45" + "WESTUS2:20170724T224337Z:eb28d3f4-65d4-4de6-9f73-1c5f63315513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjMzNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e86a7be-929f-4d91-8ba3-3850e6de4629" + "809a3295-dca4-47bc-9faa-e28017c6db60" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1182' under resource group 'datalakerg1538' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1281' under resource group 'datalakerg16335' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "164" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:05:50 GMT" + "Mon, 24 Jul 2017 22:43:37 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "d09e7175-a35a-49ee-b76d-77cbf97ff0e5" + "e88f169d-200a-4642-96eb-f18b7f48dc2e" ], "x-ms-correlation-request-id": [ - "d09e7175-a35a-49ee-b76d-77cbf97ff0e5" + "e88f169d-200a-4642-96eb-f18b7f48dc2e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180550Z:d09e7175-a35a-49ee-b76d-77cbf97ff0e5" + "WESTUS2:20170724T224338Z:e88f169d-200a-4642-96eb-f18b7f48dc2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjMzNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1182.azuredatalakestore.net\",\r\n \"accountId\": \"57b65147-c69a-4775-9a65-934667ef0d18\",\r\n \"creationTime\": \"2017-03-27T18:05:52.0156461Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:05:52.0156461Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182\",\r\n \"name\": \"testadlfs1182\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1281.azuredatalakestore.net\",\r\n \"accountId\": \"78f21602-0aa5-4d07-b50e-f85c9ca01a2a\",\r\n \"creationTime\": \"2017-07-24T22:43:43.3112443Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:43:43.3112443Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281\",\r\n \"name\": \"testadlfs1281\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:06:22 GMT" + "Mon, 24 Jul 2017 22:44:10 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "32f8e4d5-1995-40dd-833f-0a276881cbb8" + "22030aa8-2267-433c-9882-e80e9b4af34f" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14986" ], "x-ms-correlation-request-id": [ - "f7382862-af22-46c1-a1ac-aa13217f9aa5" + "cbd2a0e4-55a6-41d8-8e5f-a79046101d40" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180623Z:f7382862-af22-46c1-a1ac-aa13217f9aa5" + "WESTUS2:20170724T224411Z:cbd2a0e4-55a6-41d8-8e5f-a79046101d40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjMzNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc06f53a-010a-46a0-9a82-22ca9ebeccae" + "8593fa96-2e45-45aa-a2aa-82baf18de3f6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1182.azuredatalakestore.net\",\r\n \"accountId\": \"57b65147-c69a-4775-9a65-934667ef0d18\",\r\n \"creationTime\": \"2017-03-27T18:05:52.0156461Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:05:52.0156461Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182\",\r\n \"name\": \"testadlfs1182\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1281.azuredatalakestore.net\",\r\n \"accountId\": \"78f21602-0aa5-4d07-b50e-f85c9ca01a2a\",\r\n \"creationTime\": \"2017-07-24T22:43:43.3112443Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:43:43.3112443Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281\",\r\n \"name\": \"testadlfs1281\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:06:23 GMT" + "Mon, 24 Jul 2017 22:44:12 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "40e6c828-63ef-4015-9c21-9dd995288f07" + "18e75b0a-1625-4c6f-9c10-9e8b11afccf0" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14983" ], "x-ms-correlation-request-id": [ - "ff731458-f61d-40fb-98c6-879d846c77c7" + "b17ec312-529c-44bd-9359-9e4d61a0f58e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180624Z:ff731458-f61d-40fb-98c6-879d846c77c7" + "WESTUS2:20170724T224412Z:b17ec312-529c-44bd-9359-9e4d61a0f58e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMTgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjMzNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "d46b2504-7bae-4057-949e-07d0ddf31976" + "70f6500c-9d3f-41e2-9239-05f0f3facdf0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"57b65147-c69a-4775-9a65-934667ef0d18\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182\",\r\n \"name\": \"testadlfs1182\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"78f21602-0aa5-4d07-b50e-f85c9ca01a2a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281\",\r\n \"name\": \"testadlfs1281\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "417" + "418" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:05:52 GMT" + "Mon, 24 Jul 2017 22:43:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1538/providers/Microsoft.DataLakeStore/accounts/testadlfs1182/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16335/providers/Microsoft.DataLakeStore/accounts/testadlfs1281/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/57b65147-c69a-4775-9a65-934667ef0d180?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/78f21602-0aa5-4d07-b50e-f85c9ca01a2a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "b4f58a2c-1df8-461e-bcee-314051fc6077" + "f2232730-d255-47e2-a670-5f092496d752" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1198" ], "x-ms-correlation-request-id": [ - "bb0db832-2358-4f0b-b77b-81dbe8a21b0e" + "abca022a-2d7f-4f42-9f25-1be809416dd4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180552Z:bb0db832-2358-4f0b-b77b-81dbe8a21b0e" + "WESTUS2:20170724T224340Z:abca022a-2d7f-4f42-9f25-1be809416dd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/57b65147-c69a-4775-9a65-934667ef0d180?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU3YjY1MTQ3LWM2OWEtNDc3NS05YTY1LTkzNDY2N2VmMGQxODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/78f21602-0aa5-4d07-b50e-f85c9ca01a2a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzc4ZjIxNjAyLTBhYTUtNGQwNy1iNTBlLWY4NWM5Y2EwMWEyYTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:06:22 GMT" + "Mon, 24 Jul 2017 22:44:10 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "562c2560-e11f-437a-986c-a1a4d9eaf893" + "be5c269a-64af-4abf-b093-bf6068d131ba" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14981" ], "x-ms-correlation-request-id": [ - "1106f391-86de-4b51-a596-7d27b689f72f" + "19343104-4a6f-4ec6-89e0-86511fc230fb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180623Z:1106f391-86de-4b51-a596-7d27b689f72f" + "WESTUS2:20170724T224411Z:19343104-4a6f-4ec6-89e0-86511fc230fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,19 +739,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68cc2ae7-b300-4ee3-a6ff-ef9126920009" + "21291460-40cd-4c9c-a985-768f1b48ea5f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:27 GMT" + "Mon, 24 Jul 2017 22:44:15 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "256a4acf-d673-4c00-90c7-a0ae36d40800" + "e9313c55-1ad7-433d-adfe-4c9569843839" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -781,22 +794,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee1bbd4c-27df-4e3a-abd7-b11eb236265c" + "b6d7a1d9-903a-4cdf-b930-3f70baf7b641" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490637988385,\r\n \"modificationTime\": 1490637988385,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500936256347,\r\n \"modificationTime\": 1500936256347,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -811,16 +825,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:27 GMT" + "Mon, 24 Jul 2017 22:44:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "05b0abd3-ee9a-44fc-9340-dc1c94976451" + "27d94864-94b6-45fc-848c-a3c89ebd2dd5" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -835,19 +849,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?recursive=true&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?recursive=true&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03d858b5-9587-45eb-ad5f-f56c10c2c846" + "bea49a36-7d69-4d19-bb8d-1697188f9669" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -865,16 +880,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:27 GMT" + "Mon, 24 Jul 2017 22:44:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d2c427a1-c327-4f94-921a-265ed0dd6291" + "1092fec6-8e68-49d8-9d8d-f43c9b5e3870" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -889,19 +904,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?recursive=true&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?recursive=true&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da83e665-1c89-422d-acbf-295728d27d01" + "94438c69-85ca-4313-91e1-3e019b86fb35" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -919,16 +935,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:28 GMT" + "Mon, 24 Jul 2017 22:44:17 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "68673fd4-a6fc-4ffa-8d92-125e3601848d" + "cfa9e548-6134-45fc-ad5b-011b5acbb006" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -943,19 +959,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?recursive=true&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?recursive=true&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9yZWN1cnNpdmU9dHJ1ZSZvcD1ERUxFVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "391c5454-cb68-4fcb-b92f-c3e06012d69d" + "aaa5ebee-f3de-40a6-8e74-fae868b90b56" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": false\r\n}", @@ -973,16 +990,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:28 GMT" + "Mon, 24 Jul 2017 22:44:17 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "742e99b9-8630-4d60-a07a-968c5bdffb4a" + "dfbaeb42-ed7a-48da-b36f-9034256fd4c3" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -997,19 +1014,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?recursive=false&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9yZWN1cnNpdmU9ZmFsc2Umb3A9REVMRVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9yZWN1cnNpdmU9ZmFsc2Umb3A9REVMRVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e41d502e-ec0b-44fc-a292-c621f36b1b47" + "2e6ac027-e141-4e25-bcf2-b7434c579f96" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": false\r\n}", @@ -1027,16 +1045,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:27 GMT" + "Mon, 24 Jul 2017 22:44:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c88d4e2f-b133-4daa-aa44-22ba08a5e75e" + "6248cb40-771f-47d7-836a-9ca0aec37c06" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1051,22 +1069,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059?recursive=false&op=DELETE&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OT9yZWN1cnNpdmU9ZmFsc2Umb3A9REVMRVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511?recursive=false&op=DELETE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMT9yZWN1cnNpdmU9ZmFsc2Umb3A9REVMRVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35e86f59-53e7-4739-8505-483c7bbbe38b" + "686c3896-a967-46cb-b8b9-f79311ed5132" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"AccessControlException\",\r\n \"message\": \"Path is not empty [95d9ca31-4364-45d0-8e0f-241183b76944][2017-03-27T11:06:29.2999782-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.security.AccessControlException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"AccessControlException\",\r\n \"message\": \"Path is not empty [2b9ed85e-eb42-4f6c-b8e6-a6d6005ef09a][2017-07-24T15:44:17.2825628-07:00]\",\r\n \"javaClassName\": \"org.apache.hadoop.security.AccessControlException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "230" @@ -1081,16 +1100,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:28 GMT" + "Mon, 24 Jul 2017 22:44:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "95d9ca31-4364-45d0-8e0f-241183b76944" + "2b9ed85e-eb42-4f6c-b8e6-a6d6005ef09a" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x83090172" @@ -1105,8 +1124,8 @@ "StatusCode": 403 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059%2FSDKTestFile01.txt7599?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OSUyRlNES1Rlc3RGaWxlMDEudHh0NzU5OT9vcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511%2FSDKTestFile01.txt231?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMSUyRlNES1Rlc3RGaWxlMDEudHh0MjMxP3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -1117,13 +1136,14 @@ "42" ], "x-ms-client-request-id": [ - "f79a6d6e-1ec1-4581-bcbf-3eb15b7f1a28" + "820717da-7a9a-42cc-842b-b7bf69b06b52" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1138,22 +1158,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:28 GMT" + "Mon, 24 Jul 2017 22:44:16 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs1182.azuredatalakestore.net/webhdfs/v1/SDKTestFolder019059/SDKTestFile01.txt7599?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs1281.azuredatalakestore.net/webhdfs/v1/SDKTestFolder014511/SDKTestFile01.txt231?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "5657bdd3-44f3-458b-ae3c-4b95c93cd30d" + "2951c45f-9a43-4049-8746-dc499a420058" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1168,22 +1188,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019059%2FSDKTestFile01.txt7599?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA1OSUyRlNES1Rlc3RGaWxlMDEudHh0NzU5OT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder014511%2FSDKTestFile01.txt231?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNDUxMSUyRlNES1Rlc3RGaWxlMDEudHh0MjMxP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "272e192a-bab2-44e6-a426-f92bdaaf05e6" + "cffe5009-4463-41f1-b976-769947398b9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490637988852,\r\n \"modificationTime\": 1490637988906,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936256873,\r\n \"modificationTime\": 1500936256931,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1198,16 +1219,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:06:28 GMT" + "Mon, 24 Jul 2017 22:44:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0b15f80b-a7ed-4e93-83bb-deb588f0abd3" + "ad22c50c-819a-413f-b223-3713eaf3760d" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1224,18 +1245,18 @@ ], "Names": { ".ctor": [ - "datalakerg1538", - "testdatalake19498", - "testadlfs1182" + "datalakerg16335", + "testdatalake17006", + "testadlfs1281" ], "CreateFolder": [ - "SDKTestFolder019059" + "SDKTestFolder014511" ], "CreateFile": [ - "SDKTestFolder019059/SDKTestFile01.txt7599" + "SDKTestFolder014511/SDKTestFile01.txt231" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json index b33d0577d50ab..3b936a37c27bb 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemEmptyFileCreate.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d87af08-fc7b-4368-b563-fbbef1b1dfa7" + "8e7be601-0d1c-4034-ad6e-54c85d03220c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:24 GMT" + "Mon, 24 Jul 2017 22:48:06 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "54f1cd21-b112-4933-bf93-7f5b3b899446" + "0f11df0e-9549-41af-83ba-606fb9ba2610" ], "x-ms-correlation-request-id": [ - "54f1cd21-b112-4933-bf93-7f5b3b899446" + "0f11df0e-9549-41af-83ba-606fb9ba2610" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181124Z:54f1cd21-b112-4933-bf93-7f5b3b899446" + "WESTUS2:20170724T224806Z:0f11df0e-9549-41af-83ba-606fb9ba2610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9db2b0c0-cb5f-49fa-9374-afbc1135fbcc" + "326c0b49-7256-481a-bdd0-93fc36849ff8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:24 GMT" + "Mon, 24 Jul 2017 22:48:06 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14953" ], "x-ms-request-id": [ - "40463d0a-1eb2-4614-bd73-e557eeb4c526" + "39745c46-fc96-44fd-8989-67f751ac1589" ], "x-ms-correlation-request-id": [ - "40463d0a-1eb2-4614-bd73-e557eeb4c526" + "39745c46-fc96-44fd-8989-67f751ac1589" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181124Z:40463d0a-1eb2-4614-bd73-e557eeb4c526" + "WESTUS2:20170724T224806Z:39745c46-fc96-44fd-8989-67f751ac1589" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab0176b4-0099-43a1-824c-92d141306b5a" + "77adb38f-2b4f-400b-8135-be3c26573482" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:25 GMT" + "Mon, 24 Jul 2017 22:48:07 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-request-id": [ - "7a95b20b-04cf-4820-86d8-f861004db1d6" + "a0b54552-fc4e-4141-bf82-5c766198a4f2" ], "x-ms-correlation-request-id": [ - "7a95b20b-04cf-4820-86d8-f861004db1d6" + "a0b54552-fc4e-4141-bf82-5c766198a4f2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181125Z:7a95b20b-04cf-4820-86d8-f861004db1d6" + "WESTUS2:20170724T224807Z:a0b54552-fc4e-4141-bf82-5c766198a4f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f97c71-1b23-4fda-ae23-a3fbbfba9c65" + "63e5a70b-6105-4c12-b1d4-f30593a37251" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:25 GMT" + "Mon, 24 Jul 2017 22:48:07 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14952" ], "x-ms-request-id": [ - "9473a8eb-d3ae-422f-997d-795262ab8bde" + "144afd54-b30f-4cd1-ad9b-de70d59d0312" ], "x-ms-correlation-request-id": [ - "9473a8eb-d3ae-422f-997d-795262ab8bde" + "144afd54-b30f-4cd1-ad9b-de70d59d0312" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181125Z:9473a8eb-d3ae-422f-997d-795262ab8bde" + "WESTUS2:20170724T224808Z:144afd54-b30f-4cd1-ad9b-de70d59d0312" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19212?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTIxMj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODc1Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "639fc917-95bc-488b-9b09-c138667b54fe" + "09d8e123-9fed-48e2-a5d0-04de19c1949d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19212' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg18757' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:25 GMT" + "Mon, 24 Jul 2017 22:48:07 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14951" ], "x-ms-request-id": [ - "b66e7f2a-c47f-43bb-81ef-e577a71d96ab" + "51cbc6a9-d5fc-42d3-ae09-3cadd8dead3d" ], "x-ms-correlation-request-id": [ - "b66e7f2a-c47f-43bb-81ef-e577a71d96ab" + "51cbc6a9-d5fc-42d3-ae09-3cadd8dead3d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181125Z:b66e7f2a-c47f-43bb-81ef-e577a71d96ab" + "WESTUS2:20170724T224808Z:51cbc6a9-d5fc-42d3-ae09-3cadd8dead3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19212?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTIxMj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODc1Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27fc4738-0698-4380-8e8d-54f16bd46bdb" + "d12a0182-1e1d-4f47-9fda-076005ccb016" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212\",\r\n \"name\": \"datalakerg19212\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757\",\r\n \"name\": \"datalakerg18757\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:26 GMT" + "Mon, 24 Jul 2017 22:48:08 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14950" ], "x-ms-request-id": [ - "60e5c081-f27b-4d94-b103-b02e85ea091c" + "d6b4296a-13f4-4dfa-a3b9-6643582d9eb8" ], "x-ms-correlation-request-id": [ - "60e5c081-f27b-4d94-b103-b02e85ea091c" + "d6b4296a-13f4-4dfa-a3b9-6643582d9eb8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181126Z:60e5c081-f27b-4d94-b103-b02e85ea091c" + "WESTUS2:20170724T224809Z:d6b4296a-13f4-4dfa-a3b9-6643582d9eb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19212?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTIxMj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxODc1Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "de44ea6b-27ec-4001-a971-6b29593598d9" + "292bbd3e-5b8b-4f06-a512-550f24859f56" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212\",\r\n \"name\": \"datalakerg19212\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757\",\r\n \"name\": \"datalakerg18757\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:26 GMT" + "Mon, 24 Jul 2017 22:48:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-request-id": [ - "7ec33522-302e-4198-8205-73fd1fb0368c" + "c885ccee-3346-44f0-802f-94723d70e494" ], "x-ms-correlation-request-id": [ - "7ec33522-302e-4198-8205-73fd1fb0368c" + "c885ccee-3346-44f0-802f-94723d70e494" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181126Z:7ec33522-302e-4198-8205-73fd1fb0368c" + "WESTUS2:20170724T224809Z:c885ccee-3346-44f0-802f-94723d70e494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTIxMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "886963fc-44b1-4866-932d-24b3ffb2ef00" + "d0b8ead4-0d7c-4d8b-bdb9-6d9c7c7caa5d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17264' under resource group 'datalakerg19212' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15814' under resource group 'datalakerg18757' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:11:26 GMT" + "Mon, 24 Jul 2017 22:48:08 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "8a4aeaa5-4dcd-4763-a05d-5ac59ff8e6bd" + "c39f05d0-21b2-4df2-96c7-ae4ac52d34fd" ], "x-ms-correlation-request-id": [ - "8a4aeaa5-4dcd-4763-a05d-5ac59ff8e6bd" + "c39f05d0-21b2-4df2-96c7-ae4ac52d34fd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181127Z:8a4aeaa5-4dcd-4763-a05d-5ac59ff8e6bd" + "WESTUS2:20170724T224809Z:c39f05d0-21b2-4df2-96c7-ae4ac52d34fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTIxMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17264.azuredatalakestore.net\",\r\n \"accountId\": \"90363854-e7b1-4f64-8743-074179c0ec88\",\r\n \"creationTime\": \"2017-03-27T18:11:27.4777225Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:11:27.4777225Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264\",\r\n \"name\": \"testadlfs17264\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15814.azuredatalakestore.net\",\r\n \"accountId\": \"2269bca7-bd7f-4b7f-b464-2f0b631eb54a\",\r\n \"creationTime\": \"2017-07-24T22:48:12.7041755Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:48:12.7041755Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814\",\r\n \"name\": \"testadlfs15814\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:11:59 GMT" + "Mon, 24 Jul 2017 22:48:41 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1450df30-f9a5-4b68-9d65-2f87ad9dfe92" + "13f48150-4c02-4681-9462-65d391f54249" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14980" ], "x-ms-correlation-request-id": [ - "f65d3354-ea57-423a-aee7-2b64d37482a8" + "c3cf8b7c-f04d-4f03-a6d2-9d15c525ac01" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181159Z:f65d3354-ea57-423a-aee7-2b64d37482a8" + "WESTUS2:20170724T224842Z:c3cf8b7c-f04d-4f03-a6d2-9d15c525ac01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTIxMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44cb9c6d-220d-4dbb-9da4-a74e354f9949" + "b6a952b7-02b3-4c7a-ad1c-a8b137b1b06a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17264.azuredatalakestore.net\",\r\n \"accountId\": \"90363854-e7b1-4f64-8743-074179c0ec88\",\r\n \"creationTime\": \"2017-03-27T18:11:27.4777225Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:11:27.4777225Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264\",\r\n \"name\": \"testadlfs17264\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15814.azuredatalakestore.net\",\r\n \"accountId\": \"2269bca7-bd7f-4b7f-b464-2f0b631eb54a\",\r\n \"creationTime\": \"2017-07-24T22:48:12.7041755Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:48:12.7041755Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814\",\r\n \"name\": \"testadlfs15814\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:12:00 GMT" + "Mon, 24 Jul 2017 22:48:42 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "590e5d5c-5312-400e-9d07-4af97893ccda" + "cca4f624-ac38-4211-ae88-78f32304ecf1" ], "X-Content-Type-Options": [ "nosniff" @@ -568,10 +578,10 @@ "14983" ], "x-ms-correlation-request-id": [ - "8be4711d-bafe-40aa-a3cf-50cf4b33407d" + "b57fda97-1170-4df0-9aab-4142fcc5bf23" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181200Z:8be4711d-bafe-40aa-a3cf-50cf4b33407d" + "WESTUS2:20170724T224842Z:b57fda97-1170-4df0-9aab-4142fcc5bf23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTIxMi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcyNjQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxODc1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU4MTQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "5530720d-6562-46b1-9207-40fc8551f6ce" + "5f61f940-859d-440c-a44d-0bd4fcc37950" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"90363854-e7b1-4f64-8743-074179c0ec88\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264\",\r\n \"name\": \"testadlfs17264\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"2269bca7-bd7f-4b7f-b464-2f0b631eb54a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814\",\r\n \"name\": \"testadlfs15814\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:11:27 GMT" + "Mon, 24 Jul 2017 22:48:10 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19212/providers/Microsoft.DataLakeStore/accounts/testadlfs17264/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg18757/providers/Microsoft.DataLakeStore/accounts/testadlfs15814/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/90363854-e7b1-4f64-8743-074179c0ec880?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/2269bca7-bd7f-4b7f-b464-2f0b631eb54a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "ff3fc5ae-f9f4-4c7d-bac8-1a331810d3d4" + "645135e6-6c49-470f-9eda-113da3b80ef0" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-correlation-request-id": [ - "ac927465-20e7-4df7-88a4-27395dfede3e" + "f5682eba-4914-472f-adbf-620f77e3e346" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181128Z:ac927465-20e7-4df7-88a4-27395dfede3e" + "WESTUS2:20170724T224811Z:f5682eba-4914-472f-adbf-620f77e3e346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/90363854-e7b1-4f64-8743-074179c0ec880?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzkwMzYzODU0LWU3YjEtNGY2NC04NzQzLTA3NDE3OWMwZWM4ODA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/2269bca7-bd7f-4b7f-b464-2f0b631eb54a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzIyNjliY2E3LWJkN2YtNGI3Zi1iNDY0LTJmMGI2MzFlYjU0YTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:11:58 GMT" + "Mon, 24 Jul 2017 22:48:41 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d62ad3e7-91dc-45c1-93a3-56cb7c8eca28" + "44feeb24-3631-4a7f-b1b9-5394231f728c" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14982" ], "x-ms-correlation-request-id": [ - "d73beab9-a1d6-4f8d-bed4-67f14a54ad59" + "f3df46a0-62e5-4930-89cf-dbda025c299c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181159Z:d73beab9-a1d6-4f8d-bed4-67f14a54ad59" + "WESTUS2:20170724T224841Z:f3df46a0-62e5-4930-89cf-dbda025c299c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4756?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzU2P3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt378?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNzg/c3luY0ZsYWc9REFUQSZ3cml0ZT10cnVlJm9wPUNSRUFURSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -739,13 +751,14 @@ "0" ], "x-ms-client-request-id": [ - "53c17fe9-7ef5-4a7b-9d97-e749fefdc97b" + "618e5893-c2f0-4522-8a4f-84f7228e6a45" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:12:06 GMT" + "Mon, 24 Jul 2017 22:48:46 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17264.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4756?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs15814.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt378?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "7e747382-51f8-4044-b497-8f7c94588682" + "122791d5-72f4-445d-94cc-d5502a6d8c18" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4756?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzU2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt378?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNzg/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e366ba08-95c5-4743-b125-83038029979b" + "c529a629-930d-420e-968e-d5698afe92b0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638327506,\r\n \"modificationTime\": 1490638327506,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936526856,\r\n \"modificationTime\": 1500936526856,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:12:07 GMT" + "Mon, 24 Jul 2017 22:48:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2d012ca8-9def-4758-9afe-e2177a9bed13" + "f4571299-e7e3-4d55-96dc-22b89034b307" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -846,15 +860,15 @@ ], "Names": { ".ctor": [ - "datalakerg19212", - "testdatalake13712", - "testadlfs17264" + "datalakerg18757", + "testdatalake16471", + "testadlfs15814" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt4756" + "SDKTestFolder01/SDKTestFile01.txt378" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json index 5b6fc6f6113e2..38d601aa49707 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileAlreadyExists.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6946b430-f514-4da9-9c0d-4439d6e44cc0" + "5ad75ac6-20fe-4360-a3ff-d105262720e5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:46 GMT" + "Mon, 24 Jul 2017 22:46:19 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-request-id": [ - "a5b91d68-c422-4df3-b847-a6f85bd7f3e3" + "1bafc9b1-5bab-45da-b093-4171d9f8ff91" ], "x-ms-correlation-request-id": [ - "a5b91d68-c422-4df3-b847-a6f85bd7f3e3" + "1bafc9b1-5bab-45da-b093-4171d9f8ff91" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180847Z:a5b91d68-c422-4df3-b847-a6f85bd7f3e3" + "WESTUS:20170724T224620Z:1bafc9b1-5bab-45da-b093-4171d9f8ff91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbda84a8-d36b-483e-8df6-4083231a3d95" + "4f7342ec-d620-42aa-8137-a1bdfcd36532" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:46 GMT" + "Mon, 24 Jul 2017 22:46:19 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14995" ], "x-ms-request-id": [ - "c81ea6af-c62d-496d-a92e-38569aad898c" + "66a4dc67-4bc0-4d65-8a05-c361383508d7" ], "x-ms-correlation-request-id": [ - "c81ea6af-c62d-496d-a92e-38569aad898c" + "66a4dc67-4bc0-4d65-8a05-c361383508d7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180847Z:c81ea6af-c62d-496d-a92e-38569aad898c" + "WESTUS:20170724T224620Z:66a4dc67-4bc0-4d65-8a05-c361383508d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9c5d62f-07c2-45df-b15f-8277425fc279" + "5ebedbbf-c7ee-4e59-b56b-a4aa6d826b65" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:47 GMT" + "Mon, 24 Jul 2017 22:46:20 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "37431f82-f75a-437d-b03c-b70d5b4b07f5" + "f9ca38ea-ecce-4b37-b1b3-5466305b4cae" ], "x-ms-correlation-request-id": [ - "37431f82-f75a-437d-b03c-b70d5b4b07f5" + "f9ca38ea-ecce-4b37-b1b3-5466305b4cae" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180848Z:37431f82-f75a-437d-b03c-b70d5b4b07f5" + "WESTUS:20170724T224621Z:f9ca38ea-ecce-4b37-b1b3-5466305b4cae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4668cdd-dd7d-4093-93c3-4b104900531e" + "d426520d-0c8e-47a2-a46e-fd5f99ed476e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:47 GMT" + "Mon, 24 Jul 2017 22:46:20 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14994" ], "x-ms-request-id": [ - "51c02027-2677-4144-80ab-672df15561f5" + "b083758a-0134-489c-b67d-a97babf045f0" ], "x-ms-correlation-request-id": [ - "51c02027-2677-4144-80ab-672df15561f5" + "b083758a-0134-489c-b67d-a97babf045f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180848Z:51c02027-2677-4144-80ab-672df15561f5" + "WESTUS:20170724T224621Z:b083758a-0134-489c-b67d-a97babf045f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1706?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzA2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17569?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU2OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "110af690-9f1b-43c7-8801-148051454d36" + "bbb8d037-339c-4800-bc34-057a3bc24755" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1706' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17569' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:47 GMT" + "Mon, 24 Jul 2017 22:46:20 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14993" ], "x-ms-request-id": [ - "3f7e6e4a-9c93-4744-991b-1ff9011670fa" + "d975be0d-ebbf-4bc2-8fad-563a657daecb" ], "x-ms-correlation-request-id": [ - "3f7e6e4a-9c93-4744-991b-1ff9011670fa" + "d975be0d-ebbf-4bc2-8fad-563a657daecb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180848Z:3f7e6e4a-9c93-4744-991b-1ff9011670fa" + "WESTUS:20170724T224621Z:d975be0d-ebbf-4bc2-8fad-563a657daecb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1706?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzA2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17569?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU2OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db60073f-dad2-4e4d-80f8-2a4a66db6052" + "fd9c71cb-781e-4b19-8858-4746379e1f4d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706\",\r\n \"name\": \"datalakerg1706\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569\",\r\n \"name\": \"datalakerg17569\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:49 GMT" + "Mon, 24 Jul 2017 22:46:21 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14992" ], "x-ms-request-id": [ - "6b47d828-1a1b-4e01-8f1d-2c34646b72fe" + "f040a91f-3b1b-4150-9a6a-efd7c0e00baa" ], "x-ms-correlation-request-id": [ - "6b47d828-1a1b-4e01-8f1d-2c34646b72fe" + "f040a91f-3b1b-4150-9a6a-efd7c0e00baa" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180849Z:6b47d828-1a1b-4e01-8f1d-2c34646b72fe" + "WESTUS:20170724T224622Z:f040a91f-3b1b-4150-9a6a-efd7c0e00baa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1706?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzA2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17569?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU2OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "233a7943-30e0-4166-83f0-8d5ffacac862" + "5007fd1d-586b-42a4-9072-7172ff200a02" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706\",\r\n \"name\": \"datalakerg1706\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569\",\r\n \"name\": \"datalakerg17569\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:49 GMT" + "Mon, 24 Jul 2017 22:46:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-request-id": [ - "8af0831a-d287-4a15-858d-48f3ee21e4c5" + "dad46911-e712-49ec-8848-744d847656e7" ], "x-ms-correlation-request-id": [ - "8af0831a-d287-4a15-858d-48f3ee21e4c5" + "dad46911-e712-49ec-8848-744d847656e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180849Z:8af0831a-d287-4a15-858d-48f3ee21e4c5" + "WESTUS:20170724T224622Z:dad46911-e712-49ec-8848-744d847656e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODU5MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgzMDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87548207-2bf3-40a6-8bac-896c989a1573" + "8fe614d4-87b4-4407-9360-9cb07fa50dae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18591' under resource group 'datalakerg1706' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18308' under resource group 'datalakerg17569' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:49 GMT" + "Mon, 24 Jul 2017 22:46:23 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "befc495c-d378-4548-8f60-f74df089cdb1" + "ff235be2-c48c-4a9f-8ddd-efd0b34b0a9b" ], "x-ms-correlation-request-id": [ - "befc495c-d378-4548-8f60-f74df089cdb1" + "ff235be2-c48c-4a9f-8ddd-efd0b34b0a9b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180849Z:befc495c-d378-4548-8f60-f74df089cdb1" + "WESTUS:20170724T224623Z:ff235be2-c48c-4a9f-8ddd-efd0b34b0a9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODU5MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgzMDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18591.azuredatalakestore.net\",\r\n \"accountId\": \"3874953f-b4cb-4503-b1b8-979d053e5f79\",\r\n \"creationTime\": \"2017-03-27T18:08:50.5765104Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:08:50.5765104Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591\",\r\n \"name\": \"testadlfs18591\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18308.azuredatalakestore.net\",\r\n \"accountId\": \"aae1fcae-42f3-47f9-bcbb-19c248fbd8b2\",\r\n \"creationTime\": \"2017-07-24T22:46:29.3139687Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:46:29.3139687Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308\",\r\n \"name\": \"testadlfs18308\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:09:22 GMT" + "Mon, 24 Jul 2017 22:46:56 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d1a2b6a8-32d2-45ba-a941-4672124fd2fb" + "4e730622-8ee0-4bd9-93d8-a86d802e2bd2" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14998" ], "x-ms-correlation-request-id": [ - "b21242fb-177b-4c25-b439-d4ebf85e35ea" + "156f13d6-b59f-477f-99bf-ac70c6262780" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180922Z:b21242fb-177b-4c25-b439-d4ebf85e35ea" + "WESTUS:20170724T224656Z:156f13d6-b59f-477f-99bf-ac70c6262780" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODU5MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgzMDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85e7594d-ec1c-4d3c-a1f1-d63794014c8f" + "3f60d85c-7bc9-40fa-8f9e-31da447d238b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18591.azuredatalakestore.net\",\r\n \"accountId\": \"3874953f-b4cb-4503-b1b8-979d053e5f79\",\r\n \"creationTime\": \"2017-03-27T18:08:50.5765104Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:08:50.5765104Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591\",\r\n \"name\": \"testadlfs18591\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18308.azuredatalakestore.net\",\r\n \"accountId\": \"aae1fcae-42f3-47f9-bcbb-19c248fbd8b2\",\r\n \"creationTime\": \"2017-07-24T22:46:29.3139687Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:46:29.3139687Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308\",\r\n \"name\": \"testadlfs18308\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:09:22 GMT" + "Mon, 24 Jul 2017 22:46:57 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c5ed6e35-63e7-4867-ba3f-1681cc4228b1" + "b356b1d7-f8ee-48af-a46d-64be2fd6649e" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14995" ], "x-ms-correlation-request-id": [ - "1a1d733d-aaea-46b1-af36-a926c3cf6cfb" + "ffd40a01-f085-4816-85a9-413751068567" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180923Z:1a1d733d-aaea-46b1-af36-a926c3cf6cfb" + "WESTUS:20170724T224657Z:ffd40a01-f085-4816-85a9-413751068567" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzA2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxODU5MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgzMDg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "40ba097c-b0cd-4c19-bccf-e83d11418b35" + "f84ac373-c1c6-49e3-9d53-4b955aa42807" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"3874953f-b4cb-4503-b1b8-979d053e5f79\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591\",\r\n \"name\": \"testadlfs18591\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"aae1fcae-42f3-47f9-bcbb-19c248fbd8b2\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308\",\r\n \"name\": \"testadlfs18308\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "420" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:08:51 GMT" + "Mon, 24 Jul 2017 22:46:25 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1706/providers/Microsoft.DataLakeStore/accounts/testadlfs18591/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17569/providers/Microsoft.DataLakeStore/accounts/testadlfs18308/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3874953f-b4cb-4503-b1b8-979d053e5f790?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/aae1fcae-42f3-47f9-bcbb-19c248fbd8b20?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "1362daa2-e829-4a2a-bfc0-24cedbf1f4e8" + "0ed90ac1-e562-4fa4-8e72-e5e3aab701f8" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "d0394223-d8f0-4830-9884-7e23a32b260e" + "5e7ebf58-0a31-4d31-bc48-7b6c5f910341" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180851Z:d0394223-d8f0-4830-9884-7e23a32b260e" + "WESTUS:20170724T224625Z:5e7ebf58-0a31-4d31-bc48-7b6c5f910341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/3874953f-b4cb-4503-b1b8-979d053e5f790?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzM4NzQ5NTNmLWI0Y2ItNDUwMy1iMWI4LTk3OWQwNTNlNWY3OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/aae1fcae-42f3-47f9-bcbb-19c248fbd8b20?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2FhZTFmY2FlLTQyZjMtNDdmOS1iY2JiLTE5YzI0OGZiZDhiMjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:09:21 GMT" + "Mon, 24 Jul 2017 22:46:55 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "62223696-7d64-40a2-9323-f48142590832" + "9f99d67e-799b-4139-89f5-02e3c4a2c7c7" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14999" ], "x-ms-correlation-request-id": [ - "1a85de23-083d-485c-92c2-e1951b68e45c" + "635c5601-dfd7-4216-bb53-f350dd28f05f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180922Z:1a85de23-083d-485c-92c2-e1951b68e45c" + "WESTUS:20170724T224656Z:635c5601-dfd7-4216-bb53-f350dd28f05f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2514?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNTE0P3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2608?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNjA4P3N5bmNGbGFnPURBVEEmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -739,13 +751,14 @@ "0" ], "x-ms-client-request-id": [ - "07adc3ad-c6af-4d47-88cc-6f89b770453e" + "f38835ad-317a-4992-95ab-1da27a4e2b93" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:09:24 GMT" + "Mon, 24 Jul 2017 22:47:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18591.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2514?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs18308.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2608?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "56d47025-c226-4c7c-bf18-d52c66debd3a" + "dfba4c8a-bde5-4f17-95ac-1d4c35036e3d" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2514?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNTE0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2608?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNjA4P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e20eac6f-f43e-4544-b1b5-145ff77abc45" + "d19c7f3b-63e6-4ea5-bacf-33afa2edba6f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638165023,\r\n \"modificationTime\": 1490638165023,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936421064,\r\n \"modificationTime\": 1500936421064,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:09:24 GMT" + "Mon, 24 Jul 2017 22:47:00 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f0e745e0-f085-4ddf-8b56-2e7033c57acf" + "e66bdd04-d17b-4e9b-89ec-2de6c841e7cd" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,8 +858,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2514?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNTE0P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2608?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyNjA4P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -856,16 +870,17 @@ "0" ], "x-ms-client-request-id": [ - "c2e2c48d-2fe1-495f-a756-5897bcca7cfe" + "63b4353f-2aa7-4998-a31c-48fbd6834487" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileAlreadyExistsException\",\r\n \"message\": \"[979ded7f-0103-4a97-8e91-5ed3ac95d78b]][Op=CREATE][[d__30::MoveNext::0x83090009]] Path /SDKTestFolder01/SDKTestFile01.txt2514 already exists\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.FileAlreadyExistsException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileAlreadyExistsException\",\r\n \"message\": \"[65659c82-446f-40ad-9205-e058c62d5b70]][Op=CREATE][[d__35::MoveNext::0x83090009]] Path /SDKTestFolder01/SDKTestFile01.txt2608 already exists\",\r\n \"javaClassName\": \"org.apache.hadoop.fs.FileAlreadyExistsException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "293" @@ -880,16 +895,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:09:24 GMT" + "Mon, 24 Jul 2017 22:47:00 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "979ded7f-0103-4a97-8e91-5ed3ac95d78b" + "65659c82-446f-40ad-9205-e058c62d5b70" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x83090009" @@ -906,15 +921,15 @@ ], "Names": { ".ctor": [ - "datalakerg1706", - "testdatalake17530", - "testadlfs18591" + "datalakerg17569", + "testdatalake1886", + "testadlfs18308" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt2514" + "SDKTestFolder01/SDKTestFile01.txt2608" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json index c75c4d65f560d..aa65c67983726 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFileCreateWithContents.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42269bb6-b8ee-4dd3-9e2a-5674ec4c8e7b" + "1093c322-ef3f-4060-87d2-c485300f1344" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:56 GMT" + "Mon, 24 Jul 2017 22:49:42 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "112dadfa-fe37-4a62-9b8b-79c5781a4b7a" + "0efffdfd-73f0-4193-8238-24e80e60fe7e" ], "x-ms-correlation-request-id": [ - "112dadfa-fe37-4a62-9b8b-79c5781a4b7a" + "0efffdfd-73f0-4193-8238-24e80e60fe7e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181256Z:112dadfa-fe37-4a62-9b8b-79c5781a4b7a" + "WESTUS2:20170724T224942Z:0efffdfd-73f0-4193-8238-24e80e60fe7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53a36968-9fc8-40e8-99de-2179f8f3cd69" + "54cb708f-da6a-4cad-a6a9-a001e7755cfa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:56 GMT" + "Mon, 24 Jul 2017 22:49:42 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14979" ], "x-ms-request-id": [ - "ea394bca-a41f-48e8-8021-51cce8a5589a" + "42e971a9-1ce2-4e0c-884c-86c4d3d0b06e" ], "x-ms-correlation-request-id": [ - "ea394bca-a41f-48e8-8021-51cce8a5589a" + "42e971a9-1ce2-4e0c-884c-86c4d3d0b06e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181256Z:ea394bca-a41f-48e8-8021-51cce8a5589a" + "WESTUS2:20170724T224942Z:42e971a9-1ce2-4e0c-884c-86c4d3d0b06e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08502aa1-9edb-4d81-9f94-59382d10e201" + "49f07e84-ada6-47b7-9549-b71e3048c338" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:57 GMT" + "Mon, 24 Jul 2017 22:49:43 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "2410957d-d7e8-4f12-bfef-033e66ffbdd6" + "f3684059-54fb-4c92-9760-aa2426e92a6d" ], "x-ms-correlation-request-id": [ - "2410957d-d7e8-4f12-bfef-033e66ffbdd6" + "f3684059-54fb-4c92-9760-aa2426e92a6d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181257Z:2410957d-d7e8-4f12-bfef-033e66ffbdd6" + "WESTUS2:20170724T224943Z:f3684059-54fb-4c92-9760-aa2426e92a6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ff8c856-5b6d-4d4a-8f3e-000b7f16d345" + "6bf67a28-c5a1-4539-94c4-5dbe71af136c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:57 GMT" + "Mon, 24 Jul 2017 22:49:43 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14978" ], "x-ms-request-id": [ - "e89857d0-e5f9-4062-b9fd-1ba7984c8737" + "71110386-0cc6-4eea-a22f-f2b7661afd47" ], "x-ms-correlation-request-id": [ - "e89857d0-e5f9-4062-b9fd-1ba7984c8737" + "71110386-0cc6-4eea-a22f-f2b7661afd47" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181257Z:e89857d0-e5f9-4062-b9fd-1ba7984c8737" + "WESTUS2:20170724T224944Z:71110386-0cc6-4eea-a22f-f2b7661afd47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14817?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDgxNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1944?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTQ0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad8e5fe3-c9f9-493e-9f52-2d117dd6acd3" + "10482cf3-1041-4f12-a39b-c794d4a209cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14817' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1944' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:57 GMT" + "Mon, 24 Jul 2017 22:49:44 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14977" ], "x-ms-request-id": [ - "06de7d4e-2092-4216-a332-71b437a62c6a" + "4a4dfb4f-ddb7-4e41-9c12-cc6dc3d39d53" ], "x-ms-correlation-request-id": [ - "06de7d4e-2092-4216-a332-71b437a62c6a" + "4a4dfb4f-ddb7-4e41-9c12-cc6dc3d39d53" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181257Z:06de7d4e-2092-4216-a332-71b437a62c6a" + "WESTUS2:20170724T224944Z:4a4dfb4f-ddb7-4e41-9c12-cc6dc3d39d53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14817?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDgxNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1944?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTQ0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ca9ac75-1e05-477e-a427-9e939f074485" + "4cfab3d3-7fe3-4707-9153-400d172b3561" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817\",\r\n \"name\": \"datalakerg14817\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944\",\r\n \"name\": \"datalakerg1944\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:58 GMT" + "Mon, 24 Jul 2017 22:49:45 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14976" ], "x-ms-request-id": [ - "39f5bfc3-37ef-4463-8796-56693c7b7441" + "0da91937-5a8c-438d-82a3-7b32e0226c1e" ], "x-ms-correlation-request-id": [ - "39f5bfc3-37ef-4463-8796-56693c7b7441" + "0da91937-5a8c-438d-82a3-7b32e0226c1e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181258Z:39f5bfc3-37ef-4463-8796-56693c7b7441" + "WESTUS2:20170724T224945Z:0da91937-5a8c-438d-82a3-7b32e0226c1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14817?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDgxNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1944?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTQ0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "96f043cb-29b0-45e7-8532-d8ca16108522" + "31bdf810-74f5-41d0-947a-129fa730b81a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817\",\r\n \"name\": \"datalakerg14817\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944\",\r\n \"name\": \"datalakerg1944\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:58 GMT" + "Mon, 24 Jul 2017 22:49:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-request-id": [ - "abd3ad93-f544-479a-bb48-90b22a80c07b" + "bedab048-29e6-468c-b3b1-9f6397e5fbef" ], "x-ms-correlation-request-id": [ - "abd3ad93-f544-479a-bb48-90b22a80c07b" + "bedab048-29e6-468c-b3b1-9f6397e5fbef" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181258Z:abd3ad93-f544-479a-bb48-90b22a80c07b" + "WESTUS2:20170724T224945Z:bedab048-29e6-468c-b3b1-9f6397e5fbef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgxNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMzQyNj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "155aaa90-81cc-4d1d-83a2-5ed12643dde2" + "5e73e691-c1a0-49da-99ee-947974da387b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1481' under resource group 'datalakerg14817' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13426' under resource group 'datalakerg1944' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "165" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:12:58 GMT" + "Mon, 24 Jul 2017 22:49:45 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "431e08e2-37ac-4730-a79b-83e22372f936" + "fb8d7843-bd5f-4674-b702-1a6bfe2ac8bd" ], "x-ms-correlation-request-id": [ - "431e08e2-37ac-4730-a79b-83e22372f936" + "fb8d7843-bd5f-4674-b702-1a6bfe2ac8bd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181259Z:431e08e2-37ac-4730-a79b-83e22372f936" + "WESTUS2:20170724T224946Z:fb8d7843-bd5f-4674-b702-1a6bfe2ac8bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgxNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMzQyNj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1481.azuredatalakestore.net\",\r\n \"accountId\": \"4048bc98-800b-409c-b860-db8bfbe1c855\",\r\n \"creationTime\": \"2017-03-27T18:13:01.1649817Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:13:01.1649817Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481\",\r\n \"name\": \"testadlfs1481\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13426.azuredatalakestore.net\",\r\n \"accountId\": \"ac6a7c64-7fb4-4504-83a5-ca47977442ec\",\r\n \"creationTime\": \"2017-07-24T22:49:50.4751299Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:49:50.4751299Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426\",\r\n \"name\": \"testadlfs13426\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:13:32 GMT" + "Mon, 24 Jul 2017 22:50:19 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2cbf4284-7b34-4924-807e-e9d2ebeb5595" + "ccb9c6f6-0799-4a13-b2b9-365da9becd23" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14991" ], "x-ms-correlation-request-id": [ - "b720e0a3-eb1b-4030-8591-e89b57b5e43e" + "4cfc189f-6888-4bbc-bc2d-d3e89136ac0f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181332Z:b720e0a3-eb1b-4030-8591-e89b57b5e43e" + "WESTUS2:20170724T225020Z:4cfc189f-6888-4bbc-bc2d-d3e89136ac0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgxNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMzQyNj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec1060b2-b3b8-4691-8ff5-ec105c03d5df" + "8ab4979a-1826-4fa5-8c6e-779a5fef79f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1481.azuredatalakestore.net\",\r\n \"accountId\": \"4048bc98-800b-409c-b860-db8bfbe1c855\",\r\n \"creationTime\": \"2017-03-27T18:13:01.1649817Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:13:01.1649817Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481\",\r\n \"name\": \"testadlfs1481\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13426.azuredatalakestore.net\",\r\n \"accountId\": \"ac6a7c64-7fb4-4504-83a5-ca47977442ec\",\r\n \"creationTime\": \"2017-07-24T22:49:50.4751299Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:49:50.4751299Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426\",\r\n \"name\": \"testadlfs13426\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:13:32 GMT" + "Mon, 24 Jul 2017 22:50:19 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "735e06d3-2e31-41e7-8e56-d41ad10bc15a" + "0bfdf9c4-f533-4c7b-8595-fcfaef1d5309" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14992" ], "x-ms-correlation-request-id": [ - "5b202160-ecfb-4d2c-80c0-13210b348944" + "0245b064-8a23-4128-a562-326b356f3ba8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181333Z:5b202160-ecfb-4d2c-80c0-13210b348944" + "WESTUS2:20170724T225020Z:0245b064-8a23-4128-a562-326b356f3ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDgxNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQ4MT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxMzQyNj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "c28e13a8-d9b5-442a-bc43-723dfabda140" + "cc5d1ff2-6b71-46da-9512-db81d7b1fdc4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4048bc98-800b-409c-b860-db8bfbe1c855\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481\",\r\n \"name\": \"testadlfs1481\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"ac6a7c64-7fb4-4504-83a5-ca47977442ec\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426\",\r\n \"name\": \"testadlfs13426\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "419" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:13:00 GMT" + "Mon, 24 Jul 2017 22:49:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14817/providers/Microsoft.DataLakeStore/accounts/testadlfs1481/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1944/providers/Microsoft.DataLakeStore/accounts/testadlfs13426/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4048bc98-800b-409c-b860-db8bfbe1c8550?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ac6a7c64-7fb4-4504-83a5-ca47977442ec0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "14456059-7700-4e6d-96b8-958e81ff99da" + "1b3ea847-adb5-4502-b1bc-ccab8af7b3a6" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1196" ], "x-ms-correlation-request-id": [ - "c6ce183e-2695-4bc3-9be6-2642998aa610" + "d6bafad4-3fc9-4d1f-95bd-50a3dfd4b6ee" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181301Z:c6ce183e-2695-4bc3-9be6-2642998aa610" + "WESTUS2:20170724T224948Z:d6bafad4-3fc9-4d1f-95bd-50a3dfd4b6ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4048bc98-800b-409c-b860-db8bfbe1c8550?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQwNDhiYzk4LTgwMGItNDA5Yy1iODYwLWRiOGJmYmUxYzg1NTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ac6a7c64-7fb4-4504-83a5-ca47977442ec0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2FjNmE3YzY0LTdmYjQtNDUwNC04M2E1LWNhNDc5Nzc0NDJlYzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:13:31 GMT" + "Mon, 24 Jul 2017 22:50:18 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2723ee72-fbc3-4ab4-b1d1-31bdf37e70eb" + "c9d35fd7-a06e-4bdd-822b-5f43c6545d66" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14993" ], "x-ms-correlation-request-id": [ - "802af38f-b777-4404-aca6-885fed1972da" + "995712f6-9533-4550-b54c-a1c66336d664" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181331Z:802af38f-b777-4404-aca6-885fed1972da" + "WESTUS2:20170724T225019Z:995712f6-9533-4550-b54c-a1c66336d664" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3576?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNTc2P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7896?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk2P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "303bf950-42dd-4eb6-aa8a-361de7215dd1" + "57ac7976-c835-4349-8030-a0e1cf2b4647" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:13:43 GMT" + "Mon, 24 Jul 2017 22:50:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs1481.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt3576?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs13426.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7896?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "abc9f946-9bac-4ade-b6e0-9ce276d05788" + "670ac5f7-6579-4e44-a28b-ed45f9d71895" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3576?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNTc2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7896?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "448e76fc-9afa-49d1-bbc1-4c17061840d2" + "e7ba6e20-49e8-4001-b6d4-2cc80aff5822" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638423604,\r\n \"modificationTime\": 1490638423659,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936623734,\r\n \"modificationTime\": 1500936623774,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:13:43 GMT" + "Mon, 24 Jul 2017 22:50:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b5854461-0aea-430a-a7f5-d390b6f57a2a" + "749bb9b4-d8dc-46f3-a0ad-12489afec55b" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,19 +858,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3576?op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNTc2P29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7896?read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk2P3JlYWQ9dHJ1ZSZvcD1PUEVOJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62b4f599-324f-41b2-a2b6-7bdfdb772108" + "72903283-f9f8-4490-978f-1d3daa9806ca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -871,7 +886,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:13:43 GMT" + "Mon, 24 Jul 2017 22:50:23 GMT" ], "Pragma": [ "no-cache" @@ -880,10 +895,10 @@ "chunked" ], "x-ms-request-id": [ - "91be6361-9118-4c7a-9ad7-14c0488d3c88" + "eed33bd9-e4c8-4b42-9257-b13862be6480" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -900,15 +915,15 @@ ], "Names": { ".ctor": [ - "datalakerg14817", - "testdatalake16400", - "testadlfs1481" + "datalakerg1944", + "testdatalake16353", + "testadlfs13426" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt3576" + "SDKTestFolder01/SDKTestFile01.txt7896" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json index 73e1d0bca3e0f..0fd7d6af03554 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemFolderCreate.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b60be79-a963-4c1f-9ea7-0e238bb6ffde" + "0a07d658-e630-4e60-876f-98e084b4119d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:15 GMT" + "Mon, 24 Jul 2017 22:45:18 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "50f656eb-66c6-44f5-bf08-b60ab8640384" + "1d1d01e8-dd56-4d51-8b9a-65eb06c05bdc" ], "x-ms-correlation-request-id": [ - "50f656eb-66c6-44f5-bf08-b60ab8640384" + "1d1d01e8-dd56-4d51-8b9a-65eb06c05bdc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180716Z:50f656eb-66c6-44f5-bf08-b60ab8640384" + "WESTUS2:20170724T224518Z:1d1d01e8-dd56-4d51-8b9a-65eb06c05bdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73010744-d956-4ffd-b21e-ef8ad5b968f4" + "3fe7b57d-bad2-4baf-a3bf-69212358e174" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:15 GMT" + "Mon, 24 Jul 2017 22:45:19 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14988" ], "x-ms-request-id": [ - "03d92f9b-6702-4efd-87e9-cabfa632c03d" + "9d942662-8753-4b74-aba7-7ab4f174551c" ], "x-ms-correlation-request-id": [ - "03d92f9b-6702-4efd-87e9-cabfa632c03d" + "9d942662-8753-4b74-aba7-7ab4f174551c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180716Z:03d92f9b-6702-4efd-87e9-cabfa632c03d" + "WESTUS2:20170724T224519Z:9d942662-8753-4b74-aba7-7ab4f174551c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8f44061-e486-4848-ba1e-9667b380d86c" + "6f2e66b1-0d2b-479e-8e07-82d1180d67e9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:16 GMT" + "Mon, 24 Jul 2017 22:45:20 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "c2a209aa-ddf5-4bbd-bcff-e1397dff8e9c" + "e8439191-bf02-4e68-8626-9e90d17b9f88" ], "x-ms-correlation-request-id": [ - "c2a209aa-ddf5-4bbd-bcff-e1397dff8e9c" + "e8439191-bf02-4e68-8626-9e90d17b9f88" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180717Z:c2a209aa-ddf5-4bbd-bcff-e1397dff8e9c" + "WESTUS2:20170724T224520Z:e8439191-bf02-4e68-8626-9e90d17b9f88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9099def9-6814-411a-9d26-d66030572954" + "0cfa3b39-2a50-4428-9ff6-8e7ef3bc3949" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:16 GMT" + "Mon, 24 Jul 2017 22:45:20 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14987" ], "x-ms-request-id": [ - "170111b7-8155-48f9-a56a-779eb90ca19e" + "b66c51a6-92f6-4b3f-a8f7-d40000c0a5b5" ], "x-ms-correlation-request-id": [ - "170111b7-8155-48f9-a56a-779eb90ca19e" + "b66c51a6-92f6-4b3f-a8f7-d40000c0a5b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180717Z:170111b7-8155-48f9-a56a-779eb90ca19e" + "WESTUS2:20170724T224520Z:b66c51a6-92f6-4b3f-a8f7-d40000c0a5b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13083?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzA4Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13016?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzAxNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12883abf-a589-4ac9-b0d2-82d66b22886d" + "115f2612-4cf7-4ba8-8f1d-a424a90e1c06" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13083' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13016' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:16 GMT" + "Mon, 24 Jul 2017 22:45:20 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14986" ], "x-ms-request-id": [ - "ff2c89fb-3a1c-4272-822a-f6c93c3e482a" + "c4e822fe-e5e3-449e-b2e6-943c7119f7b1" ], "x-ms-correlation-request-id": [ - "ff2c89fb-3a1c-4272-822a-f6c93c3e482a" + "c4e822fe-e5e3-449e-b2e6-943c7119f7b1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180717Z:ff2c89fb-3a1c-4272-822a-f6c93c3e482a" + "WESTUS2:20170724T224520Z:c4e822fe-e5e3-449e-b2e6-943c7119f7b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13083?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzA4Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13016?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzAxNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6be4ca29-44cb-4144-8b63-e96763aa8f4b" + "e2b15ca5-e3ef-4b96-ad1e-4477173e2484" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083\",\r\n \"name\": \"datalakerg13083\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016\",\r\n \"name\": \"datalakerg13016\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:17 GMT" + "Mon, 24 Jul 2017 22:45:22 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14985" ], "x-ms-request-id": [ - "7c79029c-e5e6-4e29-b7ea-e8e987eba3b6" + "79ebf493-2501-495e-bfb1-8494d74436e9" ], "x-ms-correlation-request-id": [ - "7c79029c-e5e6-4e29-b7ea-e8e987eba3b6" + "79ebf493-2501-495e-bfb1-8494d74436e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180718Z:7c79029c-e5e6-4e29-b7ea-e8e987eba3b6" + "WESTUS2:20170724T224522Z:79ebf493-2501-495e-bfb1-8494d74436e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13083?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzA4Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13016?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzAxNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "01a79804-6e58-48c7-98b3-0c3f7e04dd86" + "e4cd783d-bc40-4956-bb76-f47227ae027c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083\",\r\n \"name\": \"datalakerg13083\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016\",\r\n \"name\": \"datalakerg13016\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:17 GMT" + "Mon, 24 Jul 2017 22:45:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-request-id": [ - "c2c59780-4052-4bb8-9656-5e6ae887b930" + "30dc6be6-ecd5-4e22-a5bc-4a17046dff03" ], "x-ms-correlation-request-id": [ - "c2c59780-4052-4bb8-9656-5e6ae887b930" + "30dc6be6-ecd5-4e22-a5bc-4a17046dff03" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180718Z:c2c59780-4052-4bb8-9656-5e6ae887b930" + "WESTUS2:20170724T224522Z:30dc6be6-ecd5-4e22-a5bc-4a17046dff03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2MzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMxMjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24ad375d-1257-42bd-83d7-0d64ccc98da2" + "e80be882-d404-4062-85d1-650735129744" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs19631' under resource group 'datalakerg13083' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13129' under resource group 'datalakerg13016' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:07:18 GMT" + "Mon, 24 Jul 2017 22:45:21 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "6f1cce1b-7b4b-42ec-8890-176ad2a2871e" + "21905a77-28a5-4a7c-a970-dc4b7e49349a" ], "x-ms-correlation-request-id": [ - "6f1cce1b-7b4b-42ec-8890-176ad2a2871e" + "21905a77-28a5-4a7c-a970-dc4b7e49349a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180718Z:6f1cce1b-7b4b-42ec-8890-176ad2a2871e" + "WESTUS2:20170724T224522Z:21905a77-28a5-4a7c-a970-dc4b7e49349a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2MzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMxMjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19631.azuredatalakestore.net\",\r\n \"accountId\": \"657758a3-4cde-4870-a40f-75b2045899c1\",\r\n \"creationTime\": \"2017-03-27T18:07:20.334011Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:07:20.334011Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631\",\r\n \"name\": \"testadlfs19631\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13129.azuredatalakestore.net\",\r\n \"accountId\": \"40a3b0f8-ec78-41cb-b544-3910fd89b929\",\r\n \"creationTime\": \"2017-07-24T22:45:25.2645982Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:45:25.2645982Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129\",\r\n \"name\": \"testadlfs13129\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:51 GMT" + "Mon, 24 Jul 2017 22:45:57 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "438d7e0e-2302-43d7-a566-658f096f0c52" + "97d673f8-a248-4741-8cb8-d2d458139ba2" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14985" ], "x-ms-correlation-request-id": [ - "8683040e-3bc1-4857-a66e-13fe2b57aadd" + "45790db2-28bb-4788-b7c7-fe72598cb7e4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180751Z:8683040e-3bc1-4857-a66e-13fe2b57aadd" + "WESTUS2:20170724T224557Z:45790db2-28bb-4788-b7c7-fe72598cb7e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2MzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMxMjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68256672-320c-4fbe-9ac4-c6ed5b4ceb2b" + "165a3e4b-178b-412d-8042-a126a2fa9e36" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19631.azuredatalakestore.net\",\r\n \"accountId\": \"657758a3-4cde-4870-a40f-75b2045899c1\",\r\n \"creationTime\": \"2017-03-27T18:07:20.334011Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:07:20.334011Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631\",\r\n \"name\": \"testadlfs19631\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13129.azuredatalakestore.net\",\r\n \"accountId\": \"40a3b0f8-ec78-41cb-b544-3910fd89b929\",\r\n \"creationTime\": \"2017-07-24T22:45:25.2645982Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:45:25.2645982Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129\",\r\n \"name\": \"testadlfs13129\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:51 GMT" + "Mon, 24 Jul 2017 22:45:58 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e5b791f8-214c-494b-b17e-149780026dc4" + "8a7a6f88-ab58-416f-8e3f-44930a331947" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14954" ], "x-ms-correlation-request-id": [ - "e6d92b49-fcd9-4275-823d-5dadd3e4874e" + "5dc29673-3def-4c0b-a0b9-b8428b073ca5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180752Z:e6d92b49-fcd9-4275-823d-5dadd3e4874e" + "WESTUS2:20170724T224558Z:5dc29673-3def-4c0b-a0b9-b8428b073ca5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk2MzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMxMjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "6aeef5a5-394b-4c98-8146-1ba5117d24b4" + "976e4a84-4f4c-4743-a4cd-e9b80a76621d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"657758a3-4cde-4870-a40f-75b2045899c1\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631\",\r\n \"name\": \"testadlfs19631\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"40a3b0f8-ec78-41cb-b544-3910fd89b929\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129\",\r\n \"name\": \"testadlfs13129\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:20 GMT" + "Mon, 24 Jul 2017 22:45:25 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13083/providers/Microsoft.DataLakeStore/accounts/testadlfs19631/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13016/providers/Microsoft.DataLakeStore/accounts/testadlfs13129/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/657758a3-4cde-4870-a40f-75b2045899c10?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/40a3b0f8-ec78-41cb-b544-3910fd89b9290?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "0ba81da1-2d10-4aed-9ae6-40e2c6ed160a" + "77c74d22-e6c8-493d-930a-120855b6d26b" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "66f53b23-efa0-4401-8354-6fe936d00f61" + "ec2cb85f-8ea6-4805-b730-ca567a7170b0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180720Z:66f53b23-efa0-4401-8354-6fe936d00f61" + "WESTUS2:20170724T224525Z:ec2cb85f-8ea6-4805-b730-ca567a7170b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/657758a3-4cde-4870-a40f-75b2045899c10?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzY1Nzc1OGEzLTRjZGUtNDg3MC1hNDBmLTc1YjIwNDU4OTljMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/40a3b0f8-ec78-41cb-b544-3910fd89b9290?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQwYTNiMGY4LWVjNzgtNDFjYi1iNTQ0LTM5MTBmZDg5YjkyOTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:50 GMT" + "Mon, 24 Jul 2017 22:45:56 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "60a82dc8-a1ff-4ca1-ad10-a7729f4b84d7" + "aba6ce19-007c-4226-a255-83130192d6ca" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14983" ], "x-ms-correlation-request-id": [ - "c3c5cdca-e6c3-4938-bd4e-debcdde8fae3" + "6a30f204-4c62-4b8a-afd7-e7d97ebaf6e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180751Z:c3c5cdca-e6c3-4938-bd4e-debcdde8fae3" + "WESTUS2:20170724T224556Z:6a30f204-4c62-4b8a-afd7-e7d97ebaf6e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,19 +739,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder015154?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTE1ND9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder012202?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjIwMj9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00209ee8-c4f3-405a-9a82-0f12f26d9d4d" + "e5e35c4d-25c9-49ab-8855-01bd9fb823f7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:00 GMT" + "Mon, 24 Jul 2017 22:46:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d301374c-ee54-4bb2-a6ef-59fb4884ef9a" + "891adb83-2c79-4b61-acb8-e243e6c6320e" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -781,22 +794,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder015154?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTE1ND9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder012202?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjIwMj9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3284fded-25c1-4a76-9702-0d3bcdd66c64" + "588949be-65de-44b5-90c1-aeada285baf3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490638080977,\r\n \"modificationTime\": 1490638080977,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500936362086,\r\n \"modificationTime\": 1500936362086,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -811,16 +825,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:00 GMT" + "Mon, 24 Jul 2017 22:46:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "77ad9f9c-c8da-4191-8ad2-c9f5859a1029" + "4ec256f9-3136-4d6a-a445-8bc2b4e96e80" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -837,15 +851,15 @@ ], "Names": { ".ctor": [ - "datalakerg13083", - "testdatalake15290", - "testadlfs19631" + "datalakerg13016", + "testdatalake1413", + "testadlfs13129" ], "CreateFolder": [ - "SDKTestFolder015154" + "SDKTestFolder012202" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json index 76304a9a672dd..818db489cadf0 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAcl.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e8f8b5b-0a3e-486a-9568-64a3c323db44" + "7ebe82ca-a9cf-47cf-bf8a-132d41866015" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:55 GMT" + "Mon, 24 Jul 2017 22:52:30 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-request-id": [ - "d930a750-95c0-4623-b634-f78d4867fe61" + "8bc21858-8a8c-4789-8e4e-29d58cffe236" ], "x-ms-correlation-request-id": [ - "d930a750-95c0-4623-b634-f78d4867fe61" + "8bc21858-8a8c-4789-8e4e-29d58cffe236" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181556Z:d930a750-95c0-4623-b634-f78d4867fe61" + "WESTUS2:20170724T225231Z:8bc21858-8a8c-4789-8e4e-29d58cffe236" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24c605f1-b081-4d54-a15c-a5c7ea3baba5" + "b1d7e4f3-d0af-4ad3-a504-218d25e785c0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:55 GMT" + "Mon, 24 Jul 2017 22:52:30 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14982" ], "x-ms-request-id": [ - "8dcee9f9-1b9b-48bb-b02c-b7ddb40a3a36" + "4ed6193f-bdef-4331-a533-a52b13282d28" ], "x-ms-correlation-request-id": [ - "8dcee9f9-1b9b-48bb-b02c-b7ddb40a3a36" + "4ed6193f-bdef-4331-a533-a52b13282d28" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181556Z:8dcee9f9-1b9b-48bb-b02c-b7ddb40a3a36" + "WESTUS2:20170724T225231Z:4ed6193f-bdef-4331-a533-a52b13282d28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40d4dbc2-11eb-47c4-8037-4a7336970c81" + "67f99a93-658a-4293-ab93-1ea392297896" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:56 GMT" + "Mon, 24 Jul 2017 22:52:32 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-request-id": [ - "829574b2-c853-428d-90fc-5463b3c994da" + "7d50bcf6-3557-4aac-b0eb-c60bd25c2ba1" ], "x-ms-correlation-request-id": [ - "829574b2-c853-428d-90fc-5463b3c994da" + "7d50bcf6-3557-4aac-b0eb-c60bd25c2ba1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181557Z:829574b2-c853-428d-90fc-5463b3c994da" + "WESTUS2:20170724T225232Z:7d50bcf6-3557-4aac-b0eb-c60bd25c2ba1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97c2830e-7b3d-4213-a7a0-5cfd423fb052" + "b185ff8d-5ba2-45a1-b773-dda2479fe100" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:56 GMT" + "Mon, 24 Jul 2017 22:52:32 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14981" ], "x-ms-request-id": [ - "93dc8001-77f6-45f5-8094-95c013ae7fa4" + "c894bab9-a526-49a6-aec1-ffe3b7fb6b05" ], "x-ms-correlation-request-id": [ - "93dc8001-77f6-45f5-8094-95c013ae7fa4" + "c894bab9-a526-49a6-aec1-ffe3b7fb6b05" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181557Z:93dc8001-77f6-45f5-8094-95c013ae7fa4" + "WESTUS2:20170724T225232Z:c894bab9-a526-49a6-aec1-ffe3b7fb6b05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14527?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDUyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg12096?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjA5Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5278b31b-abb6-45e8-8666-edde6a5060f0" + "8a609db4-6ddb-48c4-bec9-ab2179bfd259" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14527' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12096' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:56 GMT" + "Mon, 24 Jul 2017 22:52:32 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14980" ], "x-ms-request-id": [ - "25e74920-eadb-4f23-b9d8-8456cd944f96" + "6ca25777-dc37-4e94-99cc-abdc0b96ee95" ], "x-ms-correlation-request-id": [ - "25e74920-eadb-4f23-b9d8-8456cd944f96" + "6ca25777-dc37-4e94-99cc-abdc0b96ee95" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181557Z:25e74920-eadb-4f23-b9d8-8456cd944f96" + "WESTUS2:20170724T225232Z:6ca25777-dc37-4e94-99cc-abdc0b96ee95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14527?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDUyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg12096?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjA5Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "009863ae-fe7e-476e-853c-caca703e1cd3" + "c592ae4d-6478-4cb7-acf5-0c04b458d5c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527\",\r\n \"name\": \"datalakerg14527\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096\",\r\n \"name\": \"datalakerg12096\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:58 GMT" + "Mon, 24 Jul 2017 22:52:33 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14979" ], "x-ms-request-id": [ - "758bcf4c-6994-4a8b-babc-5ba84d524fee" + "4f1977cc-cb13-4fc2-8a14-826eced3cc7f" ], "x-ms-correlation-request-id": [ - "758bcf4c-6994-4a8b-babc-5ba84d524fee" + "4f1977cc-cb13-4fc2-8a14-826eced3cc7f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181558Z:758bcf4c-6994-4a8b-babc-5ba84d524fee" + "WESTUS2:20170724T225233Z:4f1977cc-cb13-4fc2-8a14-826eced3cc7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14527?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDUyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg12096?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjA5Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "1704fcb8-73c3-4333-b454-3a8f760229e9" + "134019bc-92e3-4aa8-8415-9430444af989" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527\",\r\n \"name\": \"datalakerg14527\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096\",\r\n \"name\": \"datalakerg12096\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:58 GMT" + "Mon, 24 Jul 2017 22:52:33 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-request-id": [ - "2e330e09-c1b7-4721-98cf-0ced12d6c064" + "62993b72-7ac0-4212-a264-7ca16ddc52ad" ], "x-ms-correlation-request-id": [ - "2e330e09-c1b7-4721-98cf-0ced12d6c064" + "62993b72-7ac0-4212-a264-7ca16ddc52ad" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181558Z:2e330e09-c1b7-4721-98cf-0ced12d6c064" + "WESTUS2:20170724T225233Z:62993b72-7ac0-4212-a264-7ca16ddc52ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDUyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcwMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjA5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8f066da-7f05-40e1-b07a-2e8ada13903c" + "fc1b7e0b-0073-49a1-9673-2578996ff05d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17001' under resource group 'datalakerg14527' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11846' under resource group 'datalakerg12096' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:15:58 GMT" + "Mon, 24 Jul 2017 22:52:33 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "63fa7a75-bc9a-409c-88a7-aa0f6b8afb01" + "2f37f669-c43f-4170-a107-b3c65b6c81d0" ], "x-ms-correlation-request-id": [ - "63fa7a75-bc9a-409c-88a7-aa0f6b8afb01" + "2f37f669-c43f-4170-a107-b3c65b6c81d0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181559Z:63fa7a75-bc9a-409c-88a7-aa0f6b8afb01" + "WESTUS2:20170724T225234Z:2f37f669-c43f-4170-a107-b3c65b6c81d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDUyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcwMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjA5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17001.azuredatalakestore.net\",\r\n \"accountId\": \"f3b263e2-1030-420a-a915-5a4e766c920f\",\r\n \"creationTime\": \"2017-03-27T18:16:00.7059962Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:16:00.7059962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001\",\r\n \"name\": \"testadlfs17001\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11846.azuredatalakestore.net\",\r\n \"accountId\": \"170495b4-cea1-489b-8caa-7d32eae29c6a\",\r\n \"creationTime\": \"2017-07-24T22:52:37.4822029Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:52:37.4822029Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846\",\r\n \"name\": \"testadlfs11846\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:16:31 GMT" + "Mon, 24 Jul 2017 22:53:07 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a16ee601-9def-494c-a888-0ce74a7654ff" + "fc54c710-f8b1-4664-a0b6-826faf856265" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14894" ], "x-ms-correlation-request-id": [ - "1ab99c60-10a4-49c9-ab37-925a6d4ad543" + "9d194ddc-938a-491f-9eb9-3c8de1772126" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181632Z:1ab99c60-10a4-49c9-ab37-925a6d4ad543" + "WESTUS2:20170724T225307Z:9d194ddc-938a-491f-9eb9-3c8de1772126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDUyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcwMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjA5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb4137ee-d95c-456c-a15e-f78845142a4a" + "cb1681b0-b825-4e19-88a1-c5f4c4d6d879" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17001.azuredatalakestore.net\",\r\n \"accountId\": \"f3b263e2-1030-420a-a915-5a4e766c920f\",\r\n \"creationTime\": \"2017-03-27T18:16:00.7059962Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:16:00.7059962Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001\",\r\n \"name\": \"testadlfs17001\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11846.azuredatalakestore.net\",\r\n \"accountId\": \"170495b4-cea1-489b-8caa-7d32eae29c6a\",\r\n \"creationTime\": \"2017-07-24T22:52:37.4822029Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:52:37.4822029Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846\",\r\n \"name\": \"testadlfs11846\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:16:32 GMT" + "Mon, 24 Jul 2017 22:53:08 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c4bd9baa-2527-48f5-9232-e1d2332b0cfd" + "fccf932a-2fc0-4029-b906-a717f5295c47" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14985" ], "x-ms-correlation-request-id": [ - "e6660439-9762-4eae-a059-411e08e7e010" + "8494efa4-39a9-4e34-9978-e38f2f8c5031" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181632Z:e6660439-9762-4eae-a059-411e08e7e010" + "WESTUS2:20170724T225308Z:8494efa4-39a9-4e34-9978-e38f2f8c5031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDUyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTcwMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjA5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE4NDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "5c0d3cf4-20cc-412d-a8fa-3de055e3074a" + "aff678ca-0dcd-4011-a0af-8f43bb0206b2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"f3b263e2-1030-420a-a915-5a4e766c920f\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001\",\r\n \"name\": \"testadlfs17001\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"170495b4-cea1-489b-8caa-7d32eae29c6a\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846\",\r\n \"name\": \"testadlfs11846\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:16:00 GMT" + "Mon, 24 Jul 2017 22:52:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg14527/providers/Microsoft.DataLakeStore/accounts/testadlfs17001/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg12096/providers/Microsoft.DataLakeStore/accounts/testadlfs11846/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f3b263e2-1030-420a-a915-5a4e766c920f0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/170495b4-cea1-489b-8caa-7d32eae29c6a0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "069dab42-9943-4367-9520-604bfa1c5cc1" + "4b261fba-1648-4c3d-a7f5-e92175a68112" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1194" ], "x-ms-correlation-request-id": [ - "e6f6d3f0-3649-4d97-9a9d-f00c8e11123b" + "0a94cc7d-6297-4cfa-a234-6aa260446062" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181601Z:e6f6d3f0-3649-4d97-9a9d-f00c8e11123b" + "WESTUS2:20170724T225236Z:0a94cc7d-6297-4cfa-a234-6aa260446062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f3b263e2-1030-420a-a915-5a4e766c920f0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2YzYjI2M2UyLTEwMzAtNDIwYS1hOTE1LTVhNGU3NjZjOTIwZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/170495b4-cea1-489b-8caa-7d32eae29c6a0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzE3MDQ5NWI0LWNlYTEtNDg5Yi04Y2FhLTdkMzJlYWUyOWM2YTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:16:30 GMT" + "Mon, 24 Jul 2017 22:53:06 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "98ff12e2-5088-4bcb-9d91-a8850644988b" + "ea864baf-4068-4989-8b6c-53bdbe685203" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14982" ], "x-ms-correlation-request-id": [ - "d6ce0104-48a8-46a7-b19a-b64f25e13eb6" + "fead7536-f89d-4dc0-bbea-e2e8ea0adae4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181631Z:d6ce0104-48a8-46a7-b19a-b64f25e13eb6" + "WESTUS2:20170724T225307Z:fead7536-f89d-4dc0-bbea-e2e8ea0adae4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -733,16 +745,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3573bb4d-af4b-4478-8483-6571a6c71f76" + "460a2130-2240-488c-ae34-052d11a6f758" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:16:33 GMT" + "Mon, 24 Jul 2017 22:53:11 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "cba65d51-6698-4146-9423-1576cdca309b" + "ff4e966c-4815-40c5-a036-13f7a88f6d97" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -783,12 +796,12 @@ ], "Names": { ".ctor": [ - "datalakerg14527", - "testdatalake1594", - "testadlfs17001" + "datalakerg12096", + "testdatalake14282", + "testadlfs11846" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json index a6eaaac692adb..2f1c3cfc7b83a 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetAndSetAcl.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "477a69bf-b6a0-426b-984a-f408adef1905" + "3c0555d1-3632-4e2e-b7f5-6157656ccd3a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:27 GMT" + "Mon, 24 Jul 2017 22:53:35 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1195" ], "x-ms-request-id": [ - "6bd571da-eed2-4a08-8a2a-83f712d4b06b" + "c627a3ed-5668-4484-b277-b1fc3affe10d" ], "x-ms-correlation-request-id": [ - "6bd571da-eed2-4a08-8a2a-83f712d4b06b" + "c627a3ed-5668-4484-b277-b1fc3affe10d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190828Z:6bd571da-eed2-4a08-8a2a-83f712d4b06b" + "WESTUS2:20170724T225335Z:c627a3ed-5668-4484-b277-b1fc3affe10d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "450da46c-4212-494c-b77b-ea0db86b9200" + "77171b35-550d-4b08-87bc-2b460c0f7ff6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:27 GMT" + "Mon, 24 Jul 2017 22:53:35 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14981" ], "x-ms-request-id": [ - "6610abb0-4124-461b-a0e0-ece2741244b6" + "1cd2b4f8-a3ae-44ec-a599-9d8e8b70d871" ], "x-ms-correlation-request-id": [ - "6610abb0-4124-461b-a0e0-ece2741244b6" + "1cd2b4f8-a3ae-44ec-a599-9d8e8b70d871" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190828Z:6610abb0-4124-461b-a0e0-ece2741244b6" + "WESTUS2:20170724T225336Z:1cd2b4f8-a3ae-44ec-a599-9d8e8b70d871" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d6a0562-4911-4ddb-9e37-ed87446b4c95" + "ea47eef6-fb12-4589-9342-9dc9c2d97d53" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:28 GMT" + "Mon, 24 Jul 2017 22:53:36 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1194" ], "x-ms-request-id": [ - "38f4799c-66c2-40de-9abd-2a9457bb8c37" + "357e8208-d0f8-4811-9d8f-8c10153fb657" ], "x-ms-correlation-request-id": [ - "38f4799c-66c2-40de-9abd-2a9457bb8c37" + "357e8208-d0f8-4811-9d8f-8c10153fb657" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190829Z:38f4799c-66c2-40de-9abd-2a9457bb8c37" + "WESTUS2:20170724T225337Z:357e8208-d0f8-4811-9d8f-8c10153fb657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "195bc808-9977-419c-bef6-b2b222fc4d06" + "cfe13613-85ce-4cc5-84c2-ec4f1b97863d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:28 GMT" + "Mon, 24 Jul 2017 22:53:37 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14980" ], "x-ms-request-id": [ - "d6c02bad-696e-43cb-b18d-0cfa5eb7ebed" + "acf419fe-b5b2-4c4b-a394-c25500ee309b" ], "x-ms-correlation-request-id": [ - "d6c02bad-696e-43cb-b18d-0cfa5eb7ebed" + "acf419fe-b5b2-4c4b-a394-c25500ee309b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190829Z:d6c02bad-696e-43cb-b18d-0cfa5eb7ebed" + "WESTUS2:20170724T225337Z:acf419fe-b5b2-4c4b-a394-c25500ee309b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16813?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjgxMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11347?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc18231d-ba09-423e-b5c5-2f4569e27382" + "5d052bd0-6ba6-471f-8023-d61a923fb550" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16813' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11347' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:28 GMT" + "Mon, 24 Jul 2017 22:53:37 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14979" ], "x-ms-request-id": [ - "fe0cdc10-e254-4cd6-aab7-fa785d043e13" + "7fba38ee-44a3-4085-9e10-24557a9049b1" ], "x-ms-correlation-request-id": [ - "fe0cdc10-e254-4cd6-aab7-fa785d043e13" + "7fba38ee-44a3-4085-9e10-24557a9049b1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190829Z:fe0cdc10-e254-4cd6-aab7-fa785d043e13" + "WESTUS2:20170724T225337Z:7fba38ee-44a3-4085-9e10-24557a9049b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16813?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjgxMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11347?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ba18318-70b5-4dd6-b69a-5e5d75277f91" + "e14926b6-a0c9-416e-a83d-d9d0a0e6e3e0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813\",\r\n \"name\": \"datalakerg16813\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347\",\r\n \"name\": \"datalakerg11347\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:29 GMT" + "Mon, 24 Jul 2017 22:53:38 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14978" ], "x-ms-request-id": [ - "0e748bd8-1e29-4e8c-b5db-0e2e8609b1c7" + "e722a418-91da-4e98-a760-4be1218b5594" ], "x-ms-correlation-request-id": [ - "0e748bd8-1e29-4e8c-b5db-0e2e8609b1c7" + "e722a418-91da-4e98-a760-4be1218b5594" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190829Z:0e748bd8-1e29-4e8c-b5db-0e2e8609b1c7" + "WESTUS2:20170724T225338Z:e722a418-91da-4e98-a760-4be1218b5594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16813?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjgxMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11347?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "97fcc17d-d30e-4630-9bac-c459f5830f8a" + "7f019a6e-1483-40a6-928b-abc758f48d63" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813\",\r\n \"name\": \"datalakerg16813\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347\",\r\n \"name\": \"datalakerg11347\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:29 GMT" + "Mon, 24 Jul 2017 22:53:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1193" ], "x-ms-request-id": [ - "cf98c0e6-e10e-4484-81e2-477d028bd966" + "639bc36a-1b4a-476b-b7fd-5d9bf1a23098" ], "x-ms-correlation-request-id": [ - "cf98c0e6-e10e-4484-81e2-477d028bd966" + "639bc36a-1b4a-476b-b7fd-5d9bf1a23098" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190829Z:cf98c0e6-e10e-4484-81e2-477d028bd966" + "WESTUS2:20170724T225338Z:639bc36a-1b4a-476b-b7fd-5d9bf1a23098" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjgxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk4NjI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIzMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fc08974-041d-4959-bea2-44358ff4b2e0" + "ccbda714-0270-4def-bfa6-61a8fc6b0c24" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs19862' under resource group 'datalakerg16813' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12337' under resource group 'datalakerg11347' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:08:29 GMT" + "Mon, 24 Jul 2017 22:53:38 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "86f78131-ce9c-47af-a6b2-3ed436809410" + "2bc594f5-260c-48d4-bb1c-32810dd9bc96" ], "x-ms-correlation-request-id": [ - "86f78131-ce9c-47af-a6b2-3ed436809410" + "2bc594f5-260c-48d4-bb1c-32810dd9bc96" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190830Z:86f78131-ce9c-47af-a6b2-3ed436809410" + "WESTUS2:20170724T225339Z:2bc594f5-260c-48d4-bb1c-32810dd9bc96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjgxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk4NjI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIzMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19862.azuredatalakestore.net\",\r\n \"accountId\": \"43bbe7d5-eaa9-411a-ac45-cf55c33a255e\",\r\n \"creationTime\": \"2017-03-27T19:08:32.5997652Z\",\r\n \"lastModifiedTime\": \"2017-03-27T19:08:32.5997652Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862\",\r\n \"name\": \"testadlfs19862\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12337.azuredatalakestore.net\",\r\n \"accountId\": \"4944ad1c-c97e-43c7-bc34-26557e1ac9ad\",\r\n \"creationTime\": \"2017-07-24T22:53:41.6916495Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:53:41.6916495Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337\",\r\n \"name\": \"testadlfs12337\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:09:03 GMT" + "Mon, 24 Jul 2017 22:54:12 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f3c4094d-6eb0-4036-baf4-0773d18b62e2" + "a235a624-ee47-423f-a21b-a191adab9d34" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14984" ], "x-ms-correlation-request-id": [ - "cace3c4a-e32d-4cbc-93fb-6351f72c03d9" + "76c8771c-4cee-411f-916a-775833bd0577" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190903Z:cace3c4a-e32d-4cbc-93fb-6351f72c03d9" + "WESTUS2:20170724T225413Z:76c8771c-4cee-411f-916a-775833bd0577" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjgxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk4NjI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIzMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f47024b-43c2-4a57-b9ef-e12612c8b778" + "19ee91f3-045f-4f94-bdd7-b805f222a220" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs19862.azuredatalakestore.net\",\r\n \"accountId\": \"43bbe7d5-eaa9-411a-ac45-cf55c33a255e\",\r\n \"creationTime\": \"2017-03-27T19:08:32.5997652Z\",\r\n \"lastModifiedTime\": \"2017-03-27T19:08:32.5997652Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862\",\r\n \"name\": \"testadlfs19862\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12337.azuredatalakestore.net\",\r\n \"accountId\": \"4944ad1c-c97e-43c7-bc34-26557e1ac9ad\",\r\n \"creationTime\": \"2017-07-24T22:53:41.6916495Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:53:41.6916495Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337\",\r\n \"name\": \"testadlfs12337\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:09:03 GMT" + "Mon, 24 Jul 2017 22:54:13 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9f3ad3da-c8e1-4b3a-9936-894caae751f3" + "7ea047a3-e723-4737-b008-6bd06b5a9ab9" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14980" ], "x-ms-correlation-request-id": [ - "01fef869-e2a1-455d-b54b-e35137f50222" + "d006fd12-e9ee-4813-8a44-b2deb4a62105" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190904Z:01fef869-e2a1-455d-b54b-e35137f50222" + "WESTUS2:20170724T225413Z:d006fd12-e9ee-4813-8a44-b2deb4a62105" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjgxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk4NjI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTIzMzc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "f9207428-a58b-4635-8159-c8b1fbf0d5dd" + "b34e3bf4-6615-4d6e-9901-7dec8d0c7284" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"43bbe7d5-eaa9-411a-ac45-cf55c33a255e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862\",\r\n \"name\": \"testadlfs19862\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4944ad1c-c97e-43c7-bc34-26557e1ac9ad\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337\",\r\n \"name\": \"testadlfs12337\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:08:31 GMT" + "Mon, 24 Jul 2017 22:53:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16813/providers/Microsoft.DataLakeStore/accounts/testadlfs19862/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11347/providers/Microsoft.DataLakeStore/accounts/testadlfs12337/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/43bbe7d5-eaa9-411a-ac45-cf55c33a255e0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4944ad1c-c97e-43c7-bc34-26557e1ac9ad0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "ebf26751-1a2a-41c2-abd5-740b49908ebb" + "7ea408f9-52a2-4fe1-8b14-fa3820791cd9" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "41ae4bcb-f9ea-4161-8451-6cfc598cb6e5" + "48ea40fc-eadd-4dfe-8bac-2fff6bc6e376" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190832Z:41ae4bcb-f9ea-4161-8451-6cfc598cb6e5" + "WESTUS2:20170724T225341Z:48ea40fc-eadd-4dfe-8bac-2fff6bc6e376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/43bbe7d5-eaa9-411a-ac45-cf55c33a255e0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQzYmJlN2Q1LWVhYTktNDExYS1hYzQ1LWNmNTVjMzNhMjU1ZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4944ad1c-c97e-43c7-bc34-26557e1ac9ad0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzQ5NDRhZDFjLWM5N2UtNDNjNy1iYzM0LTI2NTU3ZTFhYzlhZDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:09:02 GMT" + "Mon, 24 Jul 2017 22:54:10 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0afe3a77-e16d-4ee3-971c-eb1e518819bb" + "3b9cbe08-61b5-42a1-a6f8-84096009be41" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14971" ], "x-ms-correlation-request-id": [ - "fb9be0c9-7386-4250-bc71-b1b1e9841e7f" + "c4bda938-ff28-4488-b861-e8ad9c4f0570" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T190902Z:fb9be0c9-7386-4250-bc71-b1b1e9841e7f" + "WESTUS2:20170724T225411Z:c4bda938-ff28-4488-b861-e8ad9c4f0570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -733,16 +745,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7fdb636-65ce-44fe-9b05-173bc50eb474" + "2de744ee-3403-4ba4-b030-c316b6eee822" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:09:25 GMT" + "Mon, 24 Jul 2017 22:54:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fc4556e4-0546-4815-910a-3781775902c5" + "88464808-d29f-43d8-9ebd-d6d6965b48a1" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -787,16 +800,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3bf8c1b-e6b5-4159-ba61-e4eacc618dd7" + "8c82568a-4eb0-4e20-9d6d-611c30e64f27" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"777\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"777\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -811,16 +825,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:09:25 GMT" + "Mon, 24 Jul 2017 22:54:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a0458e86-254d-43de-9112-0f3c562d712d" + "0c5879a6-4785-484c-979b-6275fddfaf20" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -841,16 +855,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93b2c301-618c-4f92-a642-3cc21a87fe6b" + "9f471642-ad66-444d-a240-a92375a38486" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -865,16 +880,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:09:26 GMT" + "Mon, 24 Jul 2017 22:54:17 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "595b245b-d086-4018-8630-1cbafa649af7" + "dda53e70-7ed5-4e2a-98f0-64d4ba5191ad" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -895,13 +910,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f27a476d-f2c8-4ca4-abaa-32f9acb6fcf2" + "7620df0a-f574-4f24-a859-4d852aab1d22" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -916,19 +932,19 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:09:25 GMT" + "Mon, 24 Jul 2017 22:54:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a841cebe-2532-4a93-a542-abe89aef7eb9" + "9ca6a877-8efe-4666-9c3b-e990f6d46ffa" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -949,13 +965,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b888e981-a2b9-4442-a997-bbadc877b3b9" + "d276342e-113e-4bf5-8630-947afb7e1192" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -970,16 +987,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:09:26 GMT" + "Mon, 24 Jul 2017 22:54:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fccd979a-5cce-47a8-bd7e-11826508a087" + "1dc3fc15-9092-40d0-b393-1805293e6cce" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1000,13 +1017,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc5c853-adc9-45d3-acba-d699ebb257b6" + "4fca4ba0-2a01-467a-a9b2-658f690eb945" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1021,19 +1039,19 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:09:26 GMT" + "Mon, 24 Jul 2017 22:54:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "be449077-e114-4dcf-a8f7-0b361ec33d20" + "14e6cf91-c42b-4ef6-b04a-ae83a4d6b332" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1050,12 +1068,12 @@ ], "Names": { ".ctor": [ - "datalakerg16813", - "testdatalake11315", - "testadlfs19862" + "datalakerg11347", + "testdatalake12502", + "testadlfs12337" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetContentSummaryForFileAndFolder.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetContentSummaryForFileAndFolder.json index 1f9dfc9ded740..0b593c6efa25d 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetContentSummaryForFileAndFolder.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetContentSummaryForFileAndFolder.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ac55dfe-7914-4e9c-bad8-f7ce0c66d98a" + "a92db8f2-912a-49b1-8968-c2cfe5b6b46a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:54 GMT" + "Mon, 24 Jul 2017 22:58:30 GMT" ], "Pragma": [ "no-cache" @@ -43,13 +44,13 @@ "1198" ], "x-ms-request-id": [ - "a8ed5ce5-1001-45a4-b549-c4aea84c4255" + "4a4f1835-4c9b-49dd-97c3-98cf5642202d" ], "x-ms-correlation-request-id": [ - "a8ed5ce5-1001-45a4-b549-c4aea84c4255" + "4a4f1835-4c9b-49dd-97c3-98cf5642202d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182255Z:a8ed5ce5-1001-45a4-b549-c4aea84c4255" + "WESTUS:20170724T225831Z:4a4f1835-4c9b-49dd-97c3-98cf5642202d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebb6be0e-82af-46f8-859d-7f5262487ae0" + "76c76a31-22d2-466f-ad94-53bca3c51df2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:54 GMT" + "Mon, 24 Jul 2017 22:58:30 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14873" ], "x-ms-request-id": [ - "61f07101-f069-44d3-937e-e4e4ab5d2965" + "48c388b3-747c-4edd-a912-8ce504da1ee2" ], "x-ms-correlation-request-id": [ - "61f07101-f069-44d3-937e-e4e4ab5d2965" + "48c388b3-747c-4edd-a912-8ce504da1ee2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182255Z:61f07101-f069-44d3-937e-e4e4ab5d2965" + "WESTUS:20170724T225831Z:48c388b3-747c-4edd-a912-8ce504da1ee2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7cd0a7a-3eb9-4200-b5e9-e0483f2aa556" + "3b864a18-585c-4df9-9193-27b521f5aabf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:55 GMT" + "Mon, 24 Jul 2017 22:58:32 GMT" ], "Pragma": [ "no-cache" @@ -154,13 +157,13 @@ "1197" ], "x-ms-request-id": [ - "66e967cc-48d0-477d-bf43-3fe3fe642572" + "7bd4dd3a-3759-44b8-9f4f-d1f9600dc9fc" ], "x-ms-correlation-request-id": [ - "66e967cc-48d0-477d-bf43-3fe3fe642572" + "7bd4dd3a-3759-44b8-9f4f-d1f9600dc9fc" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182256Z:66e967cc-48d0-477d-bf43-3fe3fe642572" + "WESTUS:20170724T225832Z:7bd4dd3a-3759-44b8-9f4f-d1f9600dc9fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4860d8a3-6ea2-47a7-aa64-545958bd3765" + "6adb29c1-a424-4212-9e4e-2c12b0a0dd4f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:55 GMT" + "Mon, 24 Jul 2017 22:58:33 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14872" ], "x-ms-request-id": [ - "4799ddd2-ea12-41c3-ac90-57f65e9806ff" + "cdc74cda-5254-43ea-a395-cceb5e63ab35" ], "x-ms-correlation-request-id": [ - "4799ddd2-ea12-41c3-ac90-57f65e9806ff" + "cdc74cda-5254-43ea-a395-cceb5e63ab35" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182256Z:4799ddd2-ea12-41c3-ac90-57f65e9806ff" + "WESTUS:20170724T225833Z:cdc74cda-5254-43ea-a395-cceb5e63ab35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13118?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzExOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14699?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDY5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "271573d1-0da4-464d-a8f0-db0f531a6417" + "8865a23f-3909-4853-b046-0402e35bd39d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13118' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg14699' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:56 GMT" + "Mon, 24 Jul 2017 22:58:33 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14871" ], "x-ms-request-id": [ - "264e11e2-1065-48d9-afae-17df6bf6aac6" + "7ec0c8c3-41f6-4c00-a253-1789fe6e3224" ], "x-ms-correlation-request-id": [ - "264e11e2-1065-48d9-afae-17df6bf6aac6" + "7ec0c8c3-41f6-4c00-a253-1789fe6e3224" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182256Z:264e11e2-1065-48d9-afae-17df6bf6aac6" + "WESTUS:20170724T225833Z:7ec0c8c3-41f6-4c00-a253-1789fe6e3224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13118?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzExOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14699?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDY5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6b52003-3cb6-4b1b-9067-7514b70a795b" + "ab0387b5-75f2-44ee-842b-806bf3951969" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118\",\r\n \"name\": \"datalakerg13118\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699\",\r\n \"name\": \"datalakerg14699\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:57 GMT" + "Mon, 24 Jul 2017 22:58:34 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14870" ], "x-ms-request-id": [ - "50962f96-8a50-414e-be5c-8cb2b26722a2" + "495b4366-0fc9-4d8f-a92e-f2d94bbac4a2" ], "x-ms-correlation-request-id": [ - "50962f96-8a50-414e-be5c-8cb2b26722a2" + "495b4366-0fc9-4d8f-a92e-f2d94bbac4a2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182257Z:50962f96-8a50-414e-be5c-8cb2b26722a2" + "WESTUS:20170724T225834Z:495b4366-0fc9-4d8f-a92e-f2d94bbac4a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13118?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzExOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14699?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDY5OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "26c7a801-a82b-4db6-a20f-d1bbeed660d9" + "d56351aa-f052-42f3-ad6d-b73ae6a32dc6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118\",\r\n \"name\": \"datalakerg13118\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699\",\r\n \"name\": \"datalakerg14699\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,7 +377,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:57 GMT" + "Mon, 24 Jul 2017 22:58:34 GMT" ], "Pragma": [ "no-cache" @@ -379,13 +386,13 @@ "1196" ], "x-ms-request-id": [ - "5d1a2ab1-c6aa-417d-9f4e-05ee7c1f6c8c" + "fbdba0db-6a7d-407a-a6b5-dcdc5c2366ae" ], "x-ms-correlation-request-id": [ - "5d1a2ab1-c6aa-417d-9f4e-05ee7c1f6c8c" + "fbdba0db-6a7d-407a-a6b5-dcdc5c2366ae" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182257Z:5d1a2ab1-c6aa-417d-9f4e-05ee7c1f6c8c" + "WESTUS:20170724T225834Z:fbdba0db-6a7d-407a-a6b5-dcdc5c2366ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzExOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMDQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU0NzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cb024eb-4e3d-4fd5-9eaa-e7de41badd07" + "54e52b51-8207-489e-a9da-22cd63e7afba" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18004' under resource group 'datalakerg13118' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15474' under resource group 'datalakerg14699' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:57 GMT" + "Mon, 24 Jul 2017 22:58:35 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "dd685461-409f-4035-a6ed-a18b23e5e9fa" + "9094f9bb-589c-4014-83e0-8bc2e2fa108c" ], "x-ms-correlation-request-id": [ - "dd685461-409f-4035-a6ed-a18b23e5e9fa" + "9094f9bb-589c-4014-83e0-8bc2e2fa108c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182257Z:dd685461-409f-4035-a6ed-a18b23e5e9fa" + "WESTUS:20170724T225835Z:9094f9bb-589c-4014-83e0-8bc2e2fa108c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzExOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMDQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU0NzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18004.azuredatalakestore.net\",\r\n \"accountId\": \"eb60d09d-9f0c-485c-8900-3034dba461b4\",\r\n \"creationTime\": \"2017-03-27T18:22:58.067748Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:22:58.067748Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004\",\r\n \"name\": \"testadlfs18004\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15474.azuredatalakestore.net\",\r\n \"accountId\": \"b6832619-ddde-446e-9c61-1e6ab16e15af\",\r\n \"creationTime\": \"2017-07-24T22:58:39.8699561Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:58:39.8699561Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474\",\r\n \"name\": \"testadlfs15474\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:23:29 GMT" + "Mon, 24 Jul 2017 22:59:08 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ecc27cdf-c73b-4936-8d1a-58af70d7c656" + "ba356c9b-b685-4f6a-938b-3ae6070b3b7d" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14991" ], "x-ms-correlation-request-id": [ - "7182f2e5-12b4-4237-b42c-8b26e54c2c4e" + "e50bfd27-8efe-4532-94e1-443c06210ddb" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182330Z:7182f2e5-12b4-4237-b42c-8b26e54c2c4e" + "WESTUS:20170724T225908Z:e50bfd27-8efe-4532-94e1-443c06210ddb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzExOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMDQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU0NzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b2d9b68-6344-4c54-bdb4-e6c24f745597" + "15fcaea5-fb2d-45a6-9390-ca6bff96849d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18004.azuredatalakestore.net\",\r\n \"accountId\": \"eb60d09d-9f0c-485c-8900-3034dba461b4\",\r\n \"creationTime\": \"2017-03-27T18:22:58.067748Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:22:58.067748Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004\",\r\n \"name\": \"testadlfs18004\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15474.azuredatalakestore.net\",\r\n \"accountId\": \"b6832619-ddde-446e-9c61-1e6ab16e15af\",\r\n \"creationTime\": \"2017-07-24T22:58:39.8699561Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:58:39.8699561Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474\",\r\n \"name\": \"testadlfs15474\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:23:30 GMT" + "Mon, 24 Jul 2017 22:59:09 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c0c869c6-48ae-4777-ae52-7e59b1f6d768" + "a9eb8e19-c3e2-4057-8ad4-0bf8f452f327" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14987" ], "x-ms-correlation-request-id": [ - "ede9b1ec-0320-4fc7-a6bd-9c7c9c9d3b53" + "9b81fda8-818a-4a9c-b618-2533b5b7791d" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182330Z:ede9b1ec-0320-4fc7-a6bd-9c7c9c9d3b53" + "WESTUS:20170724T225909Z:9b81fda8-818a-4a9c-b618-2533b5b7791d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzExOC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgwMDQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDY5OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU0NzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "28daf7b5-af08-4efe-a005-6ad258a82f61" + "2b9a3c27-b85c-4a3f-8897-50100d9149b5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"eb60d09d-9f0c-485c-8900-3034dba461b4\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004\",\r\n \"name\": \"testadlfs18004\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"b6832619-ddde-446e-9c61-1e6ab16e15af\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474\",\r\n \"name\": \"testadlfs15474\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:22:58 GMT" + "Mon, 24 Jul 2017 22:58:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13118/providers/Microsoft.DataLakeStore/accounts/testadlfs18004/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg14699/providers/Microsoft.DataLakeStore/accounts/testadlfs15474/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/eb60d09d-9f0c-485c-8900-3034dba461b40?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b6832619-ddde-446e-9c61-1e6ab16e15af0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "867bcc15-7f3d-4646-a46d-1e8ce6ca08ed" + "64651215-1e0b-4499-acb6-9f22fbcafe7b" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "0aac3f6e-6771-42eb-8e14-6af0ca8dd8ef" + "a4b6a068-320f-42c9-b4af-b17973b8a6d1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182259Z:0aac3f6e-6771-42eb-8e14-6af0ca8dd8ef" + "WESTUS:20170724T225837Z:a4b6a068-320f-42c9-b4af-b17973b8a6d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/eb60d09d-9f0c-485c-8900-3034dba461b40?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ViNjBkMDlkLTlmMGMtNDg1Yy04OTAwLTMwMzRkYmE0NjFiNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b6832619-ddde-446e-9c61-1e6ab16e15af0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2I2ODMyNjE5LWRkZGUtNDQ2ZS05YzYxLTFlNmFiMTZlMTVhZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:23:28 GMT" + "Mon, 24 Jul 2017 22:59:07 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9355ef86-cb45-4f66-8456-3474f25660ea" + "4fe4c57f-cc08-45fb-9b66-b686f1d6b4ac" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14989" ], "x-ms-correlation-request-id": [ - "677bdb01-e0c0-4f8e-8d55-ca27007b0390" + "418e12e1-9c3c-471b-88f9-d3f1e0abb0ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182329Z:677bdb01-e0c0-4f8e-8d55-ca27007b0390" + "WESTUS:20170724T225907Z:418e12e1-9c3c-471b-88f9-d3f1e0abb0ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7381?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MzgxP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6661?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjYxP3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "2d9d2650-eed3-4cbc-8880-a729820217e8" + "a45a14ee-98eb-4a73-82eb-34dcbd6115f8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:23:32 GMT" + "Mon, 24 Jul 2017 22:59:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs18004.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7381?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs15474.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6661?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "e203e722-a270-41b9-8d30-8b4dddc97fb2" + "cc52f21b-7fe9-4d70-be60-6d46ec1e619f" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7381?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MzgxP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6661?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjYxP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49143f01-97a7-402a-8a2a-4b99737e151c" + "bc51f839-f7dc-4509-b4c8-01da3b46f434" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490639013058,\r\n \"modificationTime\": 1490639013112,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937155606,\r\n \"modificationTime\": 1500937155659,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:23:32 GMT" + "Mon, 24 Jul 2017 22:59:15 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8c5f6432-605b-444f-bbfb-bffd97292775" + "b8b185dc-31de-47ed-82c2-169b985eb5d7" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,19 +858,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7381?op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MzgxP29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6661?read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjYxP3JlYWQ9dHJ1ZSZvcD1PUEVOJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3878a29-e7b0-45c8-aeae-f199edd9f286" + "0f01d1e8-04d8-4491-8d5f-9212d0b0d3e4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "These are some random test contents 1234!@", @@ -871,7 +886,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:23:33 GMT" + "Mon, 24 Jul 2017 22:59:15 GMT" ], "Pragma": [ "no-cache" @@ -880,10 +895,10 @@ "chunked" ], "x-ms-request-id": [ - "fd5b7e3b-4574-4d34-b93c-130637d77b75" + "99c9ad7c-35b0-4d31-bd24-92a0286e3ad7" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -904,13 +919,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24b45b4b-ccee-49f7-8446-f50d6e1c091a" + "792f52a5-a385-45bd-9cf9-b41c21175a8b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"ContentSummary\": {\r\n \"directoryCount\": 2,\r\n \"fileCount\": 1,\r\n \"length\": 42,\r\n \"quota\": -1,\r\n \"spaceConsumed\": 42,\r\n \"spaceQuota\": -1\r\n }\r\n}", @@ -928,16 +944,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:23:33 GMT" + "Mon, 24 Jul 2017 22:59:15 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "439275a5-340d-441f-9aa2-7732cfcdd7f0" + "0213b319-8f91-4cba-a401-42d2121460b8" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -958,13 +974,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b31e04c9-28de-4d3a-8c75-f3b27dd174b6" + "2186b085-a68c-433a-a6ee-b80ba2be1878" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"ContentSummary\": {\r\n \"directoryCount\": 1,\r\n \"fileCount\": 1,\r\n \"length\": 42,\r\n \"quota\": -1,\r\n \"spaceConsumed\": 42,\r\n \"spaceQuota\": -1\r\n }\r\n}", @@ -982,16 +999,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:23:33 GMT" + "Mon, 24 Jul 2017 22:59:15 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "576cb588-e0d2-4626-a1a7-5d8b9513e9bd" + "c9c55a2f-022f-4eb9-8156-e9552e2e6e5a" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1006,19 +1023,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7381?op=GETCONTENTSUMMARY&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3MzgxP29wPUdFVENPTlRFTlRTVU1NQVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6661?op=GETCONTENTSUMMARY&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NjYxP29wPUdFVENPTlRFTlRTVU1NQVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "147540ec-46e2-4bed-b701-ef48d41b4ce7" + "5fe93dd8-bc2e-4d4e-bdeb-a1a5620a3806" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"ContentSummary\": {\r\n \"directoryCount\": 0,\r\n \"fileCount\": 1,\r\n \"length\": 42,\r\n \"quota\": -1,\r\n \"spaceConsumed\": 42,\r\n \"spaceQuota\": -1\r\n }\r\n}", @@ -1036,16 +1054,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:23:33 GMT" + "Mon, 24 Jul 2017 22:59:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "10497fc3-11c9-4093-8f29-6b63dca1f2b9" + "95b69b31-618f-4636-9e15-8c3f0cbda869" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1062,15 +1080,15 @@ ], "Names": { ".ctor": [ - "datalakerg13118", - "testdatalake1263", - "testadlfs18004" + "datalakerg14699", + "testdatalake18821", + "testadlfs15474" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7381" + "SDKTestFolder01/SDKTestFile01.txt6661" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json index ed4136bfbb524..c8e372b26d963 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemGetNonExistentFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75de020f-9ae9-46b0-94e9-31645136da20" + "9d868b5f-4fe1-4b99-a47a-e748d3b29a88" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:45 GMT" + "Mon, 24 Jul 2017 22:41:53 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-request-id": [ - "717ed235-0ba0-4359-bb5e-90c899ebf399" + "6adcfcf4-f0b2-4ed3-bc10-f41657f6381d" ], "x-ms-correlation-request-id": [ - "717ed235-0ba0-4359-bb5e-90c899ebf399" + "6adcfcf4-f0b2-4ed3-bc10-f41657f6381d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180346Z:717ed235-0ba0-4359-bb5e-90c899ebf399" + "WESTUS:20170724T224153Z:6adcfcf4-f0b2-4ed3-bc10-f41657f6381d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6364c932-92cf-49ba-a976-262740754dba" + "9c55eed3-c56a-4634-afed-1a316802cfa6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:45 GMT" + "Mon, 24 Jul 2017 22:41:53 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14993" ], "x-ms-request-id": [ - "10e3ae70-d04f-44f7-a670-1c731f61987b" + "8ba30ef0-d7d2-4ccf-a366-1819184f9a3c" ], "x-ms-correlation-request-id": [ - "10e3ae70-d04f-44f7-a670-1c731f61987b" + "8ba30ef0-d7d2-4ccf-a366-1819184f9a3c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180346Z:10e3ae70-d04f-44f7-a670-1c731f61987b" + "WESTUS:20170724T224153Z:8ba30ef0-d7d2-4ccf-a366-1819184f9a3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cba9534-03f6-4188-9df4-ff6333902720" + "cbe90e1c-91f4-4481-881f-c5aa50dbc360" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:46 GMT" + "Mon, 24 Jul 2017 22:41:53 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-request-id": [ - "e08a23f4-b793-49bf-bd8b-65f01d06180a" + "f5cd596f-c19e-4557-9660-6f275f981b89" ], "x-ms-correlation-request-id": [ - "e08a23f4-b793-49bf-bd8b-65f01d06180a" + "f5cd596f-c19e-4557-9660-6f275f981b89" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180347Z:e08a23f4-b793-49bf-bd8b-65f01d06180a" + "WESTUS:20170724T224154Z:f5cd596f-c19e-4557-9660-6f275f981b89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed66455a-2992-4762-9b47-f8e9dfb54465" + "30ea1d8b-311e-436e-9cfd-3685bba7c7ba" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:46 GMT" + "Mon, 24 Jul 2017 22:41:54 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14992" ], "x-ms-request-id": [ - "b252d9c1-b813-4218-b005-0ad5f03421c5" + "aa926f88-865f-48bb-9849-ac99491a9395" ], "x-ms-correlation-request-id": [ - "b252d9c1-b813-4218-b005-0ad5f03421c5" + "aa926f88-865f-48bb-9849-ac99491a9395" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180347Z:b252d9c1-b813-4218-b005-0ad5f03421c5" + "WESTUS:20170724T224154Z:aa926f88-865f-48bb-9849-ac99491a9395" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13039?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzAzOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15656?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTY1Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0198ffe6-fe75-470a-aa00-612a8b5c4ceb" + "d61cd7d3-8b97-4235-8b96-08df833b5a6f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13039' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15656' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:46 GMT" + "Mon, 24 Jul 2017 22:41:54 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14991" ], "x-ms-request-id": [ - "75b7c598-00ec-4969-8f6a-0821d37b297e" + "ac74b5ff-aea5-444a-83ab-3e0244d5ea2f" ], "x-ms-correlation-request-id": [ - "75b7c598-00ec-4969-8f6a-0821d37b297e" + "ac74b5ff-aea5-444a-83ab-3e0244d5ea2f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180347Z:75b7c598-00ec-4969-8f6a-0821d37b297e" + "WESTUS:20170724T224154Z:ac74b5ff-aea5-444a-83ab-3e0244d5ea2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13039?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzAzOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15656?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTY1Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c89d61e7-8b03-43e9-9967-6323139c4129" + "c00f0c65-e2d0-4614-ad8b-cc9b91de09fa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039\",\r\n \"name\": \"datalakerg13039\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656\",\r\n \"name\": \"datalakerg15656\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:48 GMT" + "Mon, 24 Jul 2017 22:41:55 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14990" ], "x-ms-request-id": [ - "02587afb-76a5-4858-842e-28458759d19c" + "41aa70b6-c859-4124-b092-53e3b7dd37a7" ], "x-ms-correlation-request-id": [ - "02587afb-76a5-4858-842e-28458759d19c" + "41aa70b6-c859-4124-b092-53e3b7dd37a7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180348Z:02587afb-76a5-4858-842e-28458759d19c" + "WESTUS:20170724T224155Z:41aa70b6-c859-4124-b092-53e3b7dd37a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13039?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzAzOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15656?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTY1Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "0bdfd43b-c3be-4c0f-b1ee-bc3e72c5978a" + "ad0f5da0-8175-4c03-9273-3d9b544348a3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039\",\r\n \"name\": \"datalakerg13039\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656\",\r\n \"name\": \"datalakerg15656\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:47 GMT" + "Mon, 24 Jul 2017 22:41:55 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-request-id": [ - "a06bb354-9b71-4121-95a4-2fc47197dc3e" + "627bf533-096c-4879-8687-2b9e590f739c" ], "x-ms-correlation-request-id": [ - "a06bb354-9b71-4121-95a4-2fc47197dc3e" + "627bf533-096c-4879-8687-2b9e590f739c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180348Z:a06bb354-9b71-4121-95a4-2fc47197dc3e" + "WESTUS:20170724T224155Z:627bf533-096c-4879-8687-2b9e590f739c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg0Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6df1b560-f444-49a7-9d00-5a3823ae4b78" + "a0201181-7164-408b-baf7-f840aeeedeea" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs195' under resource group 'datalakerg13039' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1846' under resource group 'datalakerg15656' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "164" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:03:48 GMT" + "Mon, 24 Jul 2017 22:41:56 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "8b7a0bdd-5b01-4f0a-a411-acd8b3a38155" + "84df6879-f6d0-4f70-9b6a-3fb12df2bd62" ], "x-ms-correlation-request-id": [ - "8b7a0bdd-5b01-4f0a-a411-acd8b3a38155" + "84df6879-f6d0-4f70-9b6a-3fb12df2bd62" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180348Z:8b7a0bdd-5b01-4f0a-a411-acd8b3a38155" + "WESTUS:20170724T224156Z:84df6879-f6d0-4f70-9b6a-3fb12df2bd62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg0Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs195.azuredatalakestore.net\",\r\n \"accountId\": \"b7298021-a31d-4f3e-9ac6-9f0d64da17cc\",\r\n \"creationTime\": \"2017-03-27T18:03:50.1911686Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:03:50.1911686Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195\",\r\n \"name\": \"testadlfs195\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1846.azuredatalakestore.net\",\r\n \"accountId\": \"a07c2076-9467-4fda-9792-0d369ad29a5e\",\r\n \"creationTime\": \"2017-07-24T22:41:59.0122714Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:41:59.0122714Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846\",\r\n \"name\": \"testadlfs1846\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:04:21 GMT" + "Mon, 24 Jul 2017 22:42:29 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "315f4bac-88a2-4470-8698-4b0f2302c99b" + "c2086ac9-f317-422c-b400-1aafce1c7aa7" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14878" ], "x-ms-correlation-request-id": [ - "cbaae1cd-f4a8-4a16-951c-54cc79509242" + "c068f691-2f64-479b-9334-4b22bc3174bf" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180421Z:cbaae1cd-f4a8-4a16-951c-54cc79509242" + "WESTUS:20170724T224229Z:c068f691-2f64-479b-9334-4b22bc3174bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg0Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e68b0684-55f8-4bdf-ad66-9f4b8bb3f638" + "63efcd38-ceb0-44d2-89a8-ee1eeb9451cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs195.azuredatalakestore.net\",\r\n \"accountId\": \"b7298021-a31d-4f3e-9ac6-9f0d64da17cc\",\r\n \"creationTime\": \"2017-03-27T18:03:50.1911686Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:03:50.1911686Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195\",\r\n \"name\": \"testadlfs195\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1846.azuredatalakestore.net\",\r\n \"accountId\": \"a07c2076-9467-4fda-9792-0d369ad29a5e\",\r\n \"creationTime\": \"2017-07-24T22:41:59.0122714Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:41:59.0122714Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846\",\r\n \"name\": \"testadlfs1846\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:04:21 GMT" + "Mon, 24 Jul 2017 22:42:29 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "474f32e7-5c16-4e10-a181-7f5ae962fdb2" + "79c26593-fa4a-42ba-9c41-c3a55a833385" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14993" ], "x-ms-correlation-request-id": [ - "d55ff71c-90f8-48ce-834a-76ec00ea0c8f" + "80244e19-558d-48ea-a148-1bcefb8633fb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180422Z:d55ff71c-90f8-48ce-834a-76ec00ea0c8f" + "WESTUS:20170724T224230Z:80244e19-558d-48ea-a148-1bcefb8633fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzAzOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTk1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTY1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg0Nj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "7f694bb2-ad22-489e-b732-38647e66826f" + "2f205bb4-c21d-4304-b420-f99eb26d94df" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"b7298021-a31d-4f3e-9ac6-9f0d64da17cc\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195\",\r\n \"name\": \"testadlfs195\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"a07c2076-9467-4fda-9792-0d369ad29a5e\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846\",\r\n \"name\": \"testadlfs1846\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "416" + "418" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:03:50 GMT" + "Mon, 24 Jul 2017 22:41:58 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13039/providers/Microsoft.DataLakeStore/accounts/testadlfs195/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15656/providers/Microsoft.DataLakeStore/accounts/testadlfs1846/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b7298021-a31d-4f3e-9ac6-9f0d64da17cc0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a07c2076-9467-4fda-9792-0d369ad29a5e0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "959429d4-9076-4c43-ae94-f23fb6103fb3" + "75f489d1-b3da-4bdb-9ec0-f41d500159d6" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "8b0fe862-e1a3-4f58-9dce-51d577c4f26f" + "79aed6e0-bad1-48d3-b967-bbe4035090a1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180350Z:8b0fe862-e1a3-4f58-9dce-51d577c4f26f" + "WESTUS:20170724T224158Z:79aed6e0-bad1-48d3-b967-bbe4035090a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/b7298021-a31d-4f3e-9ac6-9f0d64da17cc0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2I3Mjk4MDIxLWEzMWQtNGYzZS05YWM2LTlmMGQ2NGRhMTdjYzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/a07c2076-9467-4fda-9792-0d369ad29a5e0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2EwN2MyMDc2LTk0NjctNGZkYS05NzkyLTBkMzY5YWQyOWE1ZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:04:20 GMT" + "Mon, 24 Jul 2017 22:42:28 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c98b2d4b-0a72-409f-9243-c375636a2d30" + "63bdd686-6fad-46a4-9ad0-17691745b4f7" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "82e5d9db-74d8-4888-a191-e6e2dace7117" + "7d585aac-5373-4c52-a712-a0700c774825" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180421Z:82e5d9db-74d8-4888-a191-e6e2dace7117" + "WESTUS:20170724T224228Z:7d585aac-5373-4c52-a712-a0700c774825" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -733,16 +745,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84243c0f-f483-48a0-9e7c-a48ea5b31251" + "a49c359a-ef43-46ae-9fd2-d891344de924" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile001.txt [c17da41f-b8b1-4ff9-abb4-915f3f00b725][2017-03-27T11:04:33.1324237-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile001.txt [9a533517-f54a-4fb4-826e-abcf45fbc59e][2017-07-24T15:42:34.4483895-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "243" @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:04:32 GMT" + "Mon, 24 Jul 2017 22:42:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c17da41f-b8b1-4ff9-abb4-915f3f00b725" + "9a533517-f54a-4fb4-826e-abcf45fbc59e" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -783,12 +796,12 @@ ], "Names": { ".ctor": [ - "datalakerg13039", - "testdatalake16981", - "testadlfs195" + "datalakerg15656", + "testdatalake19124", + "testadlfs1846" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json index f0d18c3fed982..f71275556c392 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemListFolderContents.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de8992f4-100d-44b2-9ec0-270b30e3c86e" + "259def6a-ce3b-4cca-b98e-f8d079dcb87e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:51 GMT" + "Mon, 24 Jul 2017 22:55:12 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "e3ba586f-1571-4c66-86b0-ec807325f5c7" + "46fbca27-f6cd-464f-ba2d-5da439b2035a" ], "x-ms-correlation-request-id": [ - "e3ba586f-1571-4c66-86b0-ec807325f5c7" + "46fbca27-f6cd-464f-ba2d-5da439b2035a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181951Z:e3ba586f-1571-4c66-86b0-ec807325f5c7" + "WESTUS:20170724T225513Z:46fbca27-f6cd-464f-ba2d-5da439b2035a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10449b83-9dc1-46ab-ade2-652cc60c75e6" + "8ad3c47a-d268-4fd0-9a6e-6d04c619c07c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:51 GMT" + "Mon, 24 Jul 2017 22:55:12 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14996" ], "x-ms-request-id": [ - "9c3af2de-ac21-4c0d-945e-4780672bfd6e" + "3e7a1920-23a0-4ce1-8d07-02e4747bc83e" ], "x-ms-correlation-request-id": [ - "9c3af2de-ac21-4c0d-945e-4780672bfd6e" + "3e7a1920-23a0-4ce1-8d07-02e4747bc83e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181951Z:9c3af2de-ac21-4c0d-945e-4780672bfd6e" + "WESTUS:20170724T225513Z:3e7a1920-23a0-4ce1-8d07-02e4747bc83e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb43824b-cdb6-499f-b492-deda48bc817c" + "7a00835c-8354-4e9e-b692-42760744c84b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:52 GMT" + "Mon, 24 Jul 2017 22:55:13 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-request-id": [ - "48e9715b-0d14-4233-b9f7-399e6da46077" + "3385225d-37c1-4c77-9620-a3f8557d07f3" ], "x-ms-correlation-request-id": [ - "48e9715b-0d14-4233-b9f7-399e6da46077" + "3385225d-37c1-4c77-9620-a3f8557d07f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181952Z:48e9715b-0d14-4233-b9f7-399e6da46077" + "WESTUS:20170724T225514Z:3385225d-37c1-4c77-9620-a3f8557d07f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87a01d51-d760-417f-b9a4-eb25a23c4b21" + "eab4d703-4be3-4c40-aea3-cf38d65b45fc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:52 GMT" + "Mon, 24 Jul 2017 22:55:13 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14995" ], "x-ms-request-id": [ - "c4da9f21-0002-4194-a152-8d4096acf7b1" + "50c7253f-9a8a-46e0-a02f-21427fb0ad03" ], "x-ms-correlation-request-id": [ - "c4da9f21-0002-4194-a152-8d4096acf7b1" + "50c7253f-9a8a-46e0-a02f-21427fb0ad03" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181952Z:c4da9f21-0002-4194-a152-8d4096acf7b1" + "WESTUS:20170724T225514Z:50c7253f-9a8a-46e0-a02f-21427fb0ad03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13977?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzk3Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15406?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eda35e3b-0fba-413d-b609-08759751af1c" + "6f2d8f4f-c636-4e25-91c9-3d508c7079f2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13977' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15406' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:52 GMT" + "Mon, 24 Jul 2017 22:55:13 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14994" ], "x-ms-request-id": [ - "848b2fc3-4a76-4489-9559-cceff319f0db" + "d26b39ff-a48b-433f-b736-7b1d522ce82c" ], "x-ms-correlation-request-id": [ - "848b2fc3-4a76-4489-9559-cceff319f0db" + "d26b39ff-a48b-433f-b736-7b1d522ce82c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181952Z:848b2fc3-4a76-4489-9559-cceff319f0db" + "WESTUS:20170724T225514Z:d26b39ff-a48b-433f-b736-7b1d522ce82c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13977?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzk3Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15406?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eaedca70-3427-43ac-8f69-db4d0ee52e86" + "c5135c01-3b88-41d0-aadb-60f7768c07b9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977\",\r\n \"name\": \"datalakerg13977\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406\",\r\n \"name\": \"datalakerg15406\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:53 GMT" + "Mon, 24 Jul 2017 22:55:14 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14993" ], "x-ms-request-id": [ - "b94cc817-0a63-4d87-9bef-11889be31b06" + "3c32a603-bafb-43f3-b75e-d5109d394528" ], "x-ms-correlation-request-id": [ - "b94cc817-0a63-4d87-9bef-11889be31b06" + "3c32a603-bafb-43f3-b75e-d5109d394528" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181954Z:b94cc817-0a63-4d87-9bef-11889be31b06" + "WESTUS:20170724T225515Z:3c32a603-bafb-43f3-b75e-d5109d394528" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13977?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzk3Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15406?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "4ea2983c-b920-412e-91ac-48e9a5b6912a" + "60248a25-6c49-4586-8e63-ffdc3052681b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977\",\r\n \"name\": \"datalakerg13977\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406\",\r\n \"name\": \"datalakerg15406\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:53 GMT" + "Mon, 24 Jul 2017 22:55:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-request-id": [ - "a4b25918-8966-450d-8755-fc6f2c785416" + "faab5219-ab23-42f2-abd5-1ce54a67c4d1" ], "x-ms-correlation-request-id": [ - "a4b25918-8966-450d-8755-fc6f2c785416" + "faab5219-ab23-42f2-abd5-1ce54a67c4d1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181954Z:a4b25918-8966-450d-8755-fc6f2c785416" + "WESTUS:20170724T225515Z:faab5219-ab23-42f2-abd5-1ce54a67c4d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzk3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE0OTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgxODg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0e35700-68c1-49ab-89ca-3300822c0102" + "212498bf-7a5e-47c5-a31e-9b4edbd6a181" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11493' under resource group 'datalakerg13977' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18188' under resource group 'datalakerg15406' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:19:53 GMT" + "Mon, 24 Jul 2017 22:55:15 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "ec46a009-ddb0-49eb-a2d0-3bc159e696af" + "7a137dac-775d-4559-a0a4-b49313c339bf" ], "x-ms-correlation-request-id": [ - "ec46a009-ddb0-49eb-a2d0-3bc159e696af" + "7a137dac-775d-4559-a0a4-b49313c339bf" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181954Z:ec46a009-ddb0-49eb-a2d0-3bc159e696af" + "WESTUS:20170724T225515Z:7a137dac-775d-4559-a0a4-b49313c339bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzk3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE0OTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgxODg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11493.azuredatalakestore.net\",\r\n \"accountId\": \"ab438df2-c03e-4fab-b265-a1e8a8b26525\",\r\n \"creationTime\": \"2017-03-27T18:19:56.2741945Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:19:56.2741945Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493\",\r\n \"name\": \"testadlfs11493\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18188.azuredatalakestore.net\",\r\n \"accountId\": \"fb701ae4-1511-4337-8227-2bf5c186b272\",\r\n \"creationTime\": \"2017-07-24T22:55:19.0552004Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:55:19.0552004Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188\",\r\n \"name\": \"testadlfs18188\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:20:27 GMT" + "Mon, 24 Jul 2017 22:55:48 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6b6cfc3c-42bf-4035-90de-e24ae19b95cd" + "8ddc4984-926e-4240-8ddb-275a752a176f" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14874" ], "x-ms-correlation-request-id": [ - "d1054569-d5ba-49a0-87f9-06411c3bfe27" + "41484f35-bba8-4e38-bc30-337ba9c72558" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182027Z:d1054569-d5ba-49a0-87f9-06411c3bfe27" + "WESTUS:20170724T225549Z:41484f35-bba8-4e38-bc30-337ba9c72558" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzk3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE0OTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgxODg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e2260e7b-48e9-452c-a5e6-a4e33bbbe94d" + "73db3a3f-4922-4ddd-a3df-9922707392d4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11493.azuredatalakestore.net\",\r\n \"accountId\": \"ab438df2-c03e-4fab-b265-a1e8a8b26525\",\r\n \"creationTime\": \"2017-03-27T18:19:56.2741945Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:19:56.2741945Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493\",\r\n \"name\": \"testadlfs11493\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18188.azuredatalakestore.net\",\r\n \"accountId\": \"fb701ae4-1511-4337-8227-2bf5c186b272\",\r\n \"creationTime\": \"2017-07-24T22:55:19.0552004Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:55:19.0552004Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188\",\r\n \"name\": \"testadlfs18188\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:20:28 GMT" + "Mon, 24 Jul 2017 22:55:49 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4cd034d5-7f29-4d84-bdd7-27d34551968e" + "aaa992ac-e0ea-4763-97f2-56c5eaa58b66" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14992" ], "x-ms-correlation-request-id": [ - "550e47d5-4b96-4bb6-bc87-cfa559d2bbe9" + "b3ecadaf-66fb-4e04-84db-cce69afc0148" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182028Z:550e47d5-4b96-4bb6-bc87-cfa559d2bbe9" + "WESTUS:20170724T225549Z:b3ecadaf-66fb-4e04-84db-cce69afc0148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzk3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE0OTM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTgxODg/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "f10e16f2-b561-4980-b5dd-c05b146100c0" + "1c268982-ccf5-41e6-9042-e4b94e13a018" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"ab438df2-c03e-4fab-b265-a1e8a8b26525\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493\",\r\n \"name\": \"testadlfs11493\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"fb701ae4-1511-4337-8227-2bf5c186b272\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188\",\r\n \"name\": \"testadlfs18188\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:19:56 GMT" + "Mon, 24 Jul 2017 22:55:17 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13977/providers/Microsoft.DataLakeStore/accounts/testadlfs11493/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15406/providers/Microsoft.DataLakeStore/accounts/testadlfs18188/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ab438df2-c03e-4fab-b265-a1e8a8b265250?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fb701ae4-1511-4337-8227-2bf5c186b2720?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "7a45915d-56eb-497d-a036-caeb0b68eab2" + "a7bcacf9-0cf9-4288-8e4e-e3a2b7c13f1f" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1199" ], "x-ms-correlation-request-id": [ - "10b245db-82a6-4ce0-ad17-43149b8f22e8" + "29b11207-e2e2-48fa-8bd9-948fa3a2839f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181956Z:10b245db-82a6-4ce0-ad17-43149b8f22e8" + "WESTUS:20170724T225517Z:29b11207-e2e2-48fa-8bd9-948fa3a2839f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ab438df2-c03e-4fab-b265-a1e8a8b265250?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2FiNDM4ZGYyLWMwM2UtNGZhYi1iMjY1LWExZThhOGIyNjUyNTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fb701ae4-1511-4337-8227-2bf5c186b2720?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ZiNzAxYWU0LTE1MTEtNDMzNy04MjI3LTJiZjVjMTg2YjI3MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:20:26 GMT" + "Mon, 24 Jul 2017 22:55:48 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "73847811-2a4a-43db-a0fb-15e5fbdaaeaa" + "ad75d99d-9407-4107-b304-2c6e90f3281b" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14993" ], "x-ms-correlation-request-id": [ - "57bd457b-c6b1-4387-82d4-cb333d807a3e" + "740a3a1c-a85a-42b3-86c6-f6cff31d17cc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T182027Z:57bd457b-c6b1-4387-82d4-cb333d807a3e" + "WESTUS:20170724T225548Z:740a3a1c-a85a-42b3-86c6-f6cff31d17cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,19 +739,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01224?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjI0P29wPU1LRElSUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder016488?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjQ4OD9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d11d23ad-a478-451a-88b4-d6acff919e8d" + "f0c61c72-5c1c-40e4-89c7-dda078e06338" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:20:31 GMT" + "Mon, 24 Jul 2017 22:55:52 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6febafd9-58ca-4920-b293-f470c27851fb" + "37c410ea-86e3-4845-82c3-320d0c46b427" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -781,22 +794,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01224?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjI0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder016488?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjQ4OD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22d2204b-e1d8-4671-ac4f-f73d11d898ba" + "b1e0c83b-cdd3-47bb-b8c5-bb7af82a37c5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490638831855,\r\n \"modificationTime\": 1490638831855,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500936952826,\r\n \"modificationTime\": 1500936952826,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -811,16 +825,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:20:31 GMT" + "Mon, 24 Jul 2017 22:55:52 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5bbfe3bc-e43f-48c6-b178-88fbb3880711" + "3a3d72b5-4a65-402d-9d99-50e71bd7a680" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -835,8 +849,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01224%2FSDKTestFile01.txt3953?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjI0JTJGU0RLVGVzdEZpbGUwMS50eHQzOTUzP3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder016488%2FSDKTestFile01.txt4316?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjQ4OCUyRlNES1Rlc3RGaWxlMDEudHh0NDMxNj9zeW5jRmxhZz1EQVRBJndyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -847,13 +861,14 @@ "0" ], "x-ms-client-request-id": [ - "efaf02fb-92b8-4bce-9161-477cc828f151" + "9bffbbd0-fcac-402a-a821-0f43944bec6a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -868,22 +883,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:20:31 GMT" + "Mon, 24 Jul 2017 22:55:52 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11493.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01224/SDKTestFile01.txt3953?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs18188.azuredatalakestore.net/webhdfs/v1/SDKTestFolder016488/SDKTestFile01.txt4316?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "0e9a95f9-e553-4adb-90c7-cc45cb779b5a" + "9aec46f0-3d00-4204-b0a4-21a3a1274280" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,22 +913,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01224%2FSDKTestFile01.txt3953?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjI0JTJGU0RLVGVzdEZpbGUwMS50eHQzOTUzP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder016488%2FSDKTestFile01.txt4316?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjQ4OCUyRlNES1Rlc3RGaWxlMDEudHh0NDMxNj9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78ad57ba-019f-4000-b4bb-24d7d3524a01" + "2712ebfa-d603-4c08-9d1f-dafde4df998f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638832067,\r\n \"modificationTime\": 1490638832067,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936953215,\r\n \"modificationTime\": 1500936953215,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -928,16 +944,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:20:32 GMT" + "Mon, 24 Jul 2017 22:55:53 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8901098d-3268-43dd-be94-7a6bd0479cf1" + "79d6b502-016d-4c4d-9448-6e206993328d" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -952,22 +968,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01224?op=LISTSTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMjI0P29wPUxJU1RTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder016488?op=LISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjQ4OD9vcD1MSVNUU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29abe11c-4586-4504-b261-5bd7d25bed98" + "0d6142d5-edd8-4b28-adb6-52c40adfa74e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 0,\r\n \"pathSuffix\": \"SDKTestFile01.txt3953\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638832067,\r\n \"modificationTime\": 1490638832067,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 0,\r\n \"pathSuffix\": \"SDKTestFile01.txt4316\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936953215,\r\n \"modificationTime\": 1500936953215,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "344" @@ -982,16 +999,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:20:32 GMT" + "Mon, 24 Jul 2017 22:55:53 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "baf25232-830a-4e04-99f3-9c633c36ed8e" + "ab98741f-6d77-4709-894b-7c288a7e0900" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1008,18 +1025,18 @@ ], "Names": { ".ctor": [ - "datalakerg13977", - "testdatalake18226", - "testadlfs11493" + "datalakerg15406", + "testdatalake12193", + "testadlfs18188" ], "CreateFolder": [ - "SDKTestFolder01224" + "SDKTestFolder016488" ], "CreateFile": [ - "SDKTestFolder01224/SDKTestFile01.txt3953" + "SDKTestFolder016488/SDKTestFile01.txt4316" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json index 2cc18c46b568c..b0780c8f4ce1d 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMoveFileAndFolder.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c64b51cf-1854-4c76-963f-b4a4300447a8" + "15953043-d76c-451b-af95-8ec4afad4bc4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:36 GMT" + "Mon, 24 Jul 2017 23:13:53 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-request-id": [ - "e88753a3-f406-46ab-9d51-70aadcc34055" + "65838ce1-0881-4522-9d9a-933c8cb3dc0b" ], "x-ms-correlation-request-id": [ - "e88753a3-f406-46ab-9d51-70aadcc34055" + "65838ce1-0881-4522-9d9a-933c8cb3dc0b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182337Z:e88753a3-f406-46ab-9d51-70aadcc34055" + "WESTUS:20170724T231354Z:65838ce1-0881-4522-9d9a-933c8cb3dc0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2040b3c0-61b2-47d4-9c18-9b5d2d670cfb" + "261aca62-2db9-4e6e-822d-dd7bfb9b44c5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:37 GMT" + "Mon, 24 Jul 2017 23:13:53 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14993" ], "x-ms-request-id": [ - "1f46b788-05d8-42a1-94a8-5e3a4a1f76e8" + "192b9f1e-8620-48f9-b511-0c5d97a57530" ], "x-ms-correlation-request-id": [ - "1f46b788-05d8-42a1-94a8-5e3a4a1f76e8" + "192b9f1e-8620-48f9-b511-0c5d97a57530" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182337Z:1f46b788-05d8-42a1-94a8-5e3a4a1f76e8" + "WESTUS:20170724T231354Z:192b9f1e-8620-48f9-b511-0c5d97a57530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c14348f-a40e-4f4e-a559-b11854832880" + "b3986edc-dc0e-4976-a87d-1cf5eba01dfa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:37 GMT" + "Mon, 24 Jul 2017 23:13:54 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "7c310980-3b92-4c62-89c5-27e49f5c4fa4" + "22ac3422-21b0-4d08-9930-a6943a68d6a2" ], "x-ms-correlation-request-id": [ - "7c310980-3b92-4c62-89c5-27e49f5c4fa4" + "22ac3422-21b0-4d08-9930-a6943a68d6a2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182337Z:7c310980-3b92-4c62-89c5-27e49f5c4fa4" + "WESTUS:20170724T231355Z:22ac3422-21b0-4d08-9930-a6943a68d6a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4ee1251-d16c-44e4-a736-80f421987839" + "4fcb3909-1e27-49a8-ba34-e348c57c2b0c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:37 GMT" + "Mon, 24 Jul 2017 23:13:54 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14992" ], "x-ms-request-id": [ - "65afcdef-eb55-4138-9ec0-59c79e1ffca2" + "7b906c18-60d1-4a31-8698-0020d5488cac" ], "x-ms-correlation-request-id": [ - "65afcdef-eb55-4138-9ec0-59c79e1ffca2" + "7b906c18-60d1-4a31-8698-0020d5488cac" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182337Z:65afcdef-eb55-4138-9ec0-59c79e1ffca2" + "WESTUS:20170724T231355Z:7b906c18-60d1-4a31-8698-0020d5488cac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12776?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjc3Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13201?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzIwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "158fece0-5a68-49e3-9b75-9d7eb32d6e2e" + "948c6942-1b32-4111-bedd-da576f0e8c74" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg12776' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13201' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:37 GMT" + "Mon, 24 Jul 2017 23:13:55 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14991" ], "x-ms-request-id": [ - "07488bb6-867c-4706-b507-70790b43a740" + "fcfa2ba1-476e-45f5-9ccd-ad64bdafa917" ], "x-ms-correlation-request-id": [ - "07488bb6-867c-4706-b507-70790b43a740" + "fcfa2ba1-476e-45f5-9ccd-ad64bdafa917" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182337Z:07488bb6-867c-4706-b507-70790b43a740" + "WESTUS:20170724T231356Z:fcfa2ba1-476e-45f5-9ccd-ad64bdafa917" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12776?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjc3Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13201?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzIwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0d1d267-d336-433e-893c-2c7e13623e27" + "1484fff8-827e-4d4b-ac54-4fe243163e91" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776\",\r\n \"name\": \"datalakerg12776\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201\",\r\n \"name\": \"datalakerg13201\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:38 GMT" + "Mon, 24 Jul 2017 23:13:56 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14990" ], "x-ms-request-id": [ - "a17fa7a8-eea1-4c6b-884d-8ab2dae10974" + "dc3b2c52-3f8a-4744-9c52-7821f9c708b6" ], "x-ms-correlation-request-id": [ - "a17fa7a8-eea1-4c6b-884d-8ab2dae10974" + "dc3b2c52-3f8a-4744-9c52-7821f9c708b6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182338Z:a17fa7a8-eea1-4c6b-884d-8ab2dae10974" + "WESTUS:20170724T231357Z:dc3b2c52-3f8a-4744-9c52-7821f9c708b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12776?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMjc3Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13201?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzIwMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "2401fd00-583a-4446-beae-f3175d3068b3" + "bde6b6d0-f596-4351-95b6-373e50c5022a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776\",\r\n \"name\": \"datalakerg12776\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201\",\r\n \"name\": \"datalakerg13201\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:38 GMT" + "Mon, 24 Jul 2017 23:13:56 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-request-id": [ - "ba97c063-739f-4759-a772-a563c507d81e" + "92ad032f-2ae5-4f50-9bba-dee1f7153806" ], "x-ms-correlation-request-id": [ - "ba97c063-739f-4759-a772-a563c507d81e" + "92ad032f-2ae5-4f50-9bba-dee1f7153806" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182338Z:ba97c063-739f-4759-a772-a563c507d81e" + "WESTUS:20170724T231357Z:92ad032f-2ae5-4f50-9bba-dee1f7153806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5264d2fa-e92e-47fa-8cb3-443172a32bca" + "53e43679-1519-400b-8016-1f698b9cbff4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11929' under resource group 'datalakerg12776' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11055' under resource group 'datalakerg13201' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:23:41 GMT" + "Mon, 24 Jul 2017 23:13:57 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "a8e49a6a-81e1-486c-9e67-bdb57ade6d2f" + "9ab61bb1-5d76-4d13-a956-cef50f836732" ], "x-ms-correlation-request-id": [ - "a8e49a6a-81e1-486c-9e67-bdb57ade6d2f" + "9ab61bb1-5d76-4d13-a956-cef50f836732" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182342Z:a8e49a6a-81e1-486c-9e67-bdb57ade6d2f" + "WESTUS:20170724T231357Z:9ab61bb1-5d76-4d13-a956-cef50f836732" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11929.azuredatalakestore.net\",\r\n \"accountId\": \"fcf95b9b-8c2d-4553-9c1c-677dd4379f09\",\r\n \"creationTime\": \"2017-03-27T18:23:43.8508058Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:23:43.8508058Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929\",\r\n \"name\": \"testadlfs11929\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11055.azuredatalakestore.net\",\r\n \"accountId\": \"29581545-d7d5-4421-8520-7667d6dd8e7f\",\r\n \"creationTime\": \"2017-07-24T23:14:01.3882578Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:14:01.3882578Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055\",\r\n \"name\": \"testadlfs11055\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:24:13 GMT" + "Mon, 24 Jul 2017 23:14:29 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9e19e39d-0059-423e-8535-fd9bd7dc12c2" + "75209e20-70d5-4767-90bf-27633521e5db" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14986" ], "x-ms-correlation-request-id": [ - "49b77f36-3f01-4027-a84d-ad1016c8d817" + "1e8c75ba-2a3c-41d2-bab7-6d3c2bd0efbf" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182414Z:49b77f36-3f01-4027-a84d-ad1016c8d817" + "WESTUS:20170724T231430Z:1e8c75ba-2a3c-41d2-bab7-6d3c2bd0efbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe467a72-69a8-400b-b3c5-77521f2659bd" + "e7587ad5-0676-45cf-98c3-1e549c503062" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11929.azuredatalakestore.net\",\r\n \"accountId\": \"fcf95b9b-8c2d-4553-9c1c-677dd4379f09\",\r\n \"creationTime\": \"2017-03-27T18:23:43.8508058Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:23:43.8508058Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929\",\r\n \"name\": \"testadlfs11929\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11055.azuredatalakestore.net\",\r\n \"accountId\": \"29581545-d7d5-4421-8520-7667d6dd8e7f\",\r\n \"creationTime\": \"2017-07-24T23:14:01.3882578Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:14:01.3882578Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055\",\r\n \"name\": \"testadlfs11055\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:24:14 GMT" + "Mon, 24 Jul 2017 23:14:31 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "33d62345-61e8-485c-9e92-7af534386e59" + "1ddd46d9-e294-4aaf-a423-35246b98a5b2" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14985" ], "x-ms-correlation-request-id": [ - "ae8789c9-514a-4680-bf3c-42b6e1ea9bc6" + "6fb5a8ce-285e-493c-9a68-da4493c47115" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182415Z:ae8789c9-514a-4680-bf3c-42b6e1ea9bc6" + "WESTUS:20170724T231431Z:6fb5a8ce-285e-493c-9a68-da4493c47115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMjc3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTE5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTEwNTU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "f86add8b-7167-456a-8dd9-29e936d83d70" + "3f2419be-d4e7-49bc-ae82-c56f801afde5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"fcf95b9b-8c2d-4553-9c1c-677dd4379f09\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929\",\r\n \"name\": \"testadlfs11929\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"29581545-d7d5-4421-8520-7667d6dd8e7f\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055\",\r\n \"name\": \"testadlfs11055\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:23:42 GMT" + "Mon, 24 Jul 2017 23:13:58 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg12776/providers/Microsoft.DataLakeStore/accounts/testadlfs11929/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13201/providers/Microsoft.DataLakeStore/accounts/testadlfs11055/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fcf95b9b-8c2d-4553-9c1c-677dd4379f090?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/29581545-d7d5-4421-8520-7667d6dd8e7f0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "3bd4efa4-5a14-4bdf-9002-528f060fe73b" + "c7347155-d3a2-41ef-ad75-a51a1c0d1943" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "7ad014c1-4c4e-4308-81a7-a71fd426cead" + "c39fd7d4-b213-4667-8967-dbb2e7ae23c3" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182343Z:7ad014c1-4c4e-4308-81a7-a71fd426cead" + "WESTUS:20170724T231359Z:c39fd7d4-b213-4667-8967-dbb2e7ae23c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/fcf95b9b-8c2d-4553-9c1c-677dd4379f090?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2ZjZjk1YjliLThjMmQtNDU1My05YzFjLTY3N2RkNDM3OWYwOTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/29581545-d7d5-4421-8520-7667d6dd8e7f0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzI5NTgxNTQ1LWQ3ZDUtNDQyMS04NTIwLTc2NjdkNmRkOGU3ZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.3.0.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:24:13 GMT" + "Mon, 24 Jul 2017 23:14:29 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "deaf721a-a9e6-49fc-be9b-73b89c4c6bf1" + "b91886ee-f82d-4ff7-bcd4-235260ba231b" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14993" ], "x-ms-correlation-request-id": [ - "a6b23a88-6282-4b90-aac0-d1c5b3a94ea8" + "ec68e684-7548-4131-81cb-6b6d6fe1b7bd" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182414Z:a6b23a88-6282-4b90-aac0-d1c5b3a94ea8" + "WESTUS:20170724T231430Z:ec68e684-7548-4131-81cb-6b6d6fe1b7bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5451?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDUxP29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6803?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2ODAzP3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "dd2e06c2-c8ff-4d69-85e4-338037f5d750" + "9a5d7ffd-dffa-4ec5-95a4-c3f886250c0d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs11929.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5451?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs11055.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6803?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "23a3bc03-5ccc-4e46-a9c0-9be883913aa2" + "e2196aa6-5bc7-4920-958a-fc3392eb3459" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5451?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDUxP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6803?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2ODAzP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c3fa349-d0e7-4389-8a5d-3bec068758c9" + "f733b8e8-a658-45e2-9c0e-cbf45c5dc059" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490639064256,\r\n \"modificationTime\": 1490639064289,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500938076810,\r\n \"modificationTime\": 1500938076848,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b89e53c7-5e1c-4b13-887b-8415fc5f616f" + "b391a218-456f-4982-9d15-4923d1088b1a" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5451?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDUxP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6803?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2ODAzP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b78d0fc5-c6cf-4f5f-80fd-7a0f350be91a" + "34cc7b19-8a04-4c25-bd00-d861e8267c97" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt5451 [47b1166c-d30a-4ae7-bfc6-a5dc55400da0][2017-03-27T11:24:24.9754616-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt6803 [22460a89-7b14-437e-9286-b3ed3889fec2][2017-07-24T16:14:37.7719141-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "47b1166c-d30a-4ae7-bfc6-a5dc55400da0" + "22460a89-7b14-437e-9286-b3ed3889fec2" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -898,19 +913,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder015003?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTAwMz9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder013431?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMzQzMT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af7ea475-0acd-4802-845c-949b2178b8be" + "0f8cae12-90d4-4d62-9ff1-afa2a008318e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -928,16 +944,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d21633ea-5239-4055-a656-ee9673bac414" + "848b0b51-2ac5-4cba-9007-8cb042cf870a" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -952,19 +968,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5451?destination=SDKTestFolder015003%2FSDKTestMoveFile01.txt&op=RENAME&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NDUxP2Rlc3RpbmF0aW9uPVNES1Rlc3RGb2xkZXIwMTUwMDMlMkZTREtUZXN0TW92ZUZpbGUwMS50eHQmb3A9UkVOQU1FJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6803?destination=SDKTestFolder013431%2FSDKTestMoveFile01.txt&op=RENAME&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2ODAzP2Rlc3RpbmF0aW9uPVNES1Rlc3RGb2xkZXIwMTM0MzElMkZTREtUZXN0TW92ZUZpbGUwMS50eHQmb3A9UkVOQU1FJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cd7b056-0b07-483f-a0b1-2b8136501cff" + "8a7abec8-91d0-4700-bfbf-39157a615ede" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -982,16 +999,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "da43e98c-e77b-420f-aec5-2e6902418006" + "3e88bf94-bc13-4eef-b56c-7c3653c8dda3" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1006,22 +1023,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder015003%2FSDKTestMoveFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTAwMyUyRlNES1Rlc3RNb3ZlRmlsZTAxLnR4dD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder013431%2FSDKTestMoveFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMzQzMSUyRlNES1Rlc3RNb3ZlRmlsZTAxLnR4dD9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1beddf1-ac91-45d5-944b-ca285e2cbc8f" + "1bfd4f79-8625-4295-a3f0-b5bd05ecf6a3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490639064256,\r\n \"modificationTime\": 1490639064289,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500938076810,\r\n \"modificationTime\": 1500938076848,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1036,16 +1054,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1fb49a53-b0f5-4507-9c3b-3a294777dddf" + "440ed16e-f9b7-4e2e-900d-72e6c4f6dd73" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1060,19 +1078,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder015003?destination=SDKTestMoveFolder017643&op=RENAME&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTAwMz9kZXN0aW5hdGlvbj1TREtUZXN0TW92ZUZvbGRlcjAxNzY0MyZvcD1SRU5BTUUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder013431?destination=SDKTestMoveFolder018867&op=RENAME&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMzQzMT9kZXN0aW5hdGlvbj1TREtUZXN0TW92ZUZvbGRlcjAxODg2NyZvcD1SRU5BTUUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ade9e94-2599-4413-8662-aba4b949e886" + "18fa5981-50bc-4ee7-bcce-73e11a1cdd4a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1090,16 +1109,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7b64a9a4-1978-4cd0-ab31-2c2f2807ddaf" + "d0f8acc8-7838-47b7-9b9c-587009241829" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1114,22 +1133,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestMoveFolder017643?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTc2NDM/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestMoveFolder018867?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTg4Njc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0201e07c-7621-428f-8f59-01cdc4b8a85f" + "b92d7dea-6dc6-4c9c-91b4-33d09d500987" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1490639064645,\r\n \"modificationTime\": 1490639064768,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"DIRECTORY\",\r\n \"blockSize\": 0,\r\n \"accessTime\": 1500938077403,\r\n \"modificationTime\": 1500938077554,\r\n \"replication\": 0,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "280" @@ -1144,16 +1164,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:24 GMT" + "Mon, 24 Jul 2017 23:14:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "47e39021-63c0-44be-ab0a-6b9f814a400d" + "7506391c-5e13-4263-9155-4efb522b633b" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1168,22 +1188,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestMoveFolder017643?op=LISTSTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTc2NDM/b3A9TElTVFNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestMoveFolder018867?op=LISTSTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdE1vdmVGb2xkZXIwMTg4Njc/b3A9TElTVFNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf2955ce-e92a-4094-aa26-99c33dfd2866" + "f988b615-fb36-4196-a011-45b181018221" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestMoveFile01.txt\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490639064256,\r\n \"modificationTime\": 1490639064289,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatuses\": {\r\n \"FileStatus\": [\r\n {\r\n \"length\": 42,\r\n \"pathSuffix\": \"SDKTestMoveFile01.txt\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500938076810,\r\n \"modificationTime\": 1500938076848,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "345" @@ -1198,16 +1219,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:25 GMT" + "Mon, 24 Jul 2017 23:14:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2e640f4f-309a-42b8-8b34-1f90cd8ff864" + "7f84729a-4c57-4c96-a6d8-cfe13ff5dfcb" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1222,22 +1243,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder015003?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTAwMz9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder013431?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxMzQzMT9vcD1HRVRGSUxFU1RBVFVTJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2949cc2d-fca7-4f4d-acf7-21779796509f" + "c4778c53-f193-40f7-bb82-948c9664e2f7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.3.0.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder015003 [c9944d76-33ed-4fd2-a8cf-7c34dedcdbb7][2017-03-27T11:24:25.4754379-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder013431 [b6151399-8490-45c1-b547-0a240f357e44][2017-07-24T16:14:38.2719028-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "240" @@ -1252,16 +1274,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:24:25 GMT" + "Mon, 24 Jul 2017 23:14:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c9944d76-33ed-4fd2-a8cf-7c34dedcdbb7" + "b6151399-8490-45c1-b547-0a240f357e44" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1278,21 +1300,21 @@ ], "Names": { ".ctor": [ - "datalakerg12776", - "testdatalake14538", - "testadlfs11929" + "datalakerg13201", + "testdatalake14358", + "testadlfs11055" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt5451" + "SDKTestFolder01/SDKTestFile01.txt6803" ], "CreateFolder": [ - "SDKTestFolder015003" + "SDKTestFolder013431" ], "DataLakeStoreFileSystemMoveFileAndFolder": [ - "SDKTestMoveFolder017643" + "SDKTestMoveFolder018867" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json index b8557d4dfd509..2865ce5d4d036 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatDeleteDir.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "112a35c4-6541-45ad-8409-49f04c9b5fc7" + "3940af41-a08f-4579-9ad5-fb9bd2c8091f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:32 GMT" + "Mon, 24 Jul 2017 22:44:24 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1195" ], "x-ms-request-id": [ - "c1bb9c50-bf2e-4974-be75-c1b659bfc2b1" + "766661d2-408e-4468-9b42-deba27c60daa" ], "x-ms-correlation-request-id": [ - "c1bb9c50-bf2e-4974-be75-c1b659bfc2b1" + "766661d2-408e-4468-9b42-deba27c60daa" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180633Z:c1bb9c50-bf2e-4974-be75-c1b659bfc2b1" + "WESTUS2:20170724T224424Z:766661d2-408e-4468-9b42-deba27c60daa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b46cf2cf-6dbd-4c9a-906d-e11674faf1ae" + "c2b4779f-4017-472d-ad4d-2e184e1edaf1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:32 GMT" + "Mon, 24 Jul 2017 22:44:24 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14987" ], "x-ms-request-id": [ - "614ae20b-2032-4a23-b7a9-6e7bc9355981" + "c5502695-8c6c-405d-8c85-f7390a45b3e3" ], "x-ms-correlation-request-id": [ - "614ae20b-2032-4a23-b7a9-6e7bc9355981" + "c5502695-8c6c-405d-8c85-f7390a45b3e3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180633Z:614ae20b-2032-4a23-b7a9-6e7bc9355981" + "WESTUS2:20170724T224424Z:c5502695-8c6c-405d-8c85-f7390a45b3e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "827e8bf5-5a98-4dcd-9633-2891732a05e5" + "deeebaf5-6ed3-4b37-b529-8427ab8c486d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:32 GMT" + "Mon, 24 Jul 2017 22:44:25 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1194" ], "x-ms-request-id": [ - "08d08cd0-d4ea-47a7-9fa4-b4a8cb864816" + "9e311656-7b67-414b-a657-f090eae8fa09" ], "x-ms-correlation-request-id": [ - "08d08cd0-d4ea-47a7-9fa4-b4a8cb864816" + "9e311656-7b67-414b-a657-f090eae8fa09" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180633Z:08d08cd0-d4ea-47a7-9fa4-b4a8cb864816" + "WESTUS2:20170724T224425Z:9e311656-7b67-414b-a657-f090eae8fa09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d4d7952-a2df-40ad-9592-60944f325a7a" + "7b947f86-824a-412a-8d24-f5f0826a0d23" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:32 GMT" + "Mon, 24 Jul 2017 22:44:25 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14986" ], "x-ms-request-id": [ - "9df88a4c-a67c-4c14-8549-bff8c45e1bd5" + "5d20496a-76ea-42ae-ad20-2eb5e2ec8516" ], "x-ms-correlation-request-id": [ - "9df88a4c-a67c-4c14-8549-bff8c45e1bd5" + "5d20496a-76ea-42ae-ad20-2eb5e2ec8516" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180633Z:9df88a4c-a67c-4c14-8549-bff8c45e1bd5" + "WESTUS2:20170724T224425Z:5d20496a-76ea-42ae-ad20-2eb5e2ec8516" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11679?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTY3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11291?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI5MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26d078bb-5126-47bd-b6c9-6ffb42040c66" + "97f904f4-5521-41eb-bdcf-8dd998b78e86" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11679' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11291' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:33 GMT" + "Mon, 24 Jul 2017 22:44:25 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14985" ], "x-ms-request-id": [ - "8b72fe97-bbb3-4756-a110-efd2e335a413" + "f556f949-9b6c-4d6f-b06d-80730fbab865" ], "x-ms-correlation-request-id": [ - "8b72fe97-bbb3-4756-a110-efd2e335a413" + "f556f949-9b6c-4d6f-b06d-80730fbab865" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180633Z:8b72fe97-bbb3-4756-a110-efd2e335a413" + "WESTUS2:20170724T224425Z:f556f949-9b6c-4d6f-b06d-80730fbab865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11679?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTY3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11291?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI5MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a7d39ee-5887-497a-82da-721d328187a2" + "ac6d6f8b-25b7-4e3e-987a-f6d813ef4ade" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679\",\r\n \"name\": \"datalakerg11679\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291\",\r\n \"name\": \"datalakerg11291\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:34 GMT" + "Mon, 24 Jul 2017 22:44:28 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14984" ], "x-ms-request-id": [ - "1030a2a7-ee34-428e-a276-cdce2f65f651" + "4d358941-82c9-4531-8498-e8522e9c938c" ], "x-ms-correlation-request-id": [ - "1030a2a7-ee34-428e-a276-cdce2f65f651" + "4d358941-82c9-4531-8498-e8522e9c938c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180634Z:1030a2a7-ee34-428e-a276-cdce2f65f651" + "WESTUS2:20170724T224428Z:4d358941-82c9-4531-8498-e8522e9c938c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11679?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTY3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11291?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTI5MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "e223afde-1305-4685-adf9-bd342052f947" + "c12a09ef-86da-4671-a0c4-5e80cfba7eb8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679\",\r\n \"name\": \"datalakerg11679\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291\",\r\n \"name\": \"datalakerg11291\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:33 GMT" + "Mon, 24 Jul 2017 22:44:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-request-id": [ - "70a8ae0b-3f7f-4ebe-8b55-8ffba6d20923" + "27b42548-c9d7-42d8-b6f1-44d6796663be" ], "x-ms-correlation-request-id": [ - "70a8ae0b-3f7f-4ebe-8b55-8ffba6d20923" + "27b42548-c9d7-42d8-b6f1-44d6796663be" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180634Z:70a8ae0b-3f7f-4ebe-8b55-8ffba6d20923" + "WESTUS2:20170724T224428Z:27b42548-c9d7-42d8-b6f1-44d6796663be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwNDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1MDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54d5a8f7-5459-40ba-b4cf-381fb0e7e52c" + "f146dcd6-b501-44a4-8733-5875a9d7d1c4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14042' under resource group 'datalakerg11679' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15505' under resource group 'datalakerg11291' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:06:35 GMT" + "Mon, 24 Jul 2017 22:44:27 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "ccea031d-699a-4d13-95d1-22cfabc1404f" + "06d4ff00-8540-40e1-acbc-2eced979b04a" ], "x-ms-correlation-request-id": [ - "ccea031d-699a-4d13-95d1-22cfabc1404f" + "06d4ff00-8540-40e1-acbc-2eced979b04a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180635Z:ccea031d-699a-4d13-95d1-22cfabc1404f" + "WESTUS2:20170724T224428Z:06d4ff00-8540-40e1-acbc-2eced979b04a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwNDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1MDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14042.azuredatalakestore.net\",\r\n \"accountId\": \"11637310-f861-4853-8274-457dac625adc\",\r\n \"creationTime\": \"2017-03-27T18:06:36.88723Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:06:36.88723Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042\",\r\n \"name\": \"testadlfs14042\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15505.azuredatalakestore.net\",\r\n \"accountId\": \"5234d57f-15d4-4e4a-998c-0b9ee7aade6b\",\r\n \"creationTime\": \"2017-07-24T22:44:31.4004804Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:44:31.4004804Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505\",\r\n \"name\": \"testadlfs15505\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:07 GMT" + "Mon, 24 Jul 2017 22:45:04 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dfdc8dd6-cc96-4a95-9535-bbd253ca5ef1" + "0bfa3063-f5b5-48fe-a489-a453076353d3" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14984" ], "x-ms-correlation-request-id": [ - "1b079c49-887c-4e48-81b2-d15e8d385d9f" + "4e88f27f-a88e-42a8-87ac-91dc294f1619" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180708Z:1b079c49-887c-4e48-81b2-d15e8d385d9f" + "WESTUS2:20170724T224505Z:4e88f27f-a88e-42a8-87ac-91dc294f1619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwNDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1MDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd246778-f1c2-407f-9561-b1bc7350906f" + "2c877853-de5d-4595-995a-5e219b782b82" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14042.azuredatalakestore.net\",\r\n \"accountId\": \"11637310-f861-4853-8274-457dac625adc\",\r\n \"creationTime\": \"2017-03-27T18:06:36.88723Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:06:36.88723Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042\",\r\n \"name\": \"testadlfs14042\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15505.azuredatalakestore.net\",\r\n \"accountId\": \"5234d57f-15d4-4e4a-998c-0b9ee7aade6b\",\r\n \"creationTime\": \"2017-07-24T22:44:31.4004804Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:44:31.4004804Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505\",\r\n \"name\": \"testadlfs15505\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:08 GMT" + "Mon, 24 Jul 2017 22:45:05 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b5e25a5e-a5c0-4203-b0f1-386f02d68683" + "67d95d63-f9d9-4195-b818-2d12795726e3" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14987" ], "x-ms-correlation-request-id": [ - "df2df093-c5ce-43fa-8ff7-6cc1fa51e032" + "c2f71a3c-0590-4cee-9ded-fb7efdc01ca7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180708Z:df2df093-c5ce-43fa-8ff7-6cc1fa51e032" + "WESTUS2:20170724T224505Z:c2f71a3c-0590-4cee-9ded-fb7efdc01ca7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTQwNDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTI5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1MDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "b1d8f0c6-19f9-4896-a645-42675c79e7f2" + "5019d033-ccea-47ce-b2fc-3e9030ab5537" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"11637310-f861-4853-8274-457dac625adc\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042\",\r\n \"name\": \"testadlfs14042\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5234d57f-15d4-4e4a-998c-0b9ee7aade6b\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505\",\r\n \"name\": \"testadlfs15505\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:06:37 GMT" + "Mon, 24 Jul 2017 22:44:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11679/providers/Microsoft.DataLakeStore/accounts/testadlfs14042/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg11291/providers/Microsoft.DataLakeStore/accounts/testadlfs15505/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/11637310-f861-4853-8274-457dac625adc0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5234d57f-15d4-4e4a-998c-0b9ee7aade6b0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "216eca94-2cd4-4be9-850b-9d43456cdf36" + "c7e06187-8f15-4ab2-9dff-f4b9de31285c" ], "X-Content-Type-Options": [ "nosniff" @@ -652,10 +663,10 @@ "1197" ], "x-ms-correlation-request-id": [ - "9eb1dd72-805e-47c6-94e2-69ee9a3bad91" + "e0c7208b-2c4c-4250-b503-b346d0f06e82" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180637Z:9eb1dd72-805e-47c6-94e2-69ee9a3bad91" + "WESTUS2:20170724T224430Z:e0c7208b-2c4c-4250-b503-b346d0f06e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/11637310-f861-4853-8274-457dac625adc0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzExNjM3MzEwLWY4NjEtNDg1My04Mjc0LTQ1N2RhYzYyNWFkYzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5234d57f-15d4-4e4a-998c-0b9ee7aade6b0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzUyMzRkNTdmLTE1ZDQtNGU0YS05OThjLTBiOWVlN2FhZGU2YjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:07:06 GMT" + "Mon, 24 Jul 2017 22:45:03 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "448aea7a-21d2-49c9-b758-6eb6d6fb27af" + "6e519df1-eb28-407f-b0e4-cbc5b52e46c5" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14989" ], "x-ms-correlation-request-id": [ - "37cea37a-c990-47d6-92b0-d1b87b0a3f30" + "b4941aca-c860-4483-83d1-773afc97e553" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T180707Z:37cea37a-c990-47d6-92b0-d1b87b0a3f30" + "WESTUS2:20170724T224503Z:b4941aca-c860-4483-83d1-773afc97e553" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt6843?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDY4NDM/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt4214?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDQyMTQ/d3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "3427b49c-8093-4c77-bad7-b2bfc4719560" + "00ee8a2f-7c66-4a3b-819b-3ddbaba4a614" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:11 GMT" + "Mon, 24 Jul 2017 22:45:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs14042.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6843?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs15505.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4214?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "6c6b41ee-aef0-49f9-997b-8a45dacab91b" + "92c3acc8-4278-487a-83ef-3ccc4b5dea3a" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt6843?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDY4NDM/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt4214?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDQyMTQ/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4db5dab1-710e-46fd-b9ca-a8b53e602645" + "3868a201-5899-4a28-95b5-a9012ef57cc9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638030882,\r\n \"modificationTime\": 1490638030931,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936308894,\r\n \"modificationTime\": 1500936308934,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:11 GMT" + "Mon, 24 Jul 2017 22:45:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5a9051b2-1d91-4f27-b097-5015b04c50c5" + "49a24f68-8013-4af5-858c-4a085d58b0a9" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt6843?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDY4NDM/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt4214?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDQyMTQ/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "495eb0f1-94e5-4b91-ad60-9b21163edb56" + "ba27e7ec-2e5e-4e06-98ab-617754e72f48" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6843 [556455d1-9671-4cd3-a66a-f606caae1891][2017-03-27T11:07:12.6059012-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4214 [81719c81-8547-41db-99be-d3aa06c0c669][2017-07-24T15:45:10.1546698-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "273" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:12 GMT" + "Mon, 24 Jul 2017 22:45:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "556455d1-9671-4cd3-a66a-f606caae1891" + "81719c81-8547-41db-99be-d3aa06c0c669" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -898,8 +913,8 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt2462?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDI0NjI/b3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt6105?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDYxMDU/d3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -910,13 +925,14 @@ "42" ], "x-ms-client-request-id": [ - "0911d6ae-8e48-4ed4-8657-d41c1cd5a77f" + "26136d28-c11c-4e87-9642-d027f50f4a7f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -931,22 +947,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:11 GMT" + "Mon, 24 Jul 2017 22:45:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs14042.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2462?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs15505.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6105?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "61971e58-9fbb-482b-b98e-5e87f1695284" + "4595263e-ff73-4861-87d8-ed78c3d7db9c" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -961,22 +977,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt2462?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDI0NjI/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt6105?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDYxMDU/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e2e509d-253e-4a7c-8454-2c1d3f8686bb" + "5ee3b317-9bde-47d9-bfb7-f4703be432de" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638031382,\r\n \"modificationTime\": 1490638031473,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936309428,\r\n \"modificationTime\": 1500936309499,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -991,16 +1008,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:11 GMT" + "Mon, 24 Jul 2017 22:45:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6d38dec3-1071-44ef-9b50-2ad21351cfe7" + "f108dff8-cc44-49cf-b4f6-07f24a179710" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1015,22 +1032,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt2462?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDI0NjI/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FmsconcatFolder%2FSDKTestFile01.txt6105?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGbXNjb25jYXRGb2xkZXIlMkZTREtUZXN0RmlsZTAxLnR4dDYxMDU/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5bc28079-6d4d-475a-9278-da801341677e" + "90945425-4ce4-4c82-a498-ce3942640382" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2462 [b9e07c01-b8a9-4c58-a070-3ac14c28c080][2017-03-27T11:07:12.7465079-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6105 [8ae89933-cd01-428a-8628-b9f6f175635d][2017-07-24T15:45:10.2484200-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "273" @@ -1045,16 +1063,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:12 GMT" + "Mon, 24 Jul 2017 22:45:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b9e07c01-b8a9-4c58-a070-3ac14c28c080" + "8ae89933-cd01-428a-8628-b9f6f175635d" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1069,19 +1087,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019066?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA2Nj9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder015784?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTc4ND9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f16e3684-db6e-4536-83b7-5e4152f61b18" + "58f184a7-6ed3-468b-9a46-5590f6640152" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1099,16 +1118,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:11 GMT" + "Mon, 24 Jul 2017 22:45:08 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8a7e01e7-4a92-4cc5-b3a5-7e66c58bf2df" + "3f438aa1-f0e6-4ccd-918e-348cd8d62d41" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1123,10 +1142,10 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019066%2FSDKTestConcatFile01.txt?deleteSourceDirectory=true&op=MSCONCAT&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA2NiUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P2RlbGV0ZVNvdXJjZURpcmVjdG9yeT10cnVlJm9wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder015784%2FSDKTestConcatFile01.txt?deleteSourceDirectory=true&op=MSCONCAT&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTc4NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P2RlbGV0ZVNvdXJjZURpcmVjdG9yeT10cnVlJm9wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "sources=SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6843,SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2462", + "RequestBody": "sources=SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4214,SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6105", "RequestHeaders": { "Content-Type": [ "application/octet-stream" @@ -1135,13 +1154,14 @@ "113" ], "x-ms-client-request-id": [ - "64d2a9ba-b695-4ae9-9c9d-f73b62d72968" + "c6587d8e-a14c-4cd8-bac2-6257ae02dbf4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1156,16 +1176,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:12 GMT" + "Mon, 24 Jul 2017 22:45:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b5e15fa8-9386-4f32-b9db-3e152d77f758" + "cb3fa790-8fec-4a15-a7c0-23248f6cec31" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1180,22 +1200,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder019066%2FSDKTestConcatFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxOTA2NiUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder015784%2FSDKTestConcatFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNTc4NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68d6d5ab-5923-4fe2-9d91-166c9d896f71" + "0795a126-1014-4e61-9eea-e8b862283613" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638032303,\r\n \"modificationTime\": 1490638032335,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936309898,\r\n \"modificationTime\": 1500936309916,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1210,16 +1231,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:12 GMT" + "Mon, 24 Jul 2017 22:45:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5b362a5b-cc55-42f5-9596-5e14c4a1f850" + "8254cd02-699c-4803-96b6-04ba8ed842cf" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1240,16 +1261,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5af4b01-34f7-4c59-8c56-b357f0007e12" + "b31621bc-c29b-40c5-b2f9-a2e8a3bc7ccc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder [1a2e882a-53c7-403d-b430-dd7c91464850][2017-03-27T11:07:12.8715311-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/msconcatFolder [835fe993-96e7-4069-ab95-4d070f957905][2017-07-24T15:45:10.3421724-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "251" @@ -1264,16 +1286,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:07:12 GMT" + "Mon, 24 Jul 2017 22:45:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1a2e882a-53c7-403d-b430-dd7c91464850" + "835fe993-96e7-4069-ab95-4d070f957905" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1290,19 +1312,19 @@ ], "Names": { ".ctor": [ - "datalakerg11679", - "testdatalake15445", - "testadlfs14042" + "datalakerg11291", + "testdatalake16520", + "testadlfs15505" ], "CreateFile": [ - "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6843", - "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt2462" + "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt4214", + "SDKTestFolder01/msconcatFolder/SDKTestFile01.txt6105" ], "CreateFolder": [ - "SDKTestFolder019066" + "SDKTestFolder015784" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json index a1b94f6315e2e..72c721395b0e2 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemMsConcatenateFiles.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29919c23-63e1-4bec-8ff0-2b472fc8593f" + "b6f3ae31-c3bf-4628-8849-b00503ef42cc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:14 GMT" + "Mon, 24 Jul 2017 23:11:48 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-request-id": [ - "aed14a85-8a7a-4de1-9101-915b2c906be4" + "5d76d06c-29c8-4e19-b36c-0993ce1f81b8" ], "x-ms-correlation-request-id": [ - "aed14a85-8a7a-4de1-9101-915b2c906be4" + "5d76d06c-29c8-4e19-b36c-0993ce1f81b8" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184314Z:aed14a85-8a7a-4de1-9101-915b2c906be4" + "WESTUS:20170724T231149Z:5d76d06c-29c8-4e19-b36c-0993ce1f81b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67116321-1338-4f64-8610-6620ff4cce42" + "8cbc792b-1e4f-40af-99fe-2c134c9a019f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:14 GMT" + "Mon, 24 Jul 2017 23:11:48 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14991" ], "x-ms-request-id": [ - "4f6f2902-c2b1-436f-a9eb-bcaa8d314a73" + "309c5be0-7829-4e01-bafb-be0be4c73271" ], "x-ms-correlation-request-id": [ - "4f6f2902-c2b1-436f-a9eb-bcaa8d314a73" + "309c5be0-7829-4e01-bafb-be0be4c73271" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184315Z:4f6f2902-c2b1-436f-a9eb-bcaa8d314a73" + "WESTUS:20170724T231149Z:309c5be0-7829-4e01-bafb-be0be4c73271" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e4b6bb8-37bc-46f8-b1ad-536fee441c47" + "b60ef4a9-2374-4c62-8f14-f16206aa36f6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:14 GMT" + "Mon, 24 Jul 2017 23:11:49 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-request-id": [ - "bd2346ff-2e24-4454-bf66-23eb60318a90" + "46541d7e-6fd3-4b14-8981-0ad65002327f" ], "x-ms-correlation-request-id": [ - "bd2346ff-2e24-4454-bf66-23eb60318a90" + "46541d7e-6fd3-4b14-8981-0ad65002327f" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184315Z:bd2346ff-2e24-4454-bf66-23eb60318a90" + "WESTUS:20170724T231150Z:46541d7e-6fd3-4b14-8981-0ad65002327f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e015b4e7-c044-4620-8a2f-762da456a535" + "98b6b918-4aaa-4210-9cc7-d24bda5d6cb4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:15 GMT" + "Mon, 24 Jul 2017 23:11:49 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14990" ], "x-ms-request-id": [ - "88f1423e-7517-4a4f-92a4-09f64337e03c" + "0fcd4c28-73cc-4096-a5e6-3571c6fe4cc4" ], "x-ms-correlation-request-id": [ - "88f1423e-7517-4a4f-92a4-09f64337e03c" + "0fcd4c28-73cc-4096-a5e6-3571c6fe4cc4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184315Z:88f1423e-7517-4a4f-92a4-09f64337e03c" + "WESTUS:20170724T231150Z:0fcd4c28-73cc-4096-a5e6-3571c6fe4cc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13347?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1750?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55843cbe-c272-40a9-8f11-5064836f28bc" + "b51a53c5-e2a3-46ec-9d6b-1ad5e0991e05" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13347' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1750' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "107" + "106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:15 GMT" + "Mon, 24 Jul 2017 23:11:49 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14989" ], "x-ms-request-id": [ - "7f5cda58-d551-42ac-a944-962d4ccf1ae9" + "de4b98ac-2e75-4516-9c25-395d413afeab" ], "x-ms-correlation-request-id": [ - "7f5cda58-d551-42ac-a944-962d4ccf1ae9" + "de4b98ac-2e75-4516-9c25-395d413afeab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184315Z:7f5cda58-d551-42ac-a944-962d4ccf1ae9" + "WESTUS:20170724T231150Z:de4b98ac-2e75-4516-9c25-395d413afeab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13347?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1750?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c0646aa-4d8e-42b1-b2e3-8c0126017b5e" + "b68ae222-c3b9-4bc1-ad80-aa6b2bee501e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347\",\r\n \"name\": \"datalakerg13347\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750\",\r\n \"name\": \"datalakerg1750\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:16 GMT" + "Mon, 24 Jul 2017 23:11:51 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14988" ], "x-ms-request-id": [ - "e9b3e7aa-2a07-437e-90a0-57d95887e13e" + "2510a190-6df9-45f1-9498-e11f25453165" ], "x-ms-correlation-request-id": [ - "e9b3e7aa-2a07-437e-90a0-57d95887e13e" + "2510a190-6df9-45f1-9498-e11f25453165" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184316Z:e9b3e7aa-2a07-437e-90a0-57d95887e13e" + "WESTUS:20170724T231151Z:2510a190-6df9-45f1-9498-e11f25453165" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13347?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzM0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1750?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "e1fce4af-d548-497a-ab92-4411864f0aa1" + "14638901-d51a-405d-b996-486c5d3f8c05" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347\",\r\n \"name\": \"datalakerg13347\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750\",\r\n \"name\": \"datalakerg1750\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "184" + "182" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:15 GMT" + "Mon, 24 Jul 2017 23:11:50 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-request-id": [ - "ccfba5d1-3ba5-4926-8217-c2826d41fd9e" + "40513e43-308d-4bde-b1cd-ffd5fa97835c" ], "x-ms-correlation-request-id": [ - "ccfba5d1-3ba5-4926-8217-c2826d41fd9e" + "40513e43-308d-4bde-b1cd-ffd5fa97835c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184316Z:ccfba5d1-3ba5-4926-8217-c2826d41fd9e" + "WESTUS:20170724T231151Z:40513e43-308d-4bde-b1cd-ffd5fa97835c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1NDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f6edd15-63f8-4447-9903-1bda948be666" + "9bca1b24-845f-4e4b-93f5-0c810b9e91ae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12542' under resource group 'datalakerg13347' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1482' under resource group 'datalakerg1750' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "166" + "164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:43:17 GMT" + "Mon, 24 Jul 2017 23:11:52 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "f87bdb0b-feb5-4faa-903e-75b4e9085d8b" + "70a9d03f-80ca-44ee-97a2-32d42e7f39f5" ], "x-ms-correlation-request-id": [ - "f87bdb0b-feb5-4faa-903e-75b4e9085d8b" + "70a9d03f-80ca-44ee-97a2-32d42e7f39f5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184317Z:f87bdb0b-feb5-4faa-903e-75b4e9085d8b" + "WESTUS:20170724T231152Z:70a9d03f-80ca-44ee-97a2-32d42e7f39f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1NDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12542.azuredatalakestore.net\",\r\n \"accountId\": \"0caf8536-28ce-4b51-b2e6-ae66cd856474\",\r\n \"creationTime\": \"2017-03-27T18:43:19.6800697Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:43:19.6800697Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542\",\r\n \"name\": \"testadlfs12542\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1482.azuredatalakestore.net\",\r\n \"accountId\": \"39948448-367c-4c8f-be12-a3a37527be6c\",\r\n \"creationTime\": \"2017-07-24T23:11:57.2048533Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:11:57.2048533Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482\",\r\n \"name\": \"testadlfs1482\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:43:50 GMT" + "Mon, 24 Jul 2017 23:12:25 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0de91aef-c1d9-439b-b098-0901c10ad51f" + "adb3ad34-1c29-45b9-9241-ad04b6dd4a46" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14926" ], "x-ms-correlation-request-id": [ - "41f04180-6c89-4fec-88f7-ed0507e65f81" + "aa15c60c-0af5-45f3-a6ce-649894bf5517" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184350Z:41f04180-6c89-4fec-88f7-ed0507e65f81" + "WESTUS:20170724T231226Z:aa15c60c-0af5-45f3-a6ce-649894bf5517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1NDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "33cdb3f6-d1e7-4b79-bebb-0b5e1c0f9de0" + "73dd84d2-cf3d-4542-9330-a0712261f575" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12542.azuredatalakestore.net\",\r\n \"accountId\": \"0caf8536-28ce-4b51-b2e6-ae66cd856474\",\r\n \"creationTime\": \"2017-03-27T18:43:19.6800697Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:43:19.6800697Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542\",\r\n \"name\": \"testadlfs12542\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1482.azuredatalakestore.net\",\r\n \"accountId\": \"39948448-367c-4c8f-be12-a3a37527be6c\",\r\n \"creationTime\": \"2017-07-24T23:11:57.2048533Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:11:57.2048533Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482\",\r\n \"name\": \"testadlfs1482\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:43:49 GMT" + "Mon, 24 Jul 2017 23:12:26 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "62850000-c821-4207-89a3-349a86e60c17" + "521b599b-0ec4-4e0e-8d6d-9a34961c6dac" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14989" ], "x-ms-correlation-request-id": [ - "d1ad6000-3c83-412b-b3e9-db27f88e36d1" + "9f6a8c68-f791-4f3e-aa75-fed1754d4735" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184350Z:d1ad6000-3c83-412b-b3e9-db27f88e36d1" + "WESTUS:20170724T231227Z:9f6a8c68-f791-4f3e-aa75-fed1754d4735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzM0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI1NDI/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "61a47cc2-5496-4d69-90b6-c9f4165fab69" + "d51d460d-c05d-46e1-bc6d-50139e2b971e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"0caf8536-28ce-4b51-b2e6-ae66cd856474\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542\",\r\n \"name\": \"testadlfs12542\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"39948448-367c-4c8f-be12-a3a37527be6c\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482\",\r\n \"name\": \"testadlfs1482\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "420" + "417" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:43:18 GMT" + "Mon, 24 Jul 2017 23:11:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13347/providers/Microsoft.DataLakeStore/accounts/testadlfs12542/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg1750/providers/Microsoft.DataLakeStore/accounts/testadlfs1482/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0caf8536-28ce-4b51-b2e6-ae66cd8564740?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/39948448-367c-4c8f-be12-a3a37527be6c0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "3b7c6e66-3939-4d24-9914-a0f3aac7776c" + "749f7f13-7a40-434d-ae0d-f8e9412c493b" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "23617e19-d227-453f-b9c7-86bf0811accf" + "068b46d7-12c2-4f58-b6a4-4fce5f8ca658" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184318Z:23617e19-d227-453f-b9c7-86bf0811accf" + "WESTUS:20170724T231155Z:068b46d7-12c2-4f58-b6a4-4fce5f8ca658" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0caf8536-28ce-4b51-b2e6-ae66cd8564740?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzBjYWY4NTM2LTI4Y2UtNGI1MS1iMmU2LWFlNjZjZDg1NjQ3NDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/39948448-367c-4c8f-be12-a3a37527be6c0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzM5OTQ4NDQ4LTM2N2MtNGM4Zi1iZTEyLWEzYTM3NTI3YmU2YzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:43:48 GMT" + "Mon, 24 Jul 2017 23:12:25 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7591948a-504f-4515-ae6f-463f3d53beb5" + "fc0486b7-450e-459c-b52a-d77450abb6ce" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-correlation-request-id": [ - "f1b0c63a-1a73-46c4-88e1-95ec9f9162ae" + "3c0248ba-c328-45f6-aa50-fc37c861bd1e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T184349Z:f1b0c63a-1a73-46c4-88e1-95ec9f9162ae" + "WESTUS:20170724T231225Z:3c0248ba-c328-45f6-aa50-fc37c861bd1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9567?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTY3P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6720?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NzIwP3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "67631ebc-8a5c-488b-88bd-df6804696c8d" + "7d1d7ce6-db04-400e-8e62-0900ddf8ac61" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:56 GMT" + "Mon, 24 Jul 2017 23:12:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs12542.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt9567?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs1482.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt6720?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "76bad24c-1102-4325-89b4-1ff2c518af13" + "231c7651-399d-4365-ad2f-89224f62cb8b" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9567?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTY3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6720?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NzIwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e8191e5-aec0-4911-b981-7bd4c833f81a" + "67a12c00-33aa-4301-863b-4c0600e5a265" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490640236540,\r\n \"modificationTime\": 1490640236605,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937954719,\r\n \"modificationTime\": 1500937954772,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:56 GMT" + "Mon, 24 Jul 2017 23:12:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5c8f6fb2-4024-45b8-8e32-5037f9c82aad" + "7f8fdbaf-37be-45dd-8d4e-a1f5605ab0f9" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt9567?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ5NTY3P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt6720?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ2NzIwP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2793d516-2e13-4832-aede-fd6672cceba1" + "51ec3cfe-fdb9-40f1-8750-d513f7a8d187" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt9567 [3400f4a5-36e9-49c9-b3bf-ee002f4745b6][2017-03-27T11:43:58.0896336-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt6720 [6e37a039-1ea0-4cf0-b256-73c0fc1155ee][2017-07-24T16:12:37.0266050-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:57 GMT" + "Mon, 24 Jul 2017 23:12:36 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3400f4a5-36e9-49c9-b3bf-ee002f4745b6" + "6e37a039-1ea0-4cf0-b256-73c0fc1155ee" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -898,8 +913,8 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2924?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyOTI0P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4502?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTAyP3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -910,13 +925,14 @@ "42" ], "x-ms-client-request-id": [ - "4943f721-0a07-473b-9e39-372c88418292" + "6f04b23a-1aac-4b8f-96d6-254e9a3bc119" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -931,22 +947,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:56 GMT" + "Mon, 24 Jul 2017 23:12:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs12542.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt2924?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs1482.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4502?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "f27d6061-cd0f-4a99-8fe2-a3efd1228d6b" + "d5cc5029-db8a-43a1-8486-88962b9832d7" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -961,22 +977,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2924?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyOTI0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4502?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTAyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "155dddb8-4a13-4663-8f99-1bdbdc1f4051" + "f3fc06c1-933c-41bc-af6c-ac69174c42c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490640237081,\r\n \"modificationTime\": 1490640237127,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937955967,\r\n \"modificationTime\": 1500937956026,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -991,16 +1008,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:56 GMT" + "Mon, 24 Jul 2017 23:12:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "038e9053-890b-402f-aa70-171e22154cfe" + "cdb31c7c-6e16-4799-9ff4-7e9ecf437d64" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1015,22 +1032,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt2924?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQyOTI0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4502?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NTAyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "384091bb-53c2-4350-8020-eb1d6ff4de04" + "ff94c07d-48d2-40b9-897f-0a2dcf0f986c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt2924 [1ab81c23-203b-447d-bc4d-4566c791ec0b][2017-03-27T11:43:58.4021607-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /SDKTestFolder01/SDKTestFile01.txt4502 [854118f9-e896-4464-8d3b-635c60c5140c][2017-07-24T16:12:37.1203557-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "258" @@ -1045,16 +1063,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:57 GMT" + "Mon, 24 Jul 2017 23:12:36 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1ab81c23-203b-447d-bc4d-4566c791ec0b" + "854118f9-e896-4464-8d3b-635c60c5140c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -1069,19 +1087,20 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder018274?op=MKDIRS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxODI3ND9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder016979?op=MKDIRS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjk3OT9vcD1NS0RJUlMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9faafb60-b59a-4042-b662-99613e24277d" + "0d3c4907-cd90-40cf-8b93-1bd56978da68" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"boolean\": true\r\n}", @@ -1099,16 +1118,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:56 GMT" + "Mon, 24 Jul 2017 23:12:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "00b353a8-a994-4e9b-8d1e-37174f214a9d" + "724566e5-dfe6-43d3-b9c9-d94a9f7bc00c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1123,10 +1142,10 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder018274%2FSDKTestConcatFile01.txt?op=MSCONCAT&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxODI3NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder016979%2FSDKTestConcatFile01.txt?op=MSCONCAT&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjk3OSUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPU1TQ09OQ0FUJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "sources=SDKTestFolder01/SDKTestFile01.txt9567,SDKTestFolder01/SDKTestFile01.txt2924", + "RequestBody": "sources=SDKTestFolder01/SDKTestFile01.txt6720,SDKTestFolder01/SDKTestFile01.txt4502", "RequestHeaders": { "Content-Type": [ "application/octet-stream" @@ -1135,13 +1154,14 @@ "83" ], "x-ms-client-request-id": [ - "00f17fed-48ad-4ee7-b507-64cd9f68827c" + "8944781f-3a4e-44dc-a04a-ffc7570188ec" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1156,16 +1176,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:57 GMT" + "Mon, 24 Jul 2017 23:12:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7afefe66-0217-4ae8-b367-2cf51be8ca74" + "efd11979-c1e3-45b2-a73d-94c5291cdead" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1180,22 +1200,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder018274%2FSDKTestConcatFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxODI3NCUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder016979%2FSDKTestConcatFile01.txt?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxNjk3OSUyRlNES1Rlc3RDb25jYXRGaWxlMDEudHh0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40a7429a-4805-4162-8719-31bda07e27ef" + "3dc70b78-7eb7-48a9-9e6d-f4f01911781e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490640237672,\r\n \"modificationTime\": 1490640237766,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 84,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937956548,\r\n \"modificationTime\": 1500937956585,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -1210,16 +1231,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:43:57 GMT" + "Mon, 24 Jul 2017 23:12:36 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d9d41571-e784-486c-807a-165663fd81a1" + "dff81457-6948-4d32-af51-6310d7336b84" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1236,19 +1257,19 @@ ], "Names": { ".ctor": [ - "datalakerg13347", - "testdatalake19165", - "testadlfs12542" + "datalakerg1750", + "testdatalake16552", + "testadlfs1482" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt9567", - "SDKTestFolder01/SDKTestFile01.txt2924" + "SDKTestFolder01/SDKTestFile01.txt6720", + "SDKTestFolder01/SDKTestFile01.txt4502" ], "CreateFolder": [ - "SDKTestFolder018274" + "SDKTestFolder016979" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeConcurrentAppend.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeConcurrentAppend.json index 49b94cb11457e..40bb5e2e5dca8 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeConcurrentAppend.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeConcurrentAppend.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a35db849-bf03-4ef5-beb6-70d18c668794" + "d6d7cf8f-7c6b-41e0-b267-00d4e6ebae7b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:33 GMT" + "Mon, 24 Jul 2017 22:51:21 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-request-id": [ - "6c8e1c50-bf70-4cb1-b33e-fe386b35029a" + "34994681-9cf5-4c2b-b418-cc4a37fc55d7" ], "x-ms-correlation-request-id": [ - "6c8e1c50-bf70-4cb1-b33e-fe386b35029a" + "34994681-9cf5-4c2b-b418-cc4a37fc55d7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181433Z:6c8e1c50-bf70-4cb1-b33e-fe386b35029a" + "WESTUS2:20170724T225121Z:34994681-9cf5-4c2b-b418-cc4a37fc55d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b615b0fd-ce30-431d-ba23-0bee232d3776" + "5b83cdc4-735f-44e3-8d7f-c1856da5b5da" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:33 GMT" + "Mon, 24 Jul 2017 22:51:21 GMT" ], "Pragma": [ "no-cache" @@ -97,13 +99,13 @@ "14995" ], "x-ms-request-id": [ - "f9c3b714-d1a4-4131-9287-e0e8b9ce9631" + "f98f1000-874c-4f6a-a307-2a688f90759d" ], "x-ms-correlation-request-id": [ - "f9c3b714-d1a4-4131-9287-e0e8b9ce9631" + "f98f1000-874c-4f6a-a307-2a688f90759d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181433Z:f9c3b714-d1a4-4131-9287-e0e8b9ce9631" + "WESTUS2:20170724T225122Z:f98f1000-874c-4f6a-a307-2a688f90759d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "414d98da-b4c6-4693-aeaf-f6ca5977f0eb" + "83b156a2-2ee9-4e7e-8307-c6d680ab6ad0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:34 GMT" + "Mon, 24 Jul 2017 22:51:22 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-request-id": [ - "609a42bb-f30d-426b-bc3c-6c696d265e24" + "2d52d1ca-d963-4a9e-b49d-2f51e1657382" ], "x-ms-correlation-request-id": [ - "609a42bb-f30d-426b-bc3c-6c696d265e24" + "2d52d1ca-d963-4a9e-b49d-2f51e1657382" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181434Z:609a42bb-f30d-426b-bc3c-6c696d265e24" + "WESTUS2:20170724T225123Z:2d52d1ca-d963-4a9e-b49d-2f51e1657382" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ce8bcde-5847-4c0d-abe9-2b8d597166a8" + "5da2ea19-7008-4f77-a9c9-edfda07fdb73" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:34 GMT" + "Mon, 24 Jul 2017 22:51:22 GMT" ], "Pragma": [ "no-cache" @@ -208,13 +212,13 @@ "14994" ], "x-ms-request-id": [ - "e447539a-105b-4183-b26a-126b073c6eb1" + "e2e3b969-c2ba-48fc-87eb-e67aa8c5f6d6" ], "x-ms-correlation-request-id": [ - "e447539a-105b-4183-b26a-126b073c6eb1" + "e2e3b969-c2ba-48fc-87eb-e67aa8c5f6d6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181434Z:e447539a-105b-4183-b26a-126b073c6eb1" + "WESTUS2:20170724T225123Z:e2e3b969-c2ba-48fc-87eb-e67aa8c5f6d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11847?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTg0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17581?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU4MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4efb741-8c48-4273-927d-651c0a9485a6" + "f930eed1-21a9-4e69-997e-e2cf246601ff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11847' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17581' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:34 GMT" + "Mon, 24 Jul 2017 22:51:22 GMT" ], "Pragma": [ "no-cache" @@ -265,13 +270,13 @@ "14993" ], "x-ms-request-id": [ - "fa279fe7-b275-464a-b67f-97a1a15c3812" + "b02dda18-da12-49c7-91d2-7d1d11e57473" ], "x-ms-correlation-request-id": [ - "fa279fe7-b275-464a-b67f-97a1a15c3812" + "b02dda18-da12-49c7-91d2-7d1d11e57473" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181434Z:fa279fe7-b275-464a-b67f-97a1a15c3812" + "WESTUS2:20170724T225123Z:b02dda18-da12-49c7-91d2-7d1d11e57473" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11847?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTg0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17581?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU4MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b92d8a53-9b9f-49e3-9d21-c12aaff93063" + "ecdc6caf-7cc9-412e-8bfa-13c6bce4dc8f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847\",\r\n \"name\": \"datalakerg11847\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581\",\r\n \"name\": \"datalakerg17581\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:35 GMT" + "Mon, 24 Jul 2017 22:51:24 GMT" ], "Pragma": [ "no-cache" @@ -319,13 +325,13 @@ "14992" ], "x-ms-request-id": [ - "34d5cb65-3d31-4747-a538-70723e612ed7" + "2ab8a605-41db-4989-bb75-e9cb98db4f53" ], "x-ms-correlation-request-id": [ - "34d5cb65-3d31-4747-a538-70723e612ed7" + "2ab8a605-41db-4989-bb75-e9cb98db4f53" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181435Z:34d5cb65-3d31-4747-a538-70723e612ed7" + "WESTUS2:20170724T225124Z:2ab8a605-41db-4989-bb75-e9cb98db4f53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11847?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTg0Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17581?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzU4MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "eb77bdc6-9c77-4728-a7ed-a4fd6f925f72" + "c534f8e8-1014-42b0-9efa-da9b82bbadfa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847\",\r\n \"name\": \"datalakerg11847\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581\",\r\n \"name\": \"datalakerg17581\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:35 GMT" + "Mon, 24 Jul 2017 22:51:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-request-id": [ - "bbd3bae3-113f-4abd-870c-e67a6d2fcc60" + "bd600228-6999-42bf-9c24-b5ece98f7d9e" ], "x-ms-correlation-request-id": [ - "bbd3bae3-113f-4abd-870c-e67a6d2fcc60" + "bd600228-6999-42bf-9c24-b5ece98f7d9e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181435Z:bbd3bae3-113f-4abd-870c-e67a6d2fcc60" + "WESTUS2:20170724T225124Z:bd600228-6999-42bf-9c24-b5ece98f7d9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwMjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ced6b00-bcd5-47a3-8673-26235b30f598" + "311e5a80-e566-4f4f-90a8-4339b7592b6f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17884' under resource group 'datalakerg11847' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13027' under resource group 'datalakerg17581' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:14:35 GMT" + "Mon, 24 Jul 2017 22:51:25 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "cc8d1436-93fe-4e80-937c-e0ed10e3539e" + "29926ec6-0f46-4794-b950-17ffca16d0dc" ], "x-ms-correlation-request-id": [ - "cc8d1436-93fe-4e80-937c-e0ed10e3539e" + "29926ec6-0f46-4794-b950-17ffca16d0dc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181435Z:cc8d1436-93fe-4e80-937c-e0ed10e3539e" + "WESTUS2:20170724T225125Z:29926ec6-0f46-4794-b950-17ffca16d0dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwMjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17884.azuredatalakestore.net\",\r\n \"accountId\": \"4a7bbe4b-1f09-4a55-85d2-93ce7ebae1bb\",\r\n \"creationTime\": \"2017-03-27T18:14:37.6941788Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:14:37.6941788Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884\",\r\n \"name\": \"testadlfs17884\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13027.azuredatalakestore.net\",\r\n \"accountId\": \"f39d412f-a729-435f-9357-25db40f41816\",\r\n \"creationTime\": \"2017-07-24T22:51:28.6636989Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:51:28.6636989Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027\",\r\n \"name\": \"testadlfs13027\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:15:08 GMT" + "Mon, 24 Jul 2017 22:51:58 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "09dddc95-1951-4c07-a169-d3f54a6da1bb" + "11c6f916-68a8-4436-864b-e11eb3f9ca4a" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14982" ], "x-ms-correlation-request-id": [ - "d96de745-081a-43b5-ab2c-d295793731c5" + "214cf173-18ec-4bc8-b889-b4e9437362c8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181509Z:d96de745-081a-43b5-ab2c-d295793731c5" + "WESTUS2:20170724T225158Z:214cf173-18ec-4bc8-b889-b4e9437362c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwMjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96a698c4-3ff3-434d-981f-cf1881d384b4" + "fccaad4c-0c54-4c67-98ad-3bf4ceadcbb3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17884.azuredatalakestore.net\",\r\n \"accountId\": \"4a7bbe4b-1f09-4a55-85d2-93ce7ebae1bb\",\r\n \"creationTime\": \"2017-03-27T18:14:37.6941788Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:14:37.6941788Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884\",\r\n \"name\": \"testadlfs17884\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13027.azuredatalakestore.net\",\r\n \"accountId\": \"f39d412f-a729-435f-9357-25db40f41816\",\r\n \"creationTime\": \"2017-07-24T22:51:28.6636989Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:51:28.6636989Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027\",\r\n \"name\": \"testadlfs13027\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:15:09 GMT" + "Mon, 24 Jul 2017 22:51:59 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a737e5fb-c43a-47bc-8cd0-ce44d0944ea1" + "4619cb80-3675-4dc9-9c5e-81c3b7bf2b68" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14990" ], "x-ms-correlation-request-id": [ - "d5512e8f-80da-4ade-a0cf-25d6f38dee3f" + "9fc70301-54f2-4f28-a5d9-7f0437330c7c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181509Z:d5512e8f-80da-4ade-a0cf-25d6f38dee3f" + "WESTUS2:20170724T225159Z:9fc70301-54f2-4f28-a5d9-7f0437330c7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4ODQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwMjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "0ba62dd4-f531-4e35-b858-354250dfc1b8" + "d03d9954-be25-4084-a192-9714745b34b4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4a7bbe4b-1f09-4a55-85d2-93ce7ebae1bb\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884\",\r\n \"name\": \"testadlfs17884\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"f39d412f-a729-435f-9357-25db40f41816\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027\",\r\n \"name\": \"testadlfs13027\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:14:37 GMT" + "Mon, 24 Jul 2017 22:51:27 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11847/providers/Microsoft.DataLakeStore/accounts/testadlfs17884/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17581/providers/Microsoft.DataLakeStore/accounts/testadlfs13027/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4a7bbe4b-1f09-4a55-85d2-93ce7ebae1bb0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f39d412f-a729-435f-9357-25db40f418160?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "2b1c301d-7af6-450f-ad9f-92e652e8f20d" + "a4a10ee8-31cd-4f42-94aa-514ae9b27567" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1198" ], "x-ms-correlation-request-id": [ - "ebf71bfd-b539-475a-8517-b54c523016d5" + "ad0d0d76-2db7-424a-85b2-c6f22d07e39b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181437Z:ebf71bfd-b539-475a-8517-b54c523016d5" + "WESTUS2:20170724T225127Z:ad0d0d76-2db7-424a-85b2-c6f22d07e39b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4a7bbe4b-1f09-4a55-85d2-93ce7ebae1bb0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzRhN2JiZTRiLTFmMDktNGE1NS04NWQyLTkzY2U3ZWJhZTFiYjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f39d412f-a729-435f-9357-25db40f418160?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2YzOWQ0MTJmLWE3MjktNDM1Zi05MzU3LTI1ZGI0MGY0MTgxNjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:15:08 GMT" + "Mon, 24 Jul 2017 22:51:57 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f99dc898-c3dd-4d93-801a-ddc7cb018a14" + "410e834d-d35b-4c4f-a589-117e9df6669d" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14978" ], "x-ms-correlation-request-id": [ - "2579aace-c6bb-40e0-b626-99ba89af662e" + "7b5780cd-4f11-47ea-bc42-ab0bf0af3991" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181508Z:2579aace-c6bb-40e0-b626-99ba89af662e" + "WESTUS2:20170724T225158Z:7b5780cd-4f11-47ea-bc42-ab0bf0af3991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt3301?appendMode=autocreate&op=CONCURRENTAPPEND&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMzAxP2FwcGVuZE1vZGU9YXV0b2NyZWF0ZSZvcD1DT05DVVJSRU5UQVBQRU5EJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt130?appendMode=autocreate&op=CONCURRENTAPPEND&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMzA/YXBwZW5kTW9kZT1hdXRvY3JlYXRlJm9wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -736,7 +748,7 @@ "application/octet-stream" ], "x-ms-client-request-id": [ - "932777d5-3c88-4e41-bbd8-a13a9b31890d" + "4f7d07c2-1e8e-463e-98d4-e7c61b25288f" ], "Transfer-Encoding": [ "chunked" @@ -745,7 +757,8 @@ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "\"Operation succeeded.\"", @@ -763,13 +776,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:15:10 GMT" + "Mon, 24 Jul 2017 22:52:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4f4b60e9-8995-4d1c-86df-c06a354958ef" + "fde75701-f94b-4cde-9f46-8a50aee81a89" ], "X-Content-Type-Options": [ "nosniff" @@ -781,19 +794,20 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3301?op=OPEN&read=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMzAxP29wPU9QRU4mcmVhZD10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt130?read=true&op=OPEN&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMzA/cmVhZD10cnVlJm9wPU9QRU4mYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5bb326c-584e-43d1-869a-5f130a23b426" + "2cfd7115-6009-4f2e-955b-20aab7cfbda4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "More test contents, that were appended!", @@ -808,7 +822,7 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:15:11 GMT" + "Mon, 24 Jul 2017 22:52:01 GMT" ], "Pragma": [ "no-cache" @@ -817,10 +831,10 @@ "chunked" ], "x-ms-request-id": [ - "0ca08f95-ea5f-4b5d-b0f0-d6273d7aae5a" + "1ffc1983-5623-4d44-9386-a9803605d195" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -835,8 +849,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3301?op=APPEND&append=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzMzAxP29wPUFQUEVORCZhcHBlbmQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt130?append=true&op=APPEND&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMzA/YXBwZW5kPXRydWUmb3A9QVBQRU5EJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -847,19 +861,20 @@ "0" ], "x-ms-client-request-id": [ - "896d4229-2023-4533-95e8-b13b2d425d46" + "cd166f84-dd9c-4d8b-8142-b85d0df39011" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"APPEND failed with error 0x83090053 (Internal server error.). [6aed0b97-5240-4da5-8918-3081b160e17d][2017-03-27T11:15:31.7622421-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"IllegalArgumentException\",\r\n \"message\": \"APPEND failed with error 0x83090a6f (Bad request. The target file does not support this particular type of append operation. If the concurrent append operation has been used with this file in the past, you need to append to this file using the concurrent append operation. If the append operation with offset has been used in the past, you need to append to this file using the append operation with offset. On the same file, it is not possible to use both of these operations.). [512c01d7-6ab4-45d3-bf0d-c102f902ace0][2017-07-24T15:52:02.6001800-07:00]\",\r\n \"javaClassName\": \"java.lang.IllegalArgumentException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "245" + "679" ], "Content-Type": [ "application/json; charset=utf-8" @@ -871,19 +886,19 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:15:31 GMT" + "Mon, 24 Jul 2017 22:52:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6aed0b97-5240-4da5-8918-3081b160e17d" + "512c01d7-6ab4-45d3-bf0d-c102f902ace0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ - "0x83090053" + "0x83090A6F" ], "X-Content-Type-Options": [ "nosniff" @@ -892,11 +907,11 @@ "max-age=15724800; includeSubDomains" ] }, - "StatusCode": 500 + "StatusCode": 400 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7517?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NTE3P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt3454?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNDU0P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -907,13 +922,14 @@ "42" ], "x-ms-client-request-id": [ - "fd497abc-79bf-4545-ad12-f9c7ac8b354e" + "dfd7b2d1-4f1c-4814-8e6f-7d8fd38f8819" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -928,22 +944,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:15:31 GMT" + "Mon, 24 Jul 2017 22:52:02 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17884.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7517?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs13027.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt3454?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "3c4372bd-b415-468b-a771-a4b2d8ce2d81" + "0f1cbe9b-bd44-4d52-b6c5-0605b13173f6" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -958,8 +974,8 @@ "StatusCode": 201 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7517?op=CONCURRENTAPPEND&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NTE3P29wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt3454?op=CONCURRENTAPPEND&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQzNDU0P29wPUNPTkNVUlJFTlRBUFBFTkQmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "POST", "RequestBody": "More test contents, that were appended!", "RequestHeaders": { @@ -967,7 +983,7 @@ "application/octet-stream" ], "x-ms-client-request-id": [ - "5b813c88-c31b-46a0-8996-5b0eb11b4db0" + "3d50ce0e-b126-4681-a94d-49a528aafa25" ], "Transfer-Encoding": [ "chunked" @@ -976,10 +992,11 @@ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"The exception is unexpected. [0x83090053] [][2017-03-27T11:15:52.6224573-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"The exception is unexpected. [0x83090A6F] [][2017-07-24T15:52:24.0635506-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "189" @@ -994,13 +1011,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:15:52 GMT" + "Mon, 24 Jul 2017 22:52:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8b41c71d-1465-499c-87f7-7357495b11a7" + "c2e07041-3b4e-4458-be90-4fb2cdf584f7" ], "X-Content-Type-Options": [ "nosniff" @@ -1014,18 +1031,18 @@ ], "Names": { ".ctor": [ - "datalakerg11847", - "testdatalake12475", - "testadlfs17884" + "datalakerg17581", + "testdatalake1257", + "testadlfs13027" ], "DataLakeStoreFileSystemNegativeConcurrentAppend": [ - "SDKTestFolder01/SDKTestFile01.txt3301" + "SDKTestFolder01/SDKTestFile01.txt130" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7517" + "SDKTestFolder01/SDKTestFile01.txt3454" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json index 0a3f23a445515..12c0d19ee3191 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemNegativeExpiry.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74a978cc-f87b-42ff-a476-090b663247d3" + "d378c465-0e67-455e-8bb6-f93a20f7b4a2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:21 GMT" + "Mon, 24 Jul 2017 23:10:21 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-request-id": [ - "75b7691a-bf18-4c3e-a4fe-e83df5f2f854" + "ac856aa7-2fb3-4c2d-b424-062556e17fba" ], "x-ms-correlation-request-id": [ - "75b7691a-bf18-4c3e-a4fe-e83df5f2f854" + "ac856aa7-2fb3-4c2d-b424-062556e17fba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181722Z:75b7691a-bf18-4c3e-a4fe-e83df5f2f854" + "WESTUS2:20170724T231022Z:ac856aa7-2fb3-4c2d-b424-062556e17fba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19ffee86-85ac-4362-a609-eed164c1b7cc" + "4b3fda46-596c-4326-9350-07c28051c267" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:21 GMT" + "Mon, 24 Jul 2017 23:10:21 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14979" ], "x-ms-request-id": [ - "3cd61379-64d1-40d9-8bd2-480d0474b635" + "c5082b7e-ac87-41a2-8f04-d65a33952805" ], "x-ms-correlation-request-id": [ - "3cd61379-64d1-40d9-8bd2-480d0474b635" + "c5082b7e-ac87-41a2-8f04-d65a33952805" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181722Z:3cd61379-64d1-40d9-8bd2-480d0474b635" + "WESTUS2:20170724T231022Z:c5082b7e-ac87-41a2-8f04-d65a33952805" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4b04657-928f-4939-83f2-ebff06f7d496" + "418a4896-22e3-43e9-8da2-8a4773272c09" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:22 GMT" + "Mon, 24 Jul 2017 23:10:22 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-request-id": [ - "0d221c30-66cb-4117-9ed9-146754ea73d4" + "91111656-bbc6-48c2-bb05-e4a98ec37cc1" ], "x-ms-correlation-request-id": [ - "0d221c30-66cb-4117-9ed9-146754ea73d4" + "91111656-bbc6-48c2-bb05-e4a98ec37cc1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181723Z:0d221c30-66cb-4117-9ed9-146754ea73d4" + "WESTUS2:20170724T231023Z:91111656-bbc6-48c2-bb05-e4a98ec37cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d16eba6-20a5-4855-91e1-b74d9ef37254" + "d006fbaf-aa3e-4f3a-96be-615c9446c3c2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:22 GMT" + "Mon, 24 Jul 2017 23:10:22 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14978" ], "x-ms-request-id": [ - "f5e4ab3b-b2c9-49c4-920c-d009603dd3ec" + "81a227d8-a821-4fdf-8657-f8b7aa8fd56c" ], "x-ms-correlation-request-id": [ - "f5e4ab3b-b2c9-49c4-920c-d009603dd3ec" + "81a227d8-a821-4fdf-8657-f8b7aa8fd56c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181723Z:f5e4ab3b-b2c9-49c4-920c-d009603dd3ec" + "WESTUS2:20170724T231023Z:81a227d8-a821-4fdf-8657-f8b7aa8fd56c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11397?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM5Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15444?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQ0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7c4d3a1-c0d8-464d-a14b-982a93d68d6e" + "69284feb-7d54-4186-a3da-24d5fb25dc36" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11397' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15444' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:22 GMT" + "Mon, 24 Jul 2017 23:10:22 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14977" ], "x-ms-request-id": [ - "64f6e1a8-c722-4c99-b1d3-b325b565ab9f" + "040f39e3-f117-4c1b-b14c-e766f315456c" ], "x-ms-correlation-request-id": [ - "64f6e1a8-c722-4c99-b1d3-b325b565ab9f" + "040f39e3-f117-4c1b-b14c-e766f315456c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181723Z:64f6e1a8-c722-4c99-b1d3-b325b565ab9f" + "WESTUS2:20170724T231023Z:040f39e3-f117-4c1b-b14c-e766f315456c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11397?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM5Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15444?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQ0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e8f41fd-aa46-470a-a952-0511caff255f" + "5bd4e986-1830-4578-a07b-3881f5561fe2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397\",\r\n \"name\": \"datalakerg11397\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444\",\r\n \"name\": \"datalakerg15444\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:23 GMT" + "Mon, 24 Jul 2017 23:10:24 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14976" ], "x-ms-request-id": [ - "5d4263e7-5368-4fbc-954d-ae03f0ff9e13" + "dffcb5ad-5728-4b42-bcd1-6fb6850b4b16" ], "x-ms-correlation-request-id": [ - "5d4263e7-5368-4fbc-954d-ae03f0ff9e13" + "dffcb5ad-5728-4b42-bcd1-6fb6850b4b16" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181724Z:5d4263e7-5368-4fbc-954d-ae03f0ff9e13" + "WESTUS2:20170724T231025Z:dffcb5ad-5728-4b42-bcd1-6fb6850b4b16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11397?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM5Nz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15444?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQ0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "3b1187b6-b913-4371-8166-a321fa795161" + "9c0e45e7-5f6e-4e2e-8c83-18e34575ed30" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397\",\r\n \"name\": \"datalakerg11397\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444\",\r\n \"name\": \"datalakerg15444\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:23 GMT" + "Mon, 24 Jul 2017 23:10:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1191" ], "x-ms-request-id": [ - "922829cd-f611-4a25-a7ef-ffcea16a0285" + "bd696e71-1efa-4190-b064-dec3c4857ce1" ], "x-ms-correlation-request-id": [ - "922829cd-f611-4a25-a7ef-ffcea16a0285" + "bd696e71-1efa-4190-b064-dec3c4857ce1" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181724Z:922829cd-f611-4a25-a7ef-ffcea16a0285" + "WESTUS2:20170724T231025Z:bd696e71-1efa-4190-b064-dec3c4857ce1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM5Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYwMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Nzk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34b8ce06-381c-4c54-82af-261b5c1dda0d" + "36e78ab7-5969-4644-a6bc-f92c3174cdb6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs1602' under resource group 'datalakerg11397' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17779' under resource group 'datalakerg15444' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:17:24 GMT" + "Mon, 24 Jul 2017 23:10:25 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "a8203f37-66b9-4bf4-9eb8-90878a4d3ccd" + "237e99e7-cf09-4c45-a810-65d298ed21d0" ], "x-ms-correlation-request-id": [ - "a8203f37-66b9-4bf4-9eb8-90878a4d3ccd" + "237e99e7-cf09-4c45-a810-65d298ed21d0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181724Z:a8203f37-66b9-4bf4-9eb8-90878a4d3ccd" + "WESTUS2:20170724T231026Z:237e99e7-cf09-4c45-a810-65d298ed21d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM5Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYwMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Nzk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1602.azuredatalakestore.net\",\r\n \"accountId\": \"0afdbf61-b299-49ad-9142-926e4a412ade\",\r\n \"creationTime\": \"2017-03-27T18:17:25.9189192Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:17:25.9189192Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602\",\r\n \"name\": \"testadlfs1602\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17779.azuredatalakestore.net\",\r\n \"accountId\": \"5c243154-d0be-4ed1-86e1-50becfb027b1\",\r\n \"creationTime\": \"2017-07-24T23:10:28.6653936Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:10:28.6653936Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779\",\r\n \"name\": \"testadlfs17779\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:56 GMT" + "Mon, 24 Jul 2017 23:10:59 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7621b6a9-7be8-4dd2-a5c4-51439341c6b2" + "ea375f37-f61c-470f-811a-5a999e7fb774" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14976" ], "x-ms-correlation-request-id": [ - "ac66359e-2db5-43a5-8a24-5ee1afc7d53c" + "1254572e-4a8b-497f-9491-6955bc4f3a21" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181756Z:ac66359e-2db5-43a5-8a24-5ee1afc7d53c" + "WESTUS2:20170724T231059Z:1254572e-4a8b-497f-9491-6955bc4f3a21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM5Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYwMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Nzk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3230aa77-7056-4104-a454-55e343585f94" + "ffb1132d-82b7-48e5-a94f-314a21464ab3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs1602.azuredatalakestore.net\",\r\n \"accountId\": \"0afdbf61-b299-49ad-9142-926e4a412ade\",\r\n \"creationTime\": \"2017-03-27T18:17:25.9189192Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:17:25.9189192Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602\",\r\n \"name\": \"testadlfs1602\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17779.azuredatalakestore.net\",\r\n \"accountId\": \"5c243154-d0be-4ed1-86e1-50becfb027b1\",\r\n \"creationTime\": \"2017-07-24T23:10:28.6653936Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:10:28.6653936Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779\",\r\n \"name\": \"testadlfs17779\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:57 GMT" + "Mon, 24 Jul 2017 23:11:00 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bc66e847-8cc9-48f4-8a30-6733f991d076" + "ac80d6e2-e1f7-415a-9336-777f5e42e86a" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14974" ], "x-ms-correlation-request-id": [ - "e78fe726-e626-41a4-95d9-32af8a455fd0" + "14b16570-77d6-492e-929c-86b403f68279" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181757Z:e78fe726-e626-41a4-95d9-32af8a455fd0" + "WESTUS2:20170724T231100Z:14b16570-77d6-492e-929c-86b403f68279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM5Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTYwMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQ0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc3Nzk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "b5523999-2af4-4769-9253-bd00ab5a5ad8" + "2d727be3-edf2-4a16-b73e-967af0ec269e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"0afdbf61-b299-49ad-9142-926e4a412ade\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602\",\r\n \"name\": \"testadlfs1602\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"5c243154-d0be-4ed1-86e1-50becfb027b1\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779\",\r\n \"name\": \"testadlfs17779\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "418" + "420" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:25 GMT" + "Mon, 24 Jul 2017 23:10:27 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11397/providers/Microsoft.DataLakeStore/accounts/testadlfs1602/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15444/providers/Microsoft.DataLakeStore/accounts/testadlfs17779/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0afdbf61-b299-49ad-9142-926e4a412ade0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5c243154-d0be-4ed1-86e1-50becfb027b10?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "8683e161-bf31-490d-9fe8-5091260599d7" + "f77a55e1-9c21-422d-bdf6-eab913adfd14" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1188" ], "x-ms-correlation-request-id": [ - "a64a12bb-f013-4e0d-bed5-00f2e7a7b104" + "eb83a77e-7b71-46da-a0ab-64159d477ba4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181725Z:a64a12bb-f013-4e0d-bed5-00f2e7a7b104" + "WESTUS2:20170724T231028Z:eb83a77e-7b71-46da-a0ab-64159d477ba4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0afdbf61-b299-49ad-9142-926e4a412ade0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzBhZmRiZjYxLWIyOTktNDlhZC05MTQyLTkyNmU0YTQxMmFkZTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/5c243154-d0be-4ed1-86e1-50becfb027b10?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzVjMjQzMTU0LWQwYmUtNGVkMS04NmUxLTUwYmVjZmIwMjdiMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:17:56 GMT" + "Mon, 24 Jul 2017 23:10:57 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b2cf4b67-cc53-41ef-b269-c07cbc9a6764" + "36d6e522-9408-4168-b8bd-9ad496534e5b" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14974" ], "x-ms-correlation-request-id": [ - "969cf41b-fdd0-4aa9-bc3f-8d62e5ec0080" + "cecc89a2-b353-4c88-a1ba-6b3ac96ca9c5" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T181756Z:969cf41b-fdd0-4aa9-bc3f-8d62e5ec0080" + "WESTUS2:20170724T231058Z:cecc89a2-b353-4c88-a1ba-6b3ac96ca9c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt527?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/c3luY0ZsYWc9REFUQSZvcD1DUkVBVEUmd3JpdGU9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1826?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P3N5bmNGbGFnPURBVEEmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -739,13 +751,14 @@ "0" ], "x-ms-client-request-id": [ - "1bc7cb37-4763-44ef-a1c9-e35a68114683" + "dacbb09f-1d71-40ea-bba7-f17d35f4e8aa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:06 GMT" + "Mon, 24 Jul 2017 23:11:04 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs1602.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt527?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs17779.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt1826?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "75d39d02-197e-4eb1-a92e-d69be5c0fca2" + "c3720e60-e358-400b-ae63-fc1a68001b19" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt527?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1826?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4bf4c35-4786-4f8e-9ad8-788d714b489e" + "07b5c367-2e4d-44fc-bbc6-c4f0f8a9c741" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638687042,\r\n \"modificationTime\": 1490638687042,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937865193,\r\n \"modificationTime\": 1500937865193,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:06 GMT" + "Mon, 24 Jul 2017 23:11:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6541275f-919e-44d7-9405-ecd9885ff426" + "4ccb7c5a-88e2-4e77-ba70-c64a5fdc19a2" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt527?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1826?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40eae469-426b-4566-a48f-ee201dd424aa" + "1bc9f114-b870-48db-8d56-8844e0e6dff2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638687042,\r\n \"modificationTime\": 1490638687042,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937865193,\r\n \"modificationTime\": 1500937865193,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:06 GMT" + "Mon, 24 Jul 2017 23:11:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d3c736d3-875d-4feb-a7cd-46211acbc3fe" + "7bc566c0-159a-4e68-9926-79c4076c1150" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,22 +913,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt527?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/b3A9R0VURklMRVNUQVRVUyZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1826?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dacf420e-4d95-4672-adce-7b92a2f881dd" + "2eb63ee3-911a-4a8a-9ba1-aaa7b8b0d156" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638687042,\r\n \"modificationTime\": 1490638687042,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937865193,\r\n \"modificationTime\": 1500937865193,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -928,16 +944,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:27 GMT" + "Mon, 24 Jul 2017 23:11:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "60c612f1-df1b-490b-9197-76e465d98954" + "ceb24761-07f7-452b-842e-d81992ee6334" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -952,25 +968,26 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt527?expiryOption=Absolute&expireTime=1490638567000&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/ZXhwaXJ5T3B0aW9uPUFic29sdXRlJmV4cGlyZVRpbWU9MTQ5MDYzODU2NzAwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1826?expiryOption=Absolute&expireTime=1500937745000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTE1MDA5Mzc3NDUwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09956673-f4d1-463c-8dd2-091341fcf26f" + "3842358f-eb58-4984-b69d-36c57bf3fe58" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"IllegalArgumentException\",\r\n \"message\": \"Parameter expireTime is Invaild, Reason Invalid expireTime, PathAndQuery /WebHdfsExt/SDKTestFolder01/SDKTestFile01.txt527?expiryOption=Absolute&expireTime=1490638567000&op=SETEXPIRY&api-version=2016-11-01, Method PUT [][2017-03-27T11:18:07.3925410-07:00]\",\r\n \"javaClassName\": \"java.lang.IllegalArgumentException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"IllegalArgumentException\",\r\n \"message\": \"Parameter expireTime is Invaild, Reason Invalid expireTime, PathAndQuery /WebHdfsExt/SDKTestFolder01/SDKTestFile01.txt1826?expiryOption=Absolute&expireTime=1500937745000&op=SETEXPIRY&api-version=2016-11-01, Method PUT [][2017-07-24T16:11:05.6051475-07:00]\",\r\n \"javaClassName\": \"java.lang.IllegalArgumentException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "380" + "381" ], "Content-Type": [ "application/json; charset=utf-8" @@ -982,13 +999,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:06 GMT" + "Mon, 24 Jul 2017 23:11:05 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "218f6c49-9fc4-4b60-abc2-e4ba68d79c56" + "7507fab2-d763-4c07-bc22-be860f898cb2" ], "X-Content-Type-Options": [ "nosniff" @@ -1000,22 +1017,23 @@ "StatusCode": 400 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt527?expiryOption=Absolute&expireTime=253402300800000&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/ZXhwaXJ5T3B0aW9uPUFic29sdXRlJmV4cGlyZVRpbWU9MjUzNDAyMzAwODAwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1826?expiryOption=Absolute&expireTime=253402300800000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTI1MzQwMjMwMDgwMDAwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7eb25ba6-ea8e-4edb-a9c1-a80218f9159f" + "e2b4c536-b9c2-4841-b751-8e10fd633cfa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"The added or subtracted value results in an un-representable DateTime.\\r\\nParameter name: value [][2017-03-27T11:18:27.8771635-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"RuntimeException\",\r\n \"message\": \"The added or subtracted value results in an un-representable DateTime.\\r\\nParameter name: value [][2017-07-24T16:11:26.1208981-07:00]\",\r\n \"javaClassName\": \"java.lang.RuntimeException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "243" @@ -1030,13 +1048,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:27 GMT" + "Mon, 24 Jul 2017 23:11:25 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c480b8f2-46e3-41d6-b176-76c918a1f2d4" + "72dac6ca-70b1-4924-857c-a4fcbf9145e9" ], "X-Content-Type-Options": [ "nosniff" @@ -1048,19 +1066,20 @@ "StatusCode": 500 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt527?expiryOption=NeverExpire&expireTime=400&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1Mjc/ZXhwaXJ5T3B0aW9uPU5ldmVyRXhwaXJlJmV4cGlyZVRpbWU9NDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1826?expiryOption=NeverExpire&expireTime=400&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODI2P2V4cGlyeU9wdGlvbj1OZXZlckV4cGlyZSZleHBpcmVUaW1lPTQwMCZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b091773-4d5c-49d5-ac17-4bf2e7358bfd" + "8f339f65-4f1b-4d9e-acdd-239427ee260f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1075,13 +1094,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:18:27 GMT" + "Mon, 24 Jul 2017 23:11:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a434bc38-72e9-4dc6-a0fc-32a2f0a3a4e3" + "44fe4230-820b-4f96-a581-d2bf5be86228" ], "X-Content-Type-Options": [ "nosniff" @@ -1095,16 +1114,16 @@ ], "Names": { ".ctor": [ - "datalakerg11397", - "testdatalake12837", - "testadlfs1602" + "datalakerg15444", + "testdatalake15184", + "testadlfs17779" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt527" + "SDKTestFolder01/SDKTestFile01.txt1826" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f", - "absoluteNegativeTime": "3/27/2017 6:16:07 PM" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db", + "absoluteNegativeTime": "7/24/2017 11:09:05 PM" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json index b2bd2941d1247..8c2bc6b39c415 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAcl.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f74b271-2946-4e69-9f81-428489a5a718" + "3208df0e-5220-4c5a-b25c-1b4e5678eee4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:24 GMT" + "Mon, 24 Jul 2017 22:56:04 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-request-id": [ - "0d07a4cb-5330-4edf-a50b-2b47d0e1edeb" + "107897c2-f4f8-4ce7-894c-0ba4ef1ba512" ], "x-ms-correlation-request-id": [ - "0d07a4cb-5330-4edf-a50b-2b47d0e1edeb" + "107897c2-f4f8-4ce7-894c-0ba4ef1ba512" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191325Z:0d07a4cb-5330-4edf-a50b-2b47d0e1edeb" + "WESTUS2:20170724T225605Z:107897c2-f4f8-4ce7-894c-0ba4ef1ba512" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23ffb6ae-f2d9-4f6b-b29c-a174170fb04e" + "b34b1ef5-5384-4184-b46f-ae96e8de664e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:24 GMT" + "Mon, 24 Jul 2017 22:56:04 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14985" ], "x-ms-request-id": [ - "e7a71471-4481-46ca-b351-c898fadebc32" + "8ad5898e-89d4-47e3-8b09-ea3075a41dd3" ], "x-ms-correlation-request-id": [ - "e7a71471-4481-46ca-b351-c898fadebc32" + "8ad5898e-89d4-47e3-8b09-ea3075a41dd3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191325Z:e7a71471-4481-46ca-b351-c898fadebc32" + "WESTUS2:20170724T225605Z:8ad5898e-89d4-47e3-8b09-ea3075a41dd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe818cbc-aa52-40ac-9637-b0f3221e05fb" + "5933b15f-1120-4411-918e-ec346c760805" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:25 GMT" + "Mon, 24 Jul 2017 22:56:08 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-request-id": [ - "495c6627-786a-4413-9260-8f501ac2ad0b" + "3627cecc-edd7-4678-ba73-8687df8323c5" ], "x-ms-correlation-request-id": [ - "495c6627-786a-4413-9260-8f501ac2ad0b" + "3627cecc-edd7-4678-ba73-8687df8323c5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191326Z:495c6627-786a-4413-9260-8f501ac2ad0b" + "WESTUS2:20170724T225609Z:3627cecc-edd7-4678-ba73-8687df8323c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de13bb86-fba0-40c6-acbe-72e59e83393f" + "225e918d-d23a-494c-a6e2-82713b3276c2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:25 GMT" + "Mon, 24 Jul 2017 22:56:08 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14984" ], "x-ms-request-id": [ - "2074d591-f952-4183-a10a-4d546d069d0e" + "0f4a4ee7-38c3-4ba2-9704-a79a14396b84" ], "x-ms-correlation-request-id": [ - "2074d591-f952-4183-a10a-4d546d069d0e" + "0f4a4ee7-38c3-4ba2-9704-a79a14396b84" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191326Z:2074d591-f952-4183-a10a-4d546d069d0e" + "WESTUS2:20170724T225609Z:0f4a4ee7-38c3-4ba2-9704-a79a14396b84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1488?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16083?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjA4Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c156f5c5-f301-4350-8725-07da0715dfca" + "6e894129-c088-4fc4-a854-97a664645604" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1488' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16083' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:25 GMT" + "Mon, 24 Jul 2017 22:56:08 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14983" ], "x-ms-request-id": [ - "ffd9a375-dd17-4414-aced-917f98c91a3e" + "157493c8-2c7c-4a77-a925-e6e79c453e1f" ], "x-ms-correlation-request-id": [ - "ffd9a375-dd17-4414-aced-917f98c91a3e" + "157493c8-2c7c-4a77-a925-e6e79c453e1f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191326Z:ffd9a375-dd17-4414-aced-917f98c91a3e" + "WESTUS2:20170724T225609Z:157493c8-2c7c-4a77-a925-e6e79c453e1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1488?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16083?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjA4Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0876702-ac06-450c-91a6-7b2656e6eb0a" + "a7b4a840-9275-4aaa-a543-846b1f66e887" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488\",\r\n \"name\": \"datalakerg1488\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083\",\r\n \"name\": \"datalakerg16083\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:26 GMT" + "Mon, 24 Jul 2017 22:56:09 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14982" ], "x-ms-request-id": [ - "a170dc1d-a1a9-43a1-8bd5-f01d9dd6a0fe" + "1a91a34c-d4bc-4931-a149-3c0019ea5c10" ], "x-ms-correlation-request-id": [ - "a170dc1d-a1a9-43a1-8bd5-f01d9dd6a0fe" + "1a91a34c-d4bc-4931-a149-3c0019ea5c10" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191326Z:a170dc1d-a1a9-43a1-8bd5-f01d9dd6a0fe" + "WESTUS2:20170724T225610Z:1a91a34c-d4bc-4931-a149-3c0019ea5c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1488?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNDg4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16083?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjA4Mz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "f1103051-7f11-42ed-af7b-f33444ec8d72" + "154f0ad7-2a25-4c7c-8b30-c6ad8940d6f9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488\",\r\n \"name\": \"datalakerg1488\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083\",\r\n \"name\": \"datalakerg16083\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:26 GMT" + "Mon, 24 Jul 2017 22:56:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-request-id": [ - "6249d3b4-51d8-4f0a-9d42-29ca5e610f99" + "067cbbab-2636-4ca7-900d-7b62e8d067e1" ], "x-ms-correlation-request-id": [ - "6249d3b4-51d8-4f0a-9d42-29ca5e610f99" + "067cbbab-2636-4ca7-900d-7b62e8d067e1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191326Z:6249d3b4-51d8-4f0a-9d42-29ca5e610f99" + "WESTUS2:20170724T225610Z:067cbbab-2636-4ca7-900d-7b62e8d067e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTExMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTExMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a8e50c-c3f5-44f8-ae34-827b90e2b28f" + "902b9dc8-ea98-4080-a203-d458729ab1cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15112' under resource group 'datalakerg1488' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs11101' under resource group 'datalakerg16083' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:13:26 GMT" + "Mon, 24 Jul 2017 22:56:11 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "a323bfd8-3635-41c8-8a5c-9a64e53c8359" + "7ff90cd8-2e2c-452e-a398-19de701a1940" ], "x-ms-correlation-request-id": [ - "a323bfd8-3635-41c8-8a5c-9a64e53c8359" + "7ff90cd8-2e2c-452e-a398-19de701a1940" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191327Z:a323bfd8-3635-41c8-8a5c-9a64e53c8359" + "WESTUS2:20170724T225611Z:7ff90cd8-2e2c-452e-a398-19de701a1940" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTExMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTExMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15112.azuredatalakestore.net\",\r\n \"accountId\": \"58dde239-b6a9-49c0-a888-5e564a471ee1\",\r\n \"creationTime\": \"2017-03-27T19:13:28.5216029Z\",\r\n \"lastModifiedTime\": \"2017-03-27T19:13:28.5216029Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112\",\r\n \"name\": \"testadlfs15112\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11101.azuredatalakestore.net\",\r\n \"accountId\": \"bd040dfc-2595-41b1-9d65-3805af6694b7\",\r\n \"creationTime\": \"2017-07-24T22:56:15.9066011Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:56:15.9066011Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101\",\r\n \"name\": \"testadlfs11101\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:59 GMT" + "Mon, 24 Jul 2017 22:56:44 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3bd3dd15-d7a5-4629-b091-e274db5e0bff" + "22a715a5-5e8a-41c5-a615-4e1c9c538932" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14982" ], "x-ms-correlation-request-id": [ - "659788d4-cea4-4e14-a088-5dd98a577de4" + "ebdb8c59-b695-400c-93e0-4af84661002c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191359Z:659788d4-cea4-4e14-a088-5dd98a577de4" + "WESTUS2:20170724T225644Z:ebdb8c59-b695-400c-93e0-4af84661002c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTExMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTExMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a010956-061d-43f0-973e-e64326a8298b" + "26871c40-7724-4e89-a6e0-93b870ddd21b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15112.azuredatalakestore.net\",\r\n \"accountId\": \"58dde239-b6a9-49c0-a888-5e564a471ee1\",\r\n \"creationTime\": \"2017-03-27T19:13:28.5216029Z\",\r\n \"lastModifiedTime\": \"2017-03-27T19:13:28.5216029Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112\",\r\n \"name\": \"testadlfs15112\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs11101.azuredatalakestore.net\",\r\n \"accountId\": \"bd040dfc-2595-41b1-9d65-3805af6694b7\",\r\n \"creationTime\": \"2017-07-24T22:56:15.9066011Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:56:15.9066011Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101\",\r\n \"name\": \"testadlfs11101\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:59 GMT" + "Mon, 24 Jul 2017 22:56:45 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "49e21a4f-b144-4b3f-a61e-9bf18fec91a5" + "6f6f703c-4451-4b79-bdbd-c765affe0ee0" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14993" ], "x-ms-correlation-request-id": [ - "735654b2-286f-4282-975e-34b2f55741df" + "94c6071e-b9ed-4b58-9a34-9656fe7e5221" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191400Z:735654b2-286f-4282-975e-34b2f55741df" + "WESTUS2:20170724T225645Z:94c6071e-b9ed-4b58-9a34-9656fe7e5221" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNDg4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNTExMj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjA4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTExMDE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "e052af71-9cf3-4347-aae0-93c2df2c2581" + "db290bf2-cd21-4088-9b72-d01ddae49a84" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"58dde239-b6a9-49c0-a888-5e564a471ee1\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112\",\r\n \"name\": \"testadlfs15112\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"bd040dfc-2595-41b1-9d65-3805af6694b7\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101\",\r\n \"name\": \"testadlfs11101\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "420" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:28 GMT" + "Mon, 24 Jul 2017 22:56:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1488/providers/Microsoft.DataLakeStore/accounts/testadlfs15112/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg16083/providers/Microsoft.DataLakeStore/accounts/testadlfs11101/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/58dde239-b6a9-49c0-a888-5e564a471ee10?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/bd040dfc-2595-41b1-9d65-3805af6694b70?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "14bec612-d33b-4463-843f-96a587edcf83" + "b9c379df-b08d-4945-905a-b04b16aaf509" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-correlation-request-id": [ - "c320c10b-e49d-4c1e-a413-dcdb291ed72e" + "bc5970b8-5c90-4a2d-900a-68a73e7999ec" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191328Z:c320c10b-e49d-4c1e-a413-dcdb291ed72e" + "WESTUS2:20170724T225613Z:bc5970b8-5c90-4a2d-900a-68a73e7999ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/58dde239-b6a9-49c0-a888-5e564a471ee10?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU4ZGRlMjM5LWI2YTktNDljMC1hODg4LTVlNTY0YTQ3MWVlMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/bd040dfc-2595-41b1-9d65-3805af6694b70?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2JkMDQwZGZjLTI1OTUtNDFiMS05ZDY1LTM4MDVhZjY2OTRiNzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:58 GMT" + "Mon, 24 Jul 2017 22:56:43 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0cb6ebd1-c918-4e61-89f2-d463233bc010" + "7e278c63-31a4-4e35-805c-a7619d048512" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14991" ], "x-ms-correlation-request-id": [ - "1767f323-ddeb-4161-8efd-7a33dc647b29" + "c403b68b-65db-4113-ba47-685ef05024d6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191359Z:1767f323-ddeb-4161-8efd-7a33dc647b29" + "WESTUS2:20170724T225644Z:c403b68b-65db-4113-ba47-685ef05024d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -733,16 +745,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7db32e0-19b7-41a3-9223-59e454442df7" + "6ae89b0f-f5fb-44c9-a1f8-35d332a7004f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:14:05 GMT" + "Mon, 24 Jul 2017 22:56:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8739d2f5-0083-49a5-85f2-c8ddf5577726" + "237443c8-6b92-4319-8eea-b767191fb3d7" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -787,16 +800,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b2cfac5-9b46-4a4b-b3c3-73d2834b40fe" + "dd678a21-07ed-4b7c-acdf-0b96fb4abdd4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "219" @@ -811,16 +825,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:14:05 GMT" + "Mon, 24 Jul 2017 22:56:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fa71f658-d937-4aaf-8f40-7c81a760113a" + "00a08c7f-590f-4414-b786-3c120fee3701" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -841,13 +855,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4e08d9c-ad29-4e82-b101-dbf332e5ffb7" + "1301fd19-eee1-4278-bb92-4efd9f3e96ff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -862,19 +877,19 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:14:05 GMT" + "Mon, 24 Jul 2017 22:56:47 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8fbfbd0a-a3d8-4e26-83e6-9b3b9562ebe3" + "54e59d74-27d1-4586-84f6-d3f57946c7af" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -891,12 +906,12 @@ ], "Names": { ".ctor": [ - "datalakerg1488", - "testdatalake19929", - "testadlfs15112" + "datalakerg16083", + "testdatalake1209", + "testadlfs11101" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json index 0c97f63b40a99..bc7b6fbc472cf 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetAndRemoveExpiry.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e606a538-ea1d-4ce5-9d1c-d26c581d2b74" + "237ff236-0fec-4f07-a3a7-6e1468efd65e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:03 GMT" + "Mon, 24 Jul 2017 23:07:45 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1187" ], "x-ms-request-id": [ - "b17b2c4c-8472-40d4-ba78-3b079cf8adce" + "105013d0-d8d1-475a-a76c-dee886f39ec4" ], "x-ms-correlation-request-id": [ - "b17b2c4c-8472-40d4-ba78-3b079cf8adce" + "105013d0-d8d1-475a-a76c-dee886f39ec4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180803Z:b17b2c4c-8472-40d4-ba78-3b079cf8adce" + "WESTUS2:20170724T230746Z:105013d0-d8d1-475a-a76c-dee886f39ec4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f59cc2c-d5f2-4ffd-866d-a161eabe2907" + "2371b27e-8591-4b9a-8892-0224bccb2d72" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:03 GMT" + "Mon, 24 Jul 2017 23:07:45 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14968" ], "x-ms-request-id": [ - "abc68f2b-21f7-4be3-b215-a40a85d574cc" + "2adb0b2f-fce1-43c9-aacc-cdf55e0c34c6" ], "x-ms-correlation-request-id": [ - "abc68f2b-21f7-4be3-b215-a40a85d574cc" + "2adb0b2f-fce1-43c9-aacc-cdf55e0c34c6" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180803Z:abc68f2b-21f7-4be3-b215-a40a85d574cc" + "WESTUS2:20170724T230746Z:2adb0b2f-fce1-43c9-aacc-cdf55e0c34c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1fa657c2-60d7-4932-9ed7-4e41596f7327" + "eb8bb05a-7247-4d1d-83ce-322ddc3edebf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:04 GMT" + "Mon, 24 Jul 2017 23:07:47 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1186" ], "x-ms-request-id": [ - "5f1f7203-8da3-43e9-b6a4-ab8059393cfd" + "a035b462-d617-4cc8-b70e-aacc88bfc179" ], "x-ms-correlation-request-id": [ - "5f1f7203-8da3-43e9-b6a4-ab8059393cfd" + "a035b462-d617-4cc8-b70e-aacc88bfc179" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180804Z:5f1f7203-8da3-43e9-b6a4-ab8059393cfd" + "WESTUS2:20170724T230747Z:a035b462-d617-4cc8-b70e-aacc88bfc179" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d41bca1-3556-42e3-93a2-febcfc74d969" + "39d9b136-c14b-42cc-bd3d-2e646719e4c2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:04 GMT" + "Mon, 24 Jul 2017 23:07:47 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14967" ], "x-ms-request-id": [ - "42b69eb2-dc4e-41b8-b68d-69337e2065ca" + "31065cfc-1721-4b7a-891d-24c0abb874ce" ], "x-ms-correlation-request-id": [ - "42b69eb2-dc4e-41b8-b68d-69337e2065ca" + "31065cfc-1721-4b7a-891d-24c0abb874ce" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180804Z:42b69eb2-dc4e-41b8-b68d-69337e2065ca" + "WESTUS2:20170724T230747Z:31065cfc-1721-4b7a-891d-24c0abb874ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13679?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzY3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17849?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzg0OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49c20109-179d-4db5-a89a-ec35cd83b931" + "b36d9bbd-382d-4034-8226-e1487b067e37" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13679' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17849' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:04 GMT" + "Mon, 24 Jul 2017 23:07:47 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14966" ], "x-ms-request-id": [ - "9cc4c9c2-2672-465a-93b5-6ff99a9e66f1" + "4bee4072-71bc-4220-b619-f89cd0d5ce9c" ], "x-ms-correlation-request-id": [ - "9cc4c9c2-2672-465a-93b5-6ff99a9e66f1" + "4bee4072-71bc-4220-b619-f89cd0d5ce9c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180804Z:9cc4c9c2-2672-465a-93b5-6ff99a9e66f1" + "WESTUS2:20170724T230748Z:4bee4072-71bc-4220-b619-f89cd0d5ce9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13679?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzY3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17849?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzg0OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46d14e16-dc0e-413c-a86f-2cec8d4972f3" + "4460fd0c-16b8-45d4-8533-844e6de8a670" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679\",\r\n \"name\": \"datalakerg13679\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849\",\r\n \"name\": \"datalakerg17849\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:05 GMT" + "Mon, 24 Jul 2017 23:07:49 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14965" ], "x-ms-request-id": [ - "8c4adfe5-1f39-46b2-8e02-43def13c76d4" + "196e8df6-7a79-485c-8f3c-5a0c08f32400" ], "x-ms-correlation-request-id": [ - "8c4adfe5-1f39-46b2-8e02-43def13c76d4" + "196e8df6-7a79-485c-8f3c-5a0c08f32400" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180805Z:8c4adfe5-1f39-46b2-8e02-43def13c76d4" + "WESTUS2:20170724T230749Z:196e8df6-7a79-485c-8f3c-5a0c08f32400" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13679?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzY3OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17849?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzg0OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "2d2272c6-66bb-4677-b7e2-fa3529955c72" + "bf947325-c72e-4e9a-b3ac-6af9243cd658" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679\",\r\n \"name\": \"datalakerg13679\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849\",\r\n \"name\": \"datalakerg17849\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:04 GMT" + "Mon, 24 Jul 2017 23:07:49 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1185" ], "x-ms-request-id": [ - "881fbd67-0751-455f-ac33-0d87c5fa3bb8" + "4e5b28dc-18b2-40be-9d38-466d11ad36d2" ], "x-ms-correlation-request-id": [ - "881fbd67-0751-455f-ac33-0d87c5fa3bb8" + "4e5b28dc-18b2-40be-9d38-466d11ad36d2" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180805Z:881fbd67-0751-455f-ac33-0d87c5fa3bb8" + "WESTUS2:20170724T230749Z:4e5b28dc-18b2-40be-9d38-466d11ad36d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwNDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a81a19ab-85fa-4003-a7ad-e830d566899a" + "5158e06d-0781-4fa4-9c3c-aa0cce3dca8f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13045' under resource group 'datalakerg13679' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs13567' under resource group 'datalakerg17849' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:08:05 GMT" + "Mon, 24 Jul 2017 23:07:49 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "6c2eee77-f49e-41b7-bc78-f8e036bffa78" + "e6f2200f-6cdb-4f90-ba5d-179273bca215" ], "x-ms-correlation-request-id": [ - "6c2eee77-f49e-41b7-bc78-f8e036bffa78" + "e6f2200f-6cdb-4f90-ba5d-179273bca215" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180806Z:6c2eee77-f49e-41b7-bc78-f8e036bffa78" + "WESTUS2:20170724T230750Z:e6f2200f-6cdb-4f90-ba5d-179273bca215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwNDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13045.azuredatalakestore.net\",\r\n \"accountId\": \"2f6486c2-99c5-43cd-b16b-ca605e7d61b2\",\r\n \"creationTime\": \"2017-03-27T18:08:06.6187539Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:08:06.6187539Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045\",\r\n \"name\": \"testadlfs13045\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13567.azuredatalakestore.net\",\r\n \"accountId\": \"8833834b-eddb-4b7a-b9e7-0d5b2078c436\",\r\n \"creationTime\": \"2017-07-24T23:07:53.2874604Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:07:53.2874604Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567\",\r\n \"name\": \"testadlfs13567\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:08:37 GMT" + "Mon, 24 Jul 2017 23:08:24 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5db1ba4e-f3b6-41a3-b15e-45535f74d5c2" + "bad7f084-3b8e-454f-8c16-874ecd59d21b" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14979" ], "x-ms-correlation-request-id": [ - "527f7293-cf9c-423d-8a0a-94d572f7df72" + "fa601e2a-cccc-4fbe-84ac-5d8da6130c50" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180838Z:527f7293-cf9c-423d-8a0a-94d572f7df72" + "WESTUS2:20170724T230824Z:fa601e2a-cccc-4fbe-84ac-5d8da6130c50" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwNDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1be082d8-1f74-41d6-8dde-f55a5c6b3c90" + "c653a9e3-c915-48da-8996-e573d57a18c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13045.azuredatalakestore.net\",\r\n \"accountId\": \"2f6486c2-99c5-43cd-b16b-ca605e7d61b2\",\r\n \"creationTime\": \"2017-03-27T18:08:06.6187539Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:08:06.6187539Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045\",\r\n \"name\": \"testadlfs13045\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs13567.azuredatalakestore.net\",\r\n \"accountId\": \"8833834b-eddb-4b7a-b9e7-0d5b2078c436\",\r\n \"creationTime\": \"2017-07-24T23:07:53.2874604Z\",\r\n \"lastModifiedTime\": \"2017-07-24T23:07:53.2874604Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567\",\r\n \"name\": \"testadlfs13567\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:08:38 GMT" + "Mon, 24 Jul 2017 23:08:24 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3771397c-3677-43e0-b893-a155bc1e8647" + "15e548dc-bdda-4ac9-bb61-da07557dbb04" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14964" ], "x-ms-correlation-request-id": [ - "c4b91ac8-d645-46cd-96c0-f93289a38fd9" + "6ebb6e84-2e6f-42aa-a934-69b61f09b60e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180839Z:c4b91ac8-d645-46cd-96c0-f93289a38fd9" + "WESTUS2:20170724T230824Z:6ebb6e84-2e6f-42aa-a934-69b61f09b60e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzY3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTMwNDU/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzg0OS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTM1Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "9aa37bf7-147b-4bda-aec2-8dda4d4afcf9" + "15313c88-78c0-4619-a850-8add9b2e9a20" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"2f6486c2-99c5-43cd-b16b-ca605e7d61b2\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045\",\r\n \"name\": \"testadlfs13045\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"8833834b-eddb-4b7a-b9e7-0d5b2078c436\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567\",\r\n \"name\": \"testadlfs13567\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:08:07 GMT" + "Mon, 24 Jul 2017 23:07:52 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg13679/providers/Microsoft.DataLakeStore/accounts/testadlfs13045/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17849/providers/Microsoft.DataLakeStore/accounts/testadlfs13567/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/2f6486c2-99c5-43cd-b16b-ca605e7d61b20?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/8833834b-eddb-4b7a-b9e7-0d5b2078c4360?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "9f66ce8c-769f-487f-89b7-678a494d7e3d" + "2b0f59d4-49a7-423b-b751-709863341a75" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1194" ], "x-ms-correlation-request-id": [ - "d993ade0-7743-4cf9-a72d-62f02ac95719" + "5023f8b2-72c9-4539-aa83-53891ad9fecf" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180807Z:d993ade0-7743-4cf9-a72d-62f02ac95719" + "WESTUS2:20170724T230752Z:5023f8b2-72c9-4539-aa83-53891ad9fecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/2f6486c2-99c5-43cd-b16b-ca605e7d61b20?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzJmNjQ4NmMyLTk5YzUtNDNjZC1iMTZiLWNhNjA1ZTdkNjFiMjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/8833834b-eddb-4b7a-b9e7-0d5b2078c4360?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzg4MzM4MzRiLWVkZGItNGI3YS1iOWU3LTBkNWIyMDc4YzQzNjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:08:37 GMT" + "Mon, 24 Jul 2017 23:08:22 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9dfcc31a-9455-4a1a-8c28-b95369f2bc44" + "1449b34b-5b2f-44ef-bcc0-eb5a2fbdd9e0" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14982" ], "x-ms-correlation-request-id": [ - "2659aaf3-c7ac-4464-924f-746e1361e163" + "ee306814-0b81-4d3c-b23d-74a970b08c14" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T180838Z:2659aaf3-c7ac-4464-924f-746e1361e163" + "WESTUS2:20170724T230823Z:ee306814-0b81-4d3c-b23d-74a970b08c14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP3N5bmNGbGFnPURBVEEmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -739,13 +751,14 @@ "0" ], "x-ms-client-request-id": [ - "f0f22217-fcc3-426f-bf58-894cedf254bd" + "5b9bd391-5609-4793-b375-48bf5fde2e61" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:40 GMT" + "Mon, 24 Jul 2017 23:08:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs13045.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7894?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs13567.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt1882?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "435ca5ca-2948-4199-b340-afe6bf5cbddb" + "616d6af4-aa84-4c8b-9af5-bd80bbcaf992" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ce7f65d-4e0b-42af-8d4e-decfe50589ad" + "c934fbd5-4cd3-470d-8aa9-ee1078818e72" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638121169,\r\n \"modificationTime\": 1490638121169,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937708804,\r\n \"modificationTime\": 1500937708804,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:41 GMT" + "Mon, 24 Jul 2017 23:08:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a7987fe9-13dd-4bc0-b21f-d4b5002ccf82" + "98009862-e358-4b7e-83e6-c5ae4d339b64" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f8e5123-a64e-410f-ad93-2622461d8d44" + "40a08f22-bb08-4eba-b465-dd9ab2915e47" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638121169,\r\n \"modificationTime\": 1490638121169,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937708804,\r\n \"modificationTime\": 1500937708804,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:41 GMT" + "Mon, 24 Jul 2017 23:08:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d8f0a93b-cae0-4fde-b970-8029fab1e512" + "efa1d509-ada4-4026-9603-90d6e38a8a46" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -898,22 +913,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd62cf7b-dbab-40e4-aaef-8e3c5673c78f" + "38e4fe63-5d81-4cd5-a135-9dfe006d98ae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638121169,\r\n \"modificationTime\": 1490638121169,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 1490638241000,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937708804,\r\n \"modificationTime\": 1500937708804,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 1500937829000,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "316" @@ -928,16 +944,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:41 GMT" + "Mon, 24 Jul 2017 23:08:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "acb7140d-ff12-431f-9095-e496c507bbbc" + "886d1c31-9d2a-4af1-aa32-3f686e0ce5a7" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -952,22 +968,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6780dac9-053a-41d2-9ac7-08f46f520f36" + "013c4f24-8616-4cb8-9c69-2aed57060e11" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638121169,\r\n \"modificationTime\": 1490638121169,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 1490638242322,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937708804,\r\n \"modificationTime\": 1500937708804,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 1500937829812,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "316" @@ -982,16 +999,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:42 GMT" + "Mon, 24 Jul 2017 23:08:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2fdb252e-c1a8-45d4-9410-b13b5d10c6b8" + "e409c29e-991f-4bba-b01d-4274035255ff" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1006,22 +1023,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d032efd8-4309-49de-8b61-fafefcc6e024" + "637996de-6d34-4836-8124-01d421367e61" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638121169,\r\n \"modificationTime\": 1490638121169,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 1490638241169,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937708804,\r\n \"modificationTime\": 1500937708804,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 1500937828804,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "316" @@ -1036,16 +1054,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:42 GMT" + "Mon, 24 Jul 2017 23:08:30 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "535a048f-90bd-47c5-8012-fa9f4b046495" + "ac321e17-353d-44db-96cb-f1011a1dd075" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1060,22 +1078,23 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7894?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1882?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8bb7b75-828c-4e80-a854-a4e8649719bc" + "fb250a32-6574-4ad9-903c-39207cab829b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638121169,\r\n \"modificationTime\": 1490638121169,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937708804,\r\n \"modificationTime\": 1500937708804,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -1090,16 +1109,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:43 GMT" + "Mon, 24 Jul 2017 23:08:30 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b2b8ff40-e076-4238-bda9-9a705c8bb009" + "f86833c9-05c1-4b65-bdd5-13603e874e1c" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -1114,19 +1133,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7894?expiryOption=Absolute&expireTime=1490638241000&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTE0OTA2MzgyNDEwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1882?expiryOption=Absolute&expireTime=1500937829000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP2V4cGlyeU9wdGlvbj1BYnNvbHV0ZSZleHBpcmVUaW1lPTE1MDA5Mzc4MjkwMDAmb3A9U0VURVhQSVJZJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd10e439-8588-4fce-888d-7045e7459d87" + "7146ece8-f9b9-48a1-a02b-be2460cd946f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1141,13 +1161,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:41 GMT" + "Mon, 24 Jul 2017 23:08:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c5b4ab5a-761c-43b2-a535-69e77ec120e9" + "8c4981d1-e693-4cd3-b530-b50a473e8018" ], "X-Content-Type-Options": [ "nosniff" @@ -1159,19 +1179,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7894?expiryOption=RelativeToNow&expireTime=120000&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P2V4cGlyeU9wdGlvbj1SZWxhdGl2ZVRvTm93JmV4cGlyZVRpbWU9MTIwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1882?expiryOption=RelativeToNow&expireTime=120000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP2V4cGlyeU9wdGlvbj1SZWxhdGl2ZVRvTm93JmV4cGlyZVRpbWU9MTIwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05d9018f-9864-45c7-947f-eb902cd8cc40" + "ead4a73b-f594-47d7-a853-cfa6f4cd6d96" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1186,13 +1207,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:41 GMT" + "Mon, 24 Jul 2017 23:08:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bdebc702-609f-41a3-8538-481d6ac4bae8" + "1ea384f1-29a6-4978-94d6-728d6cb1ffe0" ], "X-Content-Type-Options": [ "nosniff" @@ -1204,19 +1225,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7894?expiryOption=RelativeToCreationDate&expireTime=120000&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P2V4cGlyeU9wdGlvbj1SZWxhdGl2ZVRvQ3JlYXRpb25EYXRlJmV4cGlyZVRpbWU9MTIwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1882?expiryOption=RelativeToCreationDate&expireTime=120000&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP2V4cGlyeU9wdGlvbj1SZWxhdGl2ZVRvQ3JlYXRpb25EYXRlJmV4cGlyZVRpbWU9MTIwMDAwJm9wPVNFVEVYUElSWSZhcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87289b3d-f2c9-49b2-b20c-62e2fcdb9c46" + "af05d9ee-2c84-4034-bca4-3a2247448025" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1231,13 +1253,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:42 GMT" + "Mon, 24 Jul 2017 23:08:29 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9b5fe3a1-bc46-46d2-b21c-bcc9516e7d33" + "b83d0340-e81a-442f-b143-7ba05493ae70" ], "X-Content-Type-Options": [ "nosniff" @@ -1249,19 +1271,20 @@ "StatusCode": 200 }, { - "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt7894?expiryOption=NeverExpire&op=SETEXPIRY&api-version=2016-11-01", - "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3ODk0P2V4cGlyeU9wdGlvbj1OZXZlckV4cGlyZSZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/WebHdfsExt/SDKTestFolder01%2FSDKTestFile01.txt1882?expiryOption=NeverExpire&op=SETEXPIRY&api-version=2016-11-01", + "EncodedRequestUri": "L1dlYkhkZnNFeHQvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxODgyP2V4cGlyeU9wdGlvbj1OZXZlckV4cGlyZSZvcD1TRVRFWFBJUlkmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a2fe838-4171-48bd-ac21-de9f19db62ed" + "943acfa3-9e2f-4472-bca4-ee19b7c27cfa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -1276,13 +1299,13 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:08:42 GMT" + "Mon, 24 Jul 2017 23:08:30 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7155c7e5-8a75-4a1a-b9c7-60a6480d17ef" + "e88d8954-b3f3-4c5b-bd24-e3141626b37e" ], "X-Content-Type-Options": [ "nosniff" @@ -1296,17 +1319,17 @@ ], "Names": { ".ctor": [ - "datalakerg13679", - "testdatalake12576", - "testadlfs13045" + "datalakerg17849", + "testdatalake17682", + "testadlfs13567" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt7894" + "SDKTestFolder01/SDKTestFile01.txt1882" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f", - "absoluteTime": "3/27/2017 6:10:41 PM", - "relativeTime": "3/27/2017 6:10:41 PM" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db", + "absoluteTime": "7/24/2017 11:10:29 PM", + "relativeTime": "7/24/2017 11:10:29 PM" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json index 66609da10c855..a8c96ff444c1e 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetDeleteAclEntry.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e804d64a-7af3-4133-9c47-af65af5e330c" + "598285bc-a20d-4462-8148-eb49d88a70a5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:42 GMT" + "Mon, 24 Jul 2017 22:47:18 GMT" ], "Pragma": [ "no-cache" @@ -43,13 +44,13 @@ "1194" ], "x-ms-request-id": [ - "fe3188e4-03c2-4482-8b8c-86870f4385bb" + "3765ee3c-dbd7-47af-8a80-74ffd0f7361a" ], "x-ms-correlation-request-id": [ - "fe3188e4-03c2-4482-8b8c-86870f4385bb" + "3765ee3c-dbd7-47af-8a80-74ffd0f7361a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191242Z:fe3188e4-03c2-4482-8b8c-86870f4385bb" + "WESTUS2:20170724T224718Z:3765ee3c-dbd7-47af-8a80-74ffd0f7361a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "194ec3e0-7494-4530-9964-c2dc3cee6f53" + "a0ee68e8-4733-4215-b9df-978a35e2dcc8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:42 GMT" + "Mon, 24 Jul 2017 22:47:18 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14984" ], "x-ms-request-id": [ - "814f3630-50aa-4d19-8e12-2f20cd8c7b2d" + "edbe880f-c54c-4c38-9b93-9cd96a2573bd" ], "x-ms-correlation-request-id": [ - "814f3630-50aa-4d19-8e12-2f20cd8c7b2d" + "edbe880f-c54c-4c38-9b93-9cd96a2573bd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191242Z:814f3630-50aa-4d19-8e12-2f20cd8c7b2d" + "WESTUS2:20170724T224718Z:edbe880f-c54c-4c38-9b93-9cd96a2573bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffdef342-4b82-44da-a3d4-0f0089b3b44a" + "514d7a4a-ee26-40b4-a0f2-8529e53a546d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:44 GMT" + "Mon, 24 Jul 2017 22:47:19 GMT" ], "Pragma": [ "no-cache" @@ -154,13 +157,13 @@ "1193" ], "x-ms-request-id": [ - "cfe26491-de19-4cfb-8d75-12910c377724" + "999502c3-d561-4088-affb-2e16776d2613" ], "x-ms-correlation-request-id": [ - "cfe26491-de19-4cfb-8d75-12910c377724" + "999502c3-d561-4088-affb-2e16776d2613" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191244Z:cfe26491-de19-4cfb-8d75-12910c377724" + "WESTUS2:20170724T224719Z:999502c3-d561-4088-affb-2e16776d2613" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "301c3cf7-8495-4f66-a217-6846a9df4ec8" + "e8e78b8d-89f9-4110-b39f-c9c2233eee0f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:44 GMT" + "Mon, 24 Jul 2017 22:47:19 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14983" ], "x-ms-request-id": [ - "82fcf4b0-a8be-47de-af39-ab354b142f59" + "23a203e8-5b5d-41a4-8e36-444e42a8581c" ], "x-ms-correlation-request-id": [ - "82fcf4b0-a8be-47de-af39-ab354b142f59" + "23a203e8-5b5d-41a4-8e36-444e42a8581c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191244Z:82fcf4b0-a8be-47de-af39-ab354b142f59" + "WESTUS2:20170724T224719Z:23a203e8-5b5d-41a4-8e36-444e42a8581c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19346?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTM0Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17727?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzcyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1c2202b-fd61-478d-9c19-a490989d10ea" + "da29b394-b53d-44af-a7f6-10ffbef5fddb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19346' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg17727' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:44 GMT" + "Mon, 24 Jul 2017 22:47:19 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14982" ], "x-ms-request-id": [ - "e0c1fcc3-dff0-40bf-8bd7-a905bdb9ffff" + "c52b3f87-0892-42ca-b3d2-e8cc63437d65" ], "x-ms-correlation-request-id": [ - "e0c1fcc3-dff0-40bf-8bd7-a905bdb9ffff" + "c52b3f87-0892-42ca-b3d2-e8cc63437d65" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191244Z:e0c1fcc3-dff0-40bf-8bd7-a905bdb9ffff" + "WESTUS2:20170724T224719Z:c52b3f87-0892-42ca-b3d2-e8cc63437d65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19346?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTM0Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17727?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzcyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55644b64-0932-4493-8c9e-697387e289e8" + "3f9a7d77-e3c5-4c9d-8bf0-895b722969d3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346\",\r\n \"name\": \"datalakerg19346\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727\",\r\n \"name\": \"datalakerg17727\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:45 GMT" + "Mon, 24 Jul 2017 22:47:20 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14981" ], "x-ms-request-id": [ - "05764321-4830-4fbc-8f33-087c71373318" + "9ef7408f-310a-47f2-a64e-98946e9bd226" ], "x-ms-correlation-request-id": [ - "05764321-4830-4fbc-8f33-087c71373318" + "9ef7408f-310a-47f2-a64e-98946e9bd226" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191245Z:05764321-4830-4fbc-8f33-087c71373318" + "WESTUS2:20170724T224721Z:9ef7408f-310a-47f2-a64e-98946e9bd226" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19346?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTM0Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17727?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNzcyNz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "cab031d6-a9dc-4b83-bf06-ecd2954b3bfd" + "fa799699-b087-4af2-ae63-ed73475bfc9e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346\",\r\n \"name\": \"datalakerg19346\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727\",\r\n \"name\": \"datalakerg17727\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,7 +377,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:45 GMT" + "Mon, 24 Jul 2017 22:47:20 GMT" ], "Pragma": [ "no-cache" @@ -379,13 +386,13 @@ "1192" ], "x-ms-request-id": [ - "4909e90f-5723-4e54-8745-25651a51b64a" + "cae4ea3d-45f0-4e5c-8dac-6994dff4294e" ], "x-ms-correlation-request-id": [ - "4909e90f-5723-4e54-8745-25651a51b64a" + "cae4ea3d-45f0-4e5c-8dac-6994dff4294e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191245Z:4909e90f-5723-4e54-8745-25651a51b64a" + "WESTUS2:20170724T224721Z:cae4ea3d-45f0-4e5c-8dac-6994dff4294e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc1MzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzcyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f82a5e-e25e-498c-a776-d72badc5a567" + "a4e36aeb-c1ae-4345-a94f-b56b0d8423a3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17533' under resource group 'datalakerg19346' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs18929' under resource group 'datalakerg17727' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 19:12:45 GMT" + "Mon, 24 Jul 2017 22:47:20 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "c10ef177-ca22-4122-9976-cd39798eb5c9" + "9ac485bb-d688-4ed7-bb47-0c5e90ae1ca9" ], "x-ms-correlation-request-id": [ - "c10ef177-ca22-4122-9976-cd39798eb5c9" + "9ac485bb-d688-4ed7-bb47-0c5e90ae1ca9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191246Z:c10ef177-ca22-4122-9976-cd39798eb5c9" + "WESTUS2:20170724T224721Z:9ac485bb-d688-4ed7-bb47-0c5e90ae1ca9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc1MzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzcyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17533.azuredatalakestore.net\",\r\n \"accountId\": \"0fada2a7-924e-445d-aaf6-907b5f1e0b0f\",\r\n \"creationTime\": \"2017-03-27T19:12:48.9602721Z\",\r\n \"lastModifiedTime\": \"2017-03-27T19:12:48.9602721Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533\",\r\n \"name\": \"testadlfs17533\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18929.azuredatalakestore.net\",\r\n \"accountId\": \"4b0356c8-3d7f-423f-ac99-bc9dc674adf4\",\r\n \"creationTime\": \"2017-07-24T22:47:26.7801986Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:47:26.7801986Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929\",\r\n \"name\": \"testadlfs18929\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:19 GMT" + "Mon, 24 Jul 2017 22:47:54 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4ca90cff-88bf-469e-86ec-afbc32c40bf2" + "f170b51a-2138-481c-97a7-cac28f4dc64c" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14985" ], "x-ms-correlation-request-id": [ - "8ee08450-5215-462c-bead-3eb2dcf67821" + "89c1f7ff-42a0-4a32-8cd5-75af0b87a587" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191319Z:8ee08450-5215-462c-bead-3eb2dcf67821" + "WESTUS2:20170724T224755Z:89c1f7ff-42a0-4a32-8cd5-75af0b87a587" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc1MzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzcyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7833581-7009-447b-bfc8-6b5d4c89aba8" + "88c180df-14e0-4ac7-9b3f-84ecb2d3a827" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17533.azuredatalakestore.net\",\r\n \"accountId\": \"0fada2a7-924e-445d-aaf6-907b5f1e0b0f\",\r\n \"creationTime\": \"2017-03-27T19:12:48.9602721Z\",\r\n \"lastModifiedTime\": \"2017-03-27T19:12:48.9602721Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533\",\r\n \"name\": \"testadlfs17533\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs18929.azuredatalakestore.net\",\r\n \"accountId\": \"4b0356c8-3d7f-423f-ac99-bc9dc674adf4\",\r\n \"creationTime\": \"2017-07-24T22:47:26.7801986Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:47:26.7801986Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929\",\r\n \"name\": \"testadlfs18929\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:19 GMT" + "Mon, 24 Jul 2017 22:47:55 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "75f108d8-fdd8-4376-9dcd-c85b6c84e3d4" + "6f4b437c-52c8-483f-b069-fbe9739961fe" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14982" ], "x-ms-correlation-request-id": [ - "c29ffc37-6608-49fe-9149-6d72466966de" + "084fa49b-6cdd-49ad-b8e9-4be56582dde3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191320Z:c29ffc37-6608-49fe-9149-6d72466966de" + "WESTUS2:20170724T224756Z:084fa49b-6cdd-49ad-b8e9-4be56582dde3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTM0Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc1MzM/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNzcyNy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTg5Mjk/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "d2acedba-ec84-4579-a886-773e12a7baa0" + "bb5f40e1-caf7-4e64-9a76-200cc8af132b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"0fada2a7-924e-445d-aaf6-907b5f1e0b0f\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533\",\r\n \"name\": \"testadlfs17533\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"4b0356c8-3d7f-423f-ac99-bc9dc674adf4\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929\",\r\n \"name\": \"testadlfs18929\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:12:48 GMT" + "Mon, 24 Jul 2017 22:47:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg19346/providers/Microsoft.DataLakeStore/accounts/testadlfs17533/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg17727/providers/Microsoft.DataLakeStore/accounts/testadlfs18929/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0fada2a7-924e-445d-aaf6-907b5f1e0b0f0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4b0356c8-3d7f-423f-ac99-bc9dc674adf40?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "dbdbdf72-ae91-4256-9df5-b1655a6f956b" + "04eab81d-e4ff-4c49-b71d-7ee9f5ce165b" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1199" ], "x-ms-correlation-request-id": [ - "f9c8143e-5176-4b34-92b6-85ede6339c7f" + "3dd43e89-b37a-4b4b-916f-b02daca0944b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191248Z:f9c8143e-5176-4b34-92b6-85ede6339c7f" + "WESTUS2:20170724T224723Z:3dd43e89-b37a-4b4b-916f-b02daca0944b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/0fada2a7-924e-445d-aaf6-907b5f1e0b0f0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzBmYWRhMmE3LTkyNGUtNDQ1ZC1hYWY2LTkwN2I1ZjFlMGIwZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/4b0356c8-3d7f-423f-ac99-bc9dc674adf40?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzRiMDM1NmM4LTNkN2YtNDIzZi1hYzk5LWJjOWRjNjc0YWRmNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 19:13:18 GMT" + "Mon, 24 Jul 2017 22:47:54 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "606cfb13-0cf5-43a8-89de-ee72eaba80a1" + "d4f743ec-b571-4f86-9af5-30261bcc7509" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14980" ], "x-ms-correlation-request-id": [ - "94902934-c8ad-474a-a29e-3c134552284a" + "febf5752-963b-4729-b48c-53afdfe018eb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T191319Z:94902934-c8ad-474a-a29e-3c134552284a" + "WESTUS2:20170724T224754Z:febf5752-963b-4729-b48c-53afdfe018eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -733,16 +745,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15ce505d-a7e0-4399-ac56-06e18f628366" + "065669a8-3d5c-460f-bc74-93e5efcbbc0c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:13:21 GMT" + "Mon, 24 Jul 2017 22:47:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4546c71b-8605-4da3-8493-75db2465e80b" + "c8465767-4e1c-479d-9b4a-63c9450604d8" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -787,16 +800,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bc6ee8e-aae1-4d48-9bf3-680d51351eb1" + "0706e8cb-e254-44ea-8441-12df747060ba" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"user:027c28d5-c91d-49f0-98c5-d10134b169b3:rwx\",\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "219" @@ -811,16 +825,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:13:22 GMT" + "Mon, 24 Jul 2017 22:47:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "958314a5-1520-4c03-bbb8-93e7864ba7a9" + "fdcb66b1-16bb-463c-93d8-12af8edaf5e3" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -841,16 +855,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed555acb-3c2b-4b0f-b919-8801e9d41212" + "3a3941cc-8335-4af9-98fe-f583d59563d6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"AclStatus\": {\r\n \"entries\": [\r\n \"group::rwx\"\r\n ],\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"permission\": \"770\",\r\n \"stickyBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "171" @@ -865,16 +880,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:13:22 GMT" + "Mon, 24 Jul 2017 22:47:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "21a15ce0-0293-430d-80f6-1c5781ffd892" + "d6f0a620-56ba-4e8d-bcc0-356f29e6af82" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -895,13 +910,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c444285d-e4f3-4d76-b60b-a43f6818032b" + "1030e815-4d23-43e7-8577-8263586dc9fe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -916,19 +932,19 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:13:22 GMT" + "Mon, 24 Jul 2017 22:47:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "948c1cc1-c311-4f61-a176-93d89ec1e910" + "4cc5af76-875e-4466-bfbc-d58184d93cd3" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -949,13 +965,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d7a7663-2501-4fb6-ac90-a78ab8f0e86b" + "a272befd-e19b-4535-8552-a5b612a32b52" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -970,19 +987,19 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 19:13:22 GMT" + "Mon, 24 Jul 2017 22:47:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fb6a8e21-fa9c-44ca-acf9-70d7aec03d6f" + "94bdaa32-81d4-4716-afd7-66de750d0eb7" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -999,12 +1016,12 @@ ], "Names": { ".ctor": [ - "datalakerg19346", - "testdatalake17911", - "testadlfs17533" + "datalakerg17727", + "testdatalake18952", + "testadlfs18929" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json index 4a4f2e02a6405..7c9e1055ba45c 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemSetFileProperties.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d38068b3-75b6-4a72-901b-46af04116108" + "ed86d93e-0c50-4b82-80b3-5b70aefaa4f3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:47 GMT" + "Mon, 24 Jul 2017 22:50:31 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-request-id": [ - "d7e408e9-f380-4038-9172-99c85ea38474" + "04a7927c-abea-4b3c-8313-909a6a83a7d6" ], "x-ms-correlation-request-id": [ - "d7e408e9-f380-4038-9172-99c85ea38474" + "04a7927c-abea-4b3c-8313-909a6a83a7d6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181347Z:d7e408e9-f380-4038-9172-99c85ea38474" + "WESTUS2:20170724T225032Z:04a7927c-abea-4b3c-8313-909a6a83a7d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a198f238-9b39-424d-aca7-b30e6a6699ca" + "bd88dbbf-e0ed-4d50-9ee8-e97ea7d0d22c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:47 GMT" + "Mon, 24 Jul 2017 22:50:31 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14906" ], "x-ms-request-id": [ - "bb209fcc-7542-49bf-b825-e8b9e798f327" + "3a2a4cd1-27e5-40df-b7e7-3dc16dd7e9a0" ], "x-ms-correlation-request-id": [ - "bb209fcc-7542-49bf-b825-e8b9e798f327" + "3a2a4cd1-27e5-40df-b7e7-3dc16dd7e9a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181347Z:bb209fcc-7542-49bf-b825-e8b9e798f327" + "WESTUS2:20170724T225032Z:3a2a4cd1-27e5-40df-b7e7-3dc16dd7e9a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64643e19-e708-4a2d-93a3-72d40cecac87" + "9c5c946e-add9-46ae-9687-548cc4c2dc9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:48 GMT" + "Mon, 24 Jul 2017 22:50:32 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-request-id": [ - "520d0004-f017-4eb2-a40a-5d6313f5c9cc" + "18e355ce-3964-4b8b-adce-88c5ebcc5a3a" ], "x-ms-correlation-request-id": [ - "520d0004-f017-4eb2-a40a-5d6313f5c9cc" + "18e355ce-3964-4b8b-adce-88c5ebcc5a3a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181348Z:520d0004-f017-4eb2-a40a-5d6313f5c9cc" + "WESTUS2:20170724T225033Z:18e355ce-3964-4b8b-adce-88c5ebcc5a3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aab2bf30-5122-491d-9571-53ae8b4fe7b5" + "8529b340-6dac-4df2-b196-3592375d0c64" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:48 GMT" + "Mon, 24 Jul 2017 22:50:32 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14905" ], "x-ms-request-id": [ - "048611c6-99d6-424c-8640-d4c368d80384" + "f51d3123-a1c0-4a6d-8615-9faa5fd8c2bb" ], "x-ms-correlation-request-id": [ - "048611c6-99d6-424c-8640-d4c368d80384" + "f51d3123-a1c0-4a6d-8615-9faa5fd8c2bb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181348Z:048611c6-99d6-424c-8640-d4c368d80384" + "WESTUS2:20170724T225033Z:f51d3123-a1c0-4a6d-8615-9faa5fd8c2bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16455?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjQ1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15413?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQxMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cfeaac91-a4fb-41eb-97c6-40503f251694" + "3e67658f-f42d-42b4-9edf-a95d7b2aaa89" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg16455' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg15413' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:48 GMT" + "Mon, 24 Jul 2017 22:50:32 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14904" ], "x-ms-request-id": [ - "b5d7ce47-0fa5-4459-a6e8-f758b62e6023" + "e7231099-91b4-48de-8e9c-b60c611eb5e7" ], "x-ms-correlation-request-id": [ - "b5d7ce47-0fa5-4459-a6e8-f758b62e6023" + "e7231099-91b4-48de-8e9c-b60c611eb5e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181348Z:b5d7ce47-0fa5-4459-a6e8-f758b62e6023" + "WESTUS2:20170724T225033Z:e7231099-91b4-48de-8e9c-b60c611eb5e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16455?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjQ1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15413?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQxMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e609bcd-2b51-4247-b9ab-20b047b09a83" + "df3dcbe2-c3fe-4fa9-b4c0-4aad47e3668d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455\",\r\n \"name\": \"datalakerg16455\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413\",\r\n \"name\": \"datalakerg15413\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:49 GMT" + "Mon, 24 Jul 2017 22:50:34 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14903" ], "x-ms-request-id": [ - "9d8f5f8c-6239-46bf-b589-1b6981b7ce8d" + "1fd78139-db1c-4dfb-9c1d-71df733f3b68" ], "x-ms-correlation-request-id": [ - "9d8f5f8c-6239-46bf-b589-1b6981b7ce8d" + "1fd78139-db1c-4dfb-9c1d-71df733f3b68" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181349Z:9d8f5f8c-6239-46bf-b589-1b6981b7ce8d" + "WESTUS2:20170724T225034Z:1fd78139-db1c-4dfb-9c1d-71df733f3b68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16455?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNjQ1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15413?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxNTQxMz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "6f04c302-93a3-4e6e-aebf-5e4fd1a5c1c4" + "b77c95a0-4f00-4844-9b76-458509756c30" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455\",\r\n \"name\": \"datalakerg16455\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413\",\r\n \"name\": \"datalakerg15413\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:49 GMT" + "Mon, 24 Jul 2017 22:50:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-request-id": [ - "ad9bbbb4-3cfe-4f6b-897d-d197b34355f3" + "3ae76557-5e2f-42a5-9311-ffe5e929b301" ], "x-ms-correlation-request-id": [ - "ad9bbbb4-3cfe-4f6b-897d-d197b34355f3" + "3ae76557-5e2f-42a5-9311-ffe5e929b301" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181349Z:ad9bbbb4-3cfe-4f6b-897d-d197b34355f3" + "WESTUS2:20170724T225034Z:3ae76557-5e2f-42a5-9311-ffe5e929b301" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1Mjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY4OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1304a8c1-5fa1-47cb-a167-d469ee9017c0" + "2de03a2e-db64-4821-8ba1-548c11e16000" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15527' under resource group 'datalakerg16455' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs16890' under resource group 'datalakerg15413' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:13:49 GMT" + "Mon, 24 Jul 2017 22:50:34 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "3211424f-86b9-457e-a4b3-68721ee91440" + "ee17d2ce-2472-4895-8803-2e7a23d88ebc" ], "x-ms-correlation-request-id": [ - "3211424f-86b9-457e-a4b3-68721ee91440" + "ee17d2ce-2472-4895-8803-2e7a23d88ebc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181350Z:3211424f-86b9-457e-a4b3-68721ee91440" + "WESTUS2:20170724T225035Z:ee17d2ce-2472-4895-8803-2e7a23d88ebc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1Mjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY4OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15527.azuredatalakestore.net\",\r\n \"accountId\": \"94302fab-b105-4124-8c6f-101a2dcd7224\",\r\n \"creationTime\": \"2017-03-27T18:13:52.415611Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:13:52.415611Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527\",\r\n \"name\": \"testadlfs15527\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16890.azuredatalakestore.net\",\r\n \"accountId\": \"edbc5e62-218c-4b87-b8a0-36798fd33023\",\r\n \"creationTime\": \"2017-07-24T22:50:38.7615261Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:50:38.7615261Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890\",\r\n \"name\": \"testadlfs16890\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:14:22 GMT" + "Mon, 24 Jul 2017 22:51:08 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e342f864-0565-439c-9694-cb081fd1cc39" + "7c90cd48-2db0-469e-a7c7-e2861b3aceef" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14983" ], "x-ms-correlation-request-id": [ - "f32ef63f-1fed-4cb6-b956-5495659ea1e3" + "29fd7a6b-a8b9-40da-aa13-aa9901bbd862" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181423Z:f32ef63f-1fed-4cb6-b956-5495659ea1e3" + "WESTUS2:20170724T225108Z:29fd7a6b-a8b9-40da-aa13-aa9901bbd862" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1Mjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY4OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d925458-f60e-4a55-80ba-da2ca6240c69" + "a199ce9a-96f2-4396-98f1-31b196c2101a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15527.azuredatalakestore.net\",\r\n \"accountId\": \"94302fab-b105-4124-8c6f-101a2dcd7224\",\r\n \"creationTime\": \"2017-03-27T18:13:52.415611Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:13:52.415611Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527\",\r\n \"name\": \"testadlfs15527\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs16890.azuredatalakestore.net\",\r\n \"accountId\": \"edbc5e62-218c-4b87-b8a0-36798fd33023\",\r\n \"creationTime\": \"2017-07-24T22:50:38.7615261Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:50:38.7615261Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890\",\r\n \"name\": \"testadlfs16890\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:14:24 GMT" + "Mon, 24 Jul 2017 22:51:08 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0148d41c-d71a-4628-87dc-ac340b6c8253" + "4c7c1262-e121-4e2c-a4a2-7fcf0e808962" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14977" ], "x-ms-correlation-request-id": [ - "4d42d83c-1eaa-4b8d-b730-6de294092fe0" + "56cb6cd4-bc81-41e6-b8cb-19064289bc37" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181424Z:4d42d83c-1eaa-4b8d-b730-6de294092fe0" + "WESTUS2:20170724T225109Z:56cb6cd4-bc81-41e6-b8cb-19064289bc37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNjQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTU1Mjc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxNTQxMy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTY4OTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "d390fe1d-09d7-4c26-a840-bf445c72bda6" + "fb4e462a-61ab-42e1-b7dd-27894c8a3959" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"94302fab-b105-4124-8c6f-101a2dcd7224\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527\",\r\n \"name\": \"testadlfs15527\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"edbc5e62-218c-4b87-b8a0-36798fd33023\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890\",\r\n \"name\": \"testadlfs16890\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:13:51 GMT" + "Mon, 24 Jul 2017 22:50:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg16455/providers/Microsoft.DataLakeStore/accounts/testadlfs15527/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg15413/providers/Microsoft.DataLakeStore/accounts/testadlfs16890/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/94302fab-b105-4124-8c6f-101a2dcd72240?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/edbc5e62-218c-4b87-b8a0-36798fd330230?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "0d30e6bb-873a-4fee-8bc8-05bdf71d52fa" + "9520508e-6d01-419b-a79d-85d125aaa837" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-correlation-request-id": [ - "ce68d829-4bd6-47d1-a7bc-95e4699c464d" + "421fc67f-be5d-4de3-92bb-05f815488ab8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181352Z:ce68d829-4bd6-47d1-a7bc-95e4699c464d" + "WESTUS2:20170724T225037Z:421fc67f-be5d-4de3-92bb-05f815488ab8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/94302fab-b105-4124-8c6f-101a2dcd72240?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzk0MzAyZmFiLWIxMDUtNDEyNC04YzZmLTEwMWEyZGNkNzIyNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/edbc5e62-218c-4b87-b8a0-36798fd330230?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2VkYmM1ZTYyLTIxOGMtNGI4Ny1iOGEwLTM2Nzk4ZmQzMzAyMzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:14:22 GMT" + "Mon, 24 Jul 2017 22:51:08 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b31418b1-d551-4aa6-8ead-49a6a3b36b60" + "0d60e049-118c-42c9-ae95-dcafa69922cc" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14991" ], "x-ms-correlation-request-id": [ - "5a96c589-0cda-4738-afea-8cf72cdf1bfb" + "f7df3cb1-c93e-43b3-a823-faa0c8bd2f25" ], "x-ms-routing-request-id": [ - "WESTUS2:20170327T181423Z:5a96c589-0cda-4738-afea-8cf72cdf1bfb" + "WESTUS2:20170724T225108Z:f7df3cb1-c93e-43b3-a823-faa0c8bd2f25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -727,8 +739,8 @@ "StatusCode": 200 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1239?op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMjM5P29wPUNSRUFURSZ3cml0ZT10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7445?write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDQ1P3dyaXRlPXRydWUmb3A9Q1JFQVRFJmFwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "These are some random test contents 1234!@", "RequestHeaders": { @@ -739,13 +751,14 @@ "42" ], "x-ms-client-request-id": [ - "2d1f99a7-267e-49b0-a30f-4553dc271e2f" + "4dbca162-8058-4a8c-9a0f-b9ba673a4e7b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -760,22 +773,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:14:28 GMT" + "Mon, 24 Jul 2017 22:51:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs15527.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt1239?op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs16890.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt7445?write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "aec318fd-6d12-46d8-b408-17efe5cd4dbc" + "e45cd340-a7a4-49fd-8fe7-60ed37da40be" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -790,22 +803,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt1239?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQxMjM5P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt7445?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ3NDQ1P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0198db08-5e89-440f-83ce-beb750f9ae73" + "f9ac782c-d36d-4380-ba40-68e3ef407980" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638469558,\r\n \"modificationTime\": 1490638469613,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 42,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500936673717,\r\n \"modificationTime\": 1500936673760,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "305" @@ -820,16 +834,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:14:28 GMT" + "Mon, 24 Jul 2017 22:51:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c0c028a2-b8b2-421a-a10c-030696e0dcb0" + "775a0439-611a-469f-b066-77a95babd140" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -846,15 +860,15 @@ ], "Names": { ".ctor": [ - "datalakerg16455", - "testdatalake11017", - "testadlfs15527" + "datalakerg15413", + "testdatalake13252", + "testadlfs16890" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt1239" + "SDKTestFolder01/SDKTestFile01.txt7445" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json index b43932f366259..5a019e5abd2c1 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemTestFile.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bd2a539-8d9b-499c-9a38-7df637e4ec0a" + "26fa0f50-4d46-4a22-bd11-b3d11e3f0853" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:21 GMT" + "Mon, 24 Jul 2017 22:56:55 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-request-id": [ - "9585316f-e371-4e3a-b6a3-2f264c8b3138" + "fbe38030-1d12-467f-ac65-b5f0f81dda83" ], "x-ms-correlation-request-id": [ - "9585316f-e371-4e3a-b6a3-2f264c8b3138" + "fbe38030-1d12-467f-ac65-b5f0f81dda83" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182121Z:9585316f-e371-4e3a-b6a3-2f264c8b3138" + "WESTUS:20170724T225656Z:fbe38030-1d12-467f-ac65-b5f0f81dda83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57229503-ad28-469f-b666-3af810ec67cf" + "52773a36-3d1c-4056-9794-6c3d294e1054" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:21 GMT" + "Mon, 24 Jul 2017 22:56:56 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14998" ], "x-ms-request-id": [ - "98041e7f-5713-4ac6-89f7-bff0ad4098d4" + "5252cbb9-beab-42ad-b769-c16c31a7faba" ], "x-ms-correlation-request-id": [ - "98041e7f-5713-4ac6-89f7-bff0ad4098d4" + "5252cbb9-beab-42ad-b769-c16c31a7faba" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182121Z:98041e7f-5713-4ac6-89f7-bff0ad4098d4" + "WESTUS:20170724T225656Z:5252cbb9-beab-42ad-b769-c16c31a7faba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b851766b-d702-484d-876f-7be643f39f84" + "e5274be3-c3de-4c2b-84e4-e35e6045ac43" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:22 GMT" + "Mon, 24 Jul 2017 22:56:57 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-request-id": [ - "05217c53-607a-4bb6-8065-ec1d73bc01ce" + "ab1cc259-1849-4566-8b98-778b95edf741" ], "x-ms-correlation-request-id": [ - "05217c53-607a-4bb6-8065-ec1d73bc01ce" + "ab1cc259-1849-4566-8b98-778b95edf741" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182122Z:05217c53-607a-4bb6-8065-ec1d73bc01ce" + "WESTUS:20170724T225657Z:ab1cc259-1849-4566-8b98-778b95edf741" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6e41a82-edd1-48c1-aa0b-451cf46fa4f8" + "05b5766e-d34e-419b-ab86-5a7b5a2d849a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:22 GMT" + "Mon, 24 Jul 2017 22:56:57 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14997" ], "x-ms-request-id": [ - "75eca704-aa3e-461d-bb78-ba420bf8ea13" + "c95fe1c6-7239-494e-b0b8-323b62b7882e" ], "x-ms-correlation-request-id": [ - "75eca704-aa3e-461d-bb78-ba420bf8ea13" + "c95fe1c6-7239-494e-b0b8-323b62b7882e" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182122Z:75eca704-aa3e-461d-bb78-ba420bf8ea13" + "WESTUS:20170724T225657Z:c95fe1c6-7239-494e-b0b8-323b62b7882e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,22 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11151?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTE1MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg19672?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTY3Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ce198c8-30e4-4a00-aa51-8efaf969cd36" + "4b10db0b-0695-4864-8b76-6d75fc2be4b3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg11151' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg19672' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "107" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:22 GMT" + "Mon, 24 Jul 2017 22:56:57 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14996" ], "x-ms-request-id": [ - "e7bc578d-0082-42a0-941f-8004b3f457ef" + "4930dece-94b5-4be5-b1c2-4f37e71e4af0" ], "x-ms-correlation-request-id": [ - "e7bc578d-0082-42a0-941f-8004b3f457ef" + "4930dece-94b5-4be5-b1c2-4f37e71e4af0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182122Z:e7bc578d-0082-42a0-941f-8004b3f457ef" + "WESTUS:20170724T225657Z:4930dece-94b5-4be5-b1c2-4f37e71e4af0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11151?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTE1MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg19672?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTY3Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a21daca-4a07-4acd-ab89-07c5107b2ea9" + "78cd2691-1cb7-4cf2-939e-9b266cc8d8b1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151\",\r\n \"name\": \"datalakerg11151\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672\",\r\n \"name\": \"datalakerg19672\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:22 GMT" + "Mon, 24 Jul 2017 22:56:58 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14995" ], "x-ms-request-id": [ - "53e5fa41-72fd-4180-ba2e-41c28ce29a07" + "3c35720a-ad0f-482a-a9c7-cf0e3319374a" ], "x-ms-correlation-request-id": [ - "53e5fa41-72fd-4180-ba2e-41c28ce29a07" + "3c35720a-ad0f-482a-a9c7-cf0e3319374a" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182122Z:53e5fa41-72fd-4180-ba2e-41c28ce29a07" + "WESTUS:20170724T225658Z:3c35720a-ad0f-482a-a9c7-cf0e3319374a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11151?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTE1MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg19672?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxOTY3Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,16 +352,17 @@ "31" ], "x-ms-client-request-id": [ - "769b9013-6455-49ba-8a5f-30da87b4c10a" + "697615eb-3743-4a10-9e27-2a185408249a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151\",\r\n \"name\": \"datalakerg11151\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672\",\r\n \"name\": \"datalakerg19672\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "184" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:22 GMT" + "Mon, 24 Jul 2017 22:56:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-request-id": [ - "b21a5521-e36e-4de5-9f0a-faaa94a00585" + "da757b52-2c5c-49e1-b53c-aeac6d28bf40" ], "x-ms-correlation-request-id": [ - "b21a5521-e36e-4de5-9f0a-faaa94a00585" + "da757b52-2c5c-49e1-b53c-aeac6d28bf40" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182122Z:b21a5521-e36e-4de5-9f0a-faaa94a00585" + "WESTUS:20170724T225658Z:da757b52-2c5c-49e1-b53c-aeac6d28bf40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,22 +401,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUwNTY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c11255ac-beff-48ae-ae45-196a6853d480" + "76ba0431-4c8d-4f5f-bfb0-61a77b7de365" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs17806' under resource group 'datalakerg11151' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs15056' under resource group 'datalakerg19672' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "166" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:21:22 GMT" + "Mon, 24 Jul 2017 22:56:58 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "bbe1950c-c6e4-47e0-8b8f-f383fa05cbb9" + "ad5beb73-2673-4439-a329-814e5c6a29ab" ], "x-ms-correlation-request-id": [ - "bbe1950c-c6e4-47e0-8b8f-f383fa05cbb9" + "ad5beb73-2673-4439-a329-814e5c6a29ab" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182123Z:bbe1950c-c6e4-47e0-8b8f-f383fa05cbb9" + "WESTUS:20170724T225659Z:ad5beb73-2673-4439-a329-814e5c6a29ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUwNTY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17806.azuredatalakestore.net\",\r\n \"accountId\": \"ce955246-0e54-4ec4-ae00-cb42e71b9614\",\r\n \"creationTime\": \"2017-03-27T18:21:24.4836377Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:21:24.4836377Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806\",\r\n \"name\": \"testadlfs17806\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15056.azuredatalakestore.net\",\r\n \"accountId\": \"783030bc-8d90-4bd3-af96-4d04d42c7f35\",\r\n \"creationTime\": \"2017-07-24T22:57:03.6451808Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:57:03.6451808Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056\",\r\n \"name\": \"testadlfs15056\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:21:54 GMT" + "Mon, 24 Jul 2017 22:57:31 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "92809765-ac97-4f62-a175-ee7714017480" + "658463b7-8b44-4e20-a215-dd2287ea977a" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14994" ], "x-ms-correlation-request-id": [ - "e009d333-a771-4456-828e-096380eb3444" + "2543b57b-facc-45ac-bf72-2edacfd73210" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182155Z:e009d333-a771-4456-828e-096380eb3444" + "WESTUS:20170724T225732Z:2543b57b-facc-45ac-bf72-2edacfd73210" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUwNTY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3cac7c68-e357-4f97-8201-44b0c0947f37" + "546476c9-e6fe-4b06-995c-b34b47d945b6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs17806.azuredatalakestore.net\",\r\n \"accountId\": \"ce955246-0e54-4ec4-ae00-cb42e71b9614\",\r\n \"creationTime\": \"2017-03-27T18:21:24.4836377Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:21:24.4836377Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806\",\r\n \"name\": \"testadlfs17806\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs15056.azuredatalakestore.net\",\r\n \"accountId\": \"783030bc-8d90-4bd3-af96-4d04d42c7f35\",\r\n \"creationTime\": \"2017-07-24T22:57:03.6451808Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:57:03.6451808Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056\",\r\n \"name\": \"testadlfs15056\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:21:56 GMT" + "Mon, 24 Jul 2017 22:57:33 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bbb7af78-8aeb-4979-8b9d-9532bb906ccd" + "7e6a6495-3b58-4170-9280-42be3d4184bd" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14991" ], "x-ms-correlation-request-id": [ - "45347af8-6ba6-4a6c-89f4-238995f5ad3e" + "36fe65af-ef22-4782-bcd1-5d74311d2165" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182156Z:45347af8-6ba6-4a6c-89f4-238995f5ad3e" + "WESTUS:20170724T225733Z:36fe65af-ef22-4782-bcd1-5d74311d2165" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTE1MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTc4MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxOTY3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTUwNTY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,16 +602,17 @@ "31" ], "x-ms-client-request-id": [ - "4acb3e48-8a69-4d34-892f-0b9854403595" + "1a1377fb-7614-40af-9e29-66912a70f039" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"ce955246-0e54-4ec4-ae00-cb42e71b9614\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806\",\r\n \"name\": \"testadlfs17806\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"783030bc-8d90-4bd3-af96-4d04d42c7f35\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056\",\r\n \"name\": \"testadlfs15056\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ "420" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:21:24 GMT" + "Mon, 24 Jul 2017 22:57:01 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg11151/providers/Microsoft.DataLakeStore/accounts/testadlfs17806/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg19672/providers/Microsoft.DataLakeStore/accounts/testadlfs15056/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ce955246-0e54-4ec4-ae00-cb42e71b96140?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/783030bc-8d90-4bd3-af96-4d04d42c7f350?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "685e148e-6639-4bb0-b1b4-2afa5808de33" + "7cfa8c46-62dc-4176-8331-e52ab387ce3f" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "a91da9d1-b197-462e-9b85-d578e24030f4" + "ec83ba6f-02c0-4e75-a4dc-565776e7b1ce" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182124Z:a91da9d1-b197-462e-9b85-d578e24030f4" + "WESTUS:20170724T225701Z:ec83ba6f-02c0-4e75-a4dc-565776e7b1ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/ce955246-0e54-4ec4-ae00-cb42e71b96140?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2NlOTU1MjQ2LTBlNTQtNGVjNC1hZTAwLWNiNDJlNzFiOTYxNDA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/783030bc-8d90-4bd3-af96-4d04d42c7f350?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzc4MzAzMGJjLThkOTAtNGJkMy1hZjk2LTRkMDRkNDJjN2YzNTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:21:54 GMT" + "Mon, 24 Jul 2017 22:57:32 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5a8d5da9-cd14-46fb-8256-74d680c4f8bb" + "2126f1aa-cf14-4e9f-98f6-35b51fd37b6e" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14992" ], "x-ms-correlation-request-id": [ - "b67fc1bb-9ae1-4cdf-852a-83654388a945" + "881dbbd0-086c-46ad-b30f-d8b865ba1d9b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182154Z:b67fc1bb-9ae1-4cdf-852a-83654388a945" + "WESTUS:20170724T225732Z:881dbbd0-086c-46ad-b30f-d8b865ba1d9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -733,16 +745,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef09eedf-ec9a-424d-826b-5cfa4ab3d6de" + "53b25899-9b31-4613-b9b9-1bb40546e391" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile [9c20fd20-8dd3-46fa-9d9c-285e54c7c9c0][2017-03-27T11:22:01.7471746-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"RemoteException\": {\r\n \"exception\": \"FileNotFoundException\",\r\n \"message\": \"File/Folder does not exist: /nonexistentfile [61f6d7a3-dfc0-43be-a9c2-ecf0262587fe][2017-07-24T15:57:36.4139305-07:00]\",\r\n \"javaClassName\": \"java.io.FileNotFoundException\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "236" @@ -757,16 +770,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:22:01 GMT" + "Mon, 24 Jul 2017 22:57:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9c20fd20-8dd3-46fa-9d9c-285e54c7c9c0" + "61f6d7a3-dfc0-43be-a9c2-ecf0262587fe" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x8309000A" @@ -781,8 +794,8 @@ "StatusCode": 404 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4722?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIyP3N5bmNGbGFnPURBVEEmb3A9Q1JFQVRFJndyaXRlPXRydWUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5716?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzE2P3N5bmNGbGFnPURBVEEmd3JpdGU9dHJ1ZSZvcD1DUkVBVEUmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -793,13 +806,14 @@ "0" ], "x-ms-client-request-id": [ - "bc11037e-68c7-454a-811d-3348a73744ca" + "442a1917-f5cc-4448-b532-f25c69e6f634" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, "ResponseBody": "", @@ -814,22 +828,22 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:22:02 GMT" + "Mon, 24 Jul 2017 22:57:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://testadlfs17806.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt4722?syncFlag=DATA&op=CREATE&write=true&api-version=2016-11-01" + "https://testadlfs15056.azuredatalakestore.net/webhdfs/v1/SDKTestFolder01/SDKTestFile01.txt5716?syncFlag=DATA&write=true&op=CREATE&api-version=2016-11-01" ], "x-ms-request-id": [ - "22127853-91fb-46da-9441-574bbfc1c5e0" + "4247de46-38d3-4e20-b130-391709326aa9" ], "ContentLength": [ "0" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -844,22 +858,23 @@ "StatusCode": 201 }, { - "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt4722?op=GETFILESTATUS&api-version=2016-11-01", - "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ0NzIyP29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/webhdfs/v1/SDKTestFolder01%2FSDKTestFile01.txt5716?op=GETFILESTATUS&api-version=2016-11-01", + "EncodedRequestUri": "L3dlYmhkZnMvdjEvU0RLVGVzdEZvbGRlcjAxJTJGU0RLVGVzdEZpbGUwMS50eHQ1NzE2P29wPUdFVEZJTEVTVEFUVVMmYXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "089d0978-9d51-47b1-8ef8-06a9a9872410" + "2a492a78-b742-46f7-8d94-0924df7c1363" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreFileSystemManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1490638922220,\r\n \"modificationTime\": 1490638922220,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"group\": \"60f8591c-0d86-4d3a-8c42-9858fc01f7fb\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"FileStatus\": {\r\n \"length\": 0,\r\n \"pathSuffix\": \"\",\r\n \"type\": \"FILE\",\r\n \"blockSize\": 268435456,\r\n \"accessTime\": 1500937056519,\r\n \"modificationTime\": 1500937056519,\r\n \"replication\": 1,\r\n \"permission\": \"770\",\r\n \"owner\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"group\": \"e994d55d-2464-4c73-b5e1-40e3c9894434\",\r\n \"msExpirationTime\": 0,\r\n \"aclBit\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "304" @@ -874,16 +889,16 @@ "no-store, no-cache, max-age=0" ], "Date": [ - "Mon, 27 Mar 2017 18:22:02 GMT" + "Mon, 24 Jul 2017 22:57:36 GMT" ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a70ae079-42c4-4a59-b849-59415a4e4a4a" + "cde23140-e27b-4334-821b-5d0f6a5fe9cb" ], "x-ms-webhdfs-version": [ - "16.12.19.00" + "17.04.22.00" ], "Status": [ "0x0" @@ -900,15 +915,15 @@ ], "Names": { ".ctor": [ - "datalakerg11151", - "testdatalake16385", - "testadlfs17806" + "datalakerg19672", + "testdatalake15472", + "testadlfs15056" ], "CreateFile": [ - "SDKTestFolder01/SDKTestFile01.txt4722" + "SDKTestFolder01/SDKTestFile01.txt5716" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json index 515a9c350732c..9a9430d499517 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/SessionRecords/DataLakeStore.Tests.FileSystemOperationTests/DataLakeStoreFileSystemValidateDefaultTimeout.json @@ -1,22 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5c3b415-1c84-4dbb-9df5-3820634900ad" + "06b99cb5-e9e9-4a57-a389-a383b9d15ebf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +29,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:13 GMT" + "Mon, 24 Jul 2017 22:57:42 GMT" ], "Pragma": [ "no-cache" @@ -40,16 +41,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-request-id": [ - "609769d4-7859-4eca-8fe4-a4aef74552c3" + "04ef3197-44d6-4054-9b3b-3bf66e4305de" ], "x-ms-correlation-request-id": [ - "609769d4-7859-4eca-8fe4-a4aef74552c3" + "04ef3197-44d6-4054-9b3b-3bf66e4305de" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182213Z:609769d4-7859-4eca-8fe4-a4aef74552c3" + "WESTUS2:20170724T225743Z:04ef3197-44d6-4054-9b3b-3bf66e4305de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,22 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e599455-abbc-48bd-bed4-10ba5b6c3cf2" + "4792827b-e75b-4b7b-bb80-023fdf01c7f4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -85,7 +87,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:13 GMT" + "Mon, 24 Jul 2017 22:57:42 GMT" ], "Pragma": [ "no-cache" @@ -94,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14976" ], "x-ms-request-id": [ - "34e1b6cf-1510-42c8-88a9-5ce5c8578637" + "8fd8471e-26f5-480b-81ff-ca2d0a85fee4" ], "x-ms-correlation-request-id": [ - "34e1b6cf-1510-42c8-88a9-5ce5c8578637" + "8fd8471e-26f5-480b-81ff-ca2d0a85fee4" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182213Z:34e1b6cf-1510-42c8-88a9-5ce5c8578637" + "WESTUS2:20170724T225743Z:8fd8471e-26f5-480b-81ff-ca2d0a85fee4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -112,22 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a687a48-ba0f-47a8-a350-d1d03aac7ea4" + "9698a4cb-eaa0-490e-afb6-de7f916d2820" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -139,7 +142,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:14 GMT" + "Mon, 24 Jul 2017 22:57:43 GMT" ], "Pragma": [ "no-cache" @@ -151,16 +154,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-request-id": [ - "8ee63ecd-1fe3-49a8-a6e7-54259d170684" + "42a4a30a-83c2-4104-b6be-133e2246925c" ], "x-ms-correlation-request-id": [ - "8ee63ecd-1fe3-49a8-a6e7-54259d170684" + "42a4a30a-83c2-4104-b6be-133e2246925c" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182214Z:8ee63ecd-1fe3-49a8-a6e7-54259d170684" + "WESTUS2:20170724T225744Z:42a4a30a-83c2-4104-b6be-133e2246925c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,22 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7cb5eca-9160-4f77-b5c6-c32bffebe64f" + "0a0a1b93-6c1c-47df-8b3d-cef9911fa0d8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 (Stage)\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -196,7 +200,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:14 GMT" + "Mon, 24 Jul 2017 22:57:43 GMT" ], "Pragma": [ "no-cache" @@ -205,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14975" ], "x-ms-request-id": [ - "73900d57-4626-4f04-90b2-8818fb387268" + "c743b0fc-8bcc-452c-91f9-4f254fbb1394" ], "x-ms-correlation-request-id": [ - "73900d57-4626-4f04-90b2-8818fb387268" + "c743b0fc-8bcc-452c-91f9-4f254fbb1394" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182214Z:73900d57-4626-4f04-90b2-8818fb387268" + "WESTUS2:20170724T225744Z:c743b0fc-8bcc-452c-91f9-4f254fbb1394" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -223,25 +227,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1138?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13555?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzU1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd284a41-aacd-420c-887b-15753f6e383e" + "abf11789-dd9f-4ca6-9d3d-0516147e1d47" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg1138' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'datalakerg13555' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "106" + "107" ], "Content-Type": [ "application/json; charset=utf-8" @@ -253,7 +258,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:14 GMT" + "Mon, 24 Jul 2017 22:57:43 GMT" ], "Pragma": [ "no-cache" @@ -262,16 +267,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14974" ], "x-ms-request-id": [ - "178b538b-ada8-46f9-a5c0-4e0c8cae93ca" + "8a302519-08fb-4db5-a49f-02c0b1c56420" ], "x-ms-correlation-request-id": [ - "178b538b-ada8-46f9-a5c0-4e0c8cae93ca" + "8a302519-08fb-4db5-a49f-02c0b1c56420" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182214Z:178b538b-ada8-46f9-a5c0-4e0c8cae93ca" + "WESTUS2:20170724T225744Z:8a302519-08fb-4db5-a49f-02c0b1c56420" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -280,22 +285,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1138?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13555?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzU1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e75c586-cfd2-410f-9a06-2639651df46e" + "d7420f5f-1578-4169-866d-742d9cf65fe9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138\",\r\n \"name\": \"datalakerg1138\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555\",\r\n \"name\": \"datalakerg13555\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -307,7 +313,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:15 GMT" + "Mon, 24 Jul 2017 22:57:45 GMT" ], "Pragma": [ "no-cache" @@ -316,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14973" ], "x-ms-request-id": [ - "9fa4f4ab-9bd5-470d-9a52-2dceaeb523a9" + "0c5ff6e9-1b19-40dc-910a-9a7ec1ce2bd0" ], "x-ms-correlation-request-id": [ - "9fa4f4ab-9bd5-470d-9a52-2dceaeb523a9" + "0c5ff6e9-1b19-40dc-910a-9a7ec1ce2bd0" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182215Z:9fa4f4ab-9bd5-470d-9a52-2dceaeb523a9" + "WESTUS2:20170724T225746Z:0c5ff6e9-1b19-40dc-910a-9a7ec1ce2bd0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,8 +340,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1138?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMTM4P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13555?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL2RhdGFsYWtlcmcxMzU1NT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -346,19 +352,20 @@ "31" ], "x-ms-client-request-id": [ - "9ccae088-4fc1-428c-a6de-edc390378ad1" + "c3e78400-2d7f-4d85-97e9-a926b59f8431" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138\",\r\n \"name\": \"datalakerg1138\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555\",\r\n \"name\": \"datalakerg13555\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,22 +377,22 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:15 GMT" + "Mon, 24 Jul 2017 22:57:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-request-id": [ - "2ba887ca-0c3d-402a-bf44-5cf3d407b7a1" + "26c36511-3b7f-4705-a82b-416ff2b4b566" ], "x-ms-correlation-request-id": [ - "2ba887ca-0c3d-402a-bf44-5cf3d407b7a1" + "26c36511-3b7f-4705-a82b-416ff2b4b566" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182215Z:2ba887ca-0c3d-402a-bf44-5cf3d407b7a1" + "WESTUS2:20170724T225745Z:26c36511-3b7f-4705-a82b-416ff2b4b566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,25 +401,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDY4ND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51ccbd44-fbae-4a2e-be52-82bcf93663ca" + "03db5570-5ddc-4dd2-9f99-e436b0f8311e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs14684' under resource group 'datalakerg1138' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testadlfs12906' under resource group 'datalakerg13555' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "165" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -424,7 +432,7 @@ "no-cache" ], "Date": [ - "Mon, 27 Mar 2017 18:22:15 GMT" + "Mon, 24 Jul 2017 22:57:45 GMT" ], "Pragma": [ "no-cache" @@ -433,13 +441,13 @@ "gateway" ], "x-ms-request-id": [ - "77ce08dd-5f54-41d4-aef7-339e0a2df6ff" + "577641f1-9bcc-4661-8ba9-7fc7f8d45f40" ], "x-ms-correlation-request-id": [ - "77ce08dd-5f54-41d4-aef7-339e0a2df6ff" + "577641f1-9bcc-4661-8ba9-7fc7f8d45f40" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182216Z:77ce08dd-5f54-41d4-aef7-339e0a2df6ff" + "WESTUS2:20170724T225746Z:577641f1-9bcc-4661-8ba9-7fc7f8d45f40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -448,16 +456,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDY4ND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14684.azuredatalakestore.net\",\r\n \"accountId\": \"f7c409b3-833c-4cdb-9bae-966a68325a8c\",\r\n \"creationTime\": \"2017-03-27T18:22:16.3667479Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:22:16.3667479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684\",\r\n \"name\": \"testadlfs14684\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12906.azuredatalakestore.net\",\r\n \"accountId\": \"07eb3ce8-bf1d-4467-a52b-e1728fefaba9\",\r\n \"creationTime\": \"2017-07-24T22:57:49.7763571Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:57:49.7763571Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906\",\r\n \"name\": \"testadlfs12906\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -472,7 +481,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:22:47 GMT" + "Mon, 24 Jul 2017 22:58:19 GMT" ], "Pragma": [ "no-cache" @@ -484,7 +493,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "92860acc-1d2d-4ad5-b382-2d93f6b02b81" + "6c9427bd-6fe9-45a2-8d5c-1bee8536c1c6" ], "X-Content-Type-Options": [ "nosniff" @@ -496,13 +505,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14980" ], "x-ms-correlation-request-id": [ - "46e77fce-ce8f-4b22-82af-d370d046a48f" + "668fbc69-a03b-4cc4-a5d3-960b282e0aad" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182248Z:46e77fce-ce8f-4b22-82af-d370d046a48f" + "WESTUS2:20170724T225819Z:668fbc69-a03b-4cc4-a5d3-960b282e0aad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -511,22 +520,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDY4ND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f99c14c4-9811-4a8d-96f3-dc42674b2c7a" + "1d84378a-cb6a-439b-bc86-22762bb975ac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs14684.azuredatalakestore.net\",\r\n \"accountId\": \"f7c409b3-833c-4cdb-9bae-966a68325a8c\",\r\n \"creationTime\": \"2017-03-27T18:22:16.3667479Z\",\r\n \"lastModifiedTime\": \"2017-03-27T18:22:16.3667479Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684\",\r\n \"name\": \"testadlfs14684\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testadlfs12906.azuredatalakestore.net\",\r\n \"accountId\": \"07eb3ce8-bf1d-4467-a52b-e1728fefaba9\",\r\n \"creationTime\": \"2017-07-24T22:57:49.7763571Z\",\r\n \"lastModifiedTime\": \"2017-07-24T22:57:49.7763571Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906\",\r\n \"name\": \"testadlfs12906\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -541,7 +551,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:22:47 GMT" + "Mon, 24 Jul 2017 22:58:20 GMT" ], "Pragma": [ "no-cache" @@ -553,7 +563,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "470a3e11-4ecb-4590-b8d2-9cf607797396" + "91fa552c-5467-4e3f-ad24-0d2eef2bc937" ], "X-Content-Type-Options": [ "nosniff" @@ -565,13 +575,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14990" ], "x-ms-correlation-request-id": [ - "3df6d8b9-1b09-4a89-8d86-08144a53f677" + "9b4c6e77-658c-48e6-b262-40dd5e654b9b" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182248Z:3df6d8b9-1b09-4a89-8d86-08144a53f677" + "WESTUS2:20170724T225820Z:9b4c6e77-658c-48e6-b262-40dd5e654b9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -580,8 +590,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMTM4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9hY2NvdW50cy90ZXN0YWRsZnMxNDY4ND9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL2RhdGFsYWtlcmcxMzU1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFMYWtlU3RvcmUvYWNjb3VudHMvdGVzdGFkbGZzMTI5MDY/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -592,19 +602,20 @@ "31" ], "x-ms-client-request-id": [ - "43131419-2a7a-49de-a984-82dfad8abb72" + "69175d6b-023c-45e3-b102-e9e237557368" ], "accept-language": [ "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"f7c409b3-833c-4cdb-9bae-966a68325a8c\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684\",\r\n \"name\": \"testadlfs14684\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"07eb3ce8-bf1d-4467-a52b-e1728fefaba9\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906\",\r\n \"name\": \"testadlfs12906\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "419" + "420" ], "Content-Type": [ "application/json" @@ -619,13 +630,13 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:22:16 GMT" + "Mon, 24 Jul 2017 22:57:47 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/datalakerg1138/providers/Microsoft.DataLakeStore/accounts/testadlfs14684/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/datalakerg13555/providers/Microsoft.DataLakeStore/accounts/testadlfs12906/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -634,10 +645,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f7c409b3-833c-4cdb-9bae-966a68325a8c0?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/07eb3ce8-bf1d-4467-a52b-e1728fefaba90?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "fae42f11-cd55-4c3d-ab99-2c519f594be2" + "436bd835-6571-499e-84ab-756c7490084c" ], "X-Content-Type-Options": [ "nosniff" @@ -649,13 +660,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1194" ], "x-ms-correlation-request-id": [ - "902929eb-7bab-4b40-a0fb-ecc533fdc080" + "ee29ce26-fdbf-4c0f-a53c-0551a6a3d359" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182217Z:902929eb-7bab-4b40-a0fb-ecc533fdc080" + "WESTUS2:20170724T225748Z:ee29ce26-fdbf-4c0f-a53c-0551a6a3d359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -664,13 +675,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/f7c409b3-833c-4cdb-9bae-966a68325a8c0?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2Y3YzQwOWIzLTgzM2MtNGNkYi05YmFlLTk2NmE2ODMyNWE4YzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/07eb3ce8-bf1d-4467-a52b-e1728fefaba90?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzA3ZWIzY2U4LWJmMWQtNDQ2Ny1hNTJiLWUxNzI4ZmVmYWJhOTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.1.0-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -688,7 +700,7 @@ "close" ], "Date": [ - "Mon, 27 Mar 2017 18:22:47 GMT" + "Mon, 24 Jul 2017 22:58:18 GMT" ], "Pragma": [ "no-cache" @@ -700,7 +712,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "26abcfe2-f295-41bc-8766-d06eb9cb801e" + "034a5553-b98f-4f2f-8f98-5a7845d5aa39" ], "X-Content-Type-Options": [ "nosniff" @@ -712,13 +724,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14990" ], "x-ms-correlation-request-id": [ - "a1539817-b34b-4fb2-ba02-7c49e508b8c4" + "10f39f05-42d7-4f31-87cb-05a860327812" ], "x-ms-routing-request-id": [ - "CENTRALUS:20170327T182247Z:a1539817-b34b-4fb2-ba02-7c49e508b8c4" + "WESTUS2:20170724T225819Z:10f39f05-42d7-4f31-87cb-05a860327812" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,12 +741,12 @@ ], "Names": { ".ctor": [ - "datalakerg1138", - "testdatalake18796", - "testadlfs14684" + "datalakerg13555", + "testdatalake16848", + "testadlfs12906" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs index 1a8ae3958fb48..a4b142d8efa80 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Customizations/DataLakeStoreCustomizationHelper.cs @@ -14,7 +14,7 @@ internal static class DataLakeStoreCustomizationHelper /// This constant is used as the default package version to place in the user agent. /// It should mirror the package version in the project.json file. /// - internal const string PackageVersion = "2.2.1"; + internal const string PackageVersion = "2.3.0-preview"; internal const string DefaultAdlsFileSystemDnsSuffix = "azuredatalakestore.net"; diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs index 13ce892e15021..5c1b87f6dbc6b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -543,7 +543,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -690,7 +690,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient 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")) @@ -703,7 +703,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -759,7 +759,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -900,7 +900,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient 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")) @@ -913,7 +913,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1602,7 +1602,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -1716,7 +1716,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient 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")) @@ -1729,7 +1729,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1776,7 +1776,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) { @@ -1890,7 +1890,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient 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")) @@ -1903,7 +1903,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperationsExtensions.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperationsExtensions.cs index 3be9316697466..6d8ad2c3320e2 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperationsExtensions.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -266,7 +266,7 @@ public static void EnableKeyVault(this IAccountOperations operations, string res /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage ListByResourceGroup(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage ListByResourceGroup(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { return operations.ListByResourceGroupAsync(resourceGroupName, odataQuery, select, count).GetAwaiter().GetResult(); } @@ -297,7 +297,7 @@ public static void EnableKeyVault(this IAccountOperations operations, string res /// /// The cancellation token. /// - public static async Task> ListByResourceGroupAsync(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByResourceGroupAsync(this IAccountOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { @@ -324,7 +324,7 @@ public static void EnableKeyVault(this IAccountOperations operations, string res /// resources included with the resources in the response, e.g. /// Categories?$count=true. Optional. /// - public static IPage List(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) + public static IPage List(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?)) { return operations.ListAsync(odataQuery, select, count).GetAwaiter().GetResult(); } @@ -351,7 +351,7 @@ public static void EnableKeyVault(this IAccountOperations operations, string res /// /// The cancellation token. /// - public static async Task> ListAsync(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IAccountOperations operations, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, select, count, null, cancellationToken).ConfigureAwait(false)) { @@ -504,7 +504,7 @@ public static void BeginDelete(this IAccountOperations operations, string resour /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListByResourceGroupNext(this IAccountOperations operations, string nextPageLink) + public static IPage ListByResourceGroupNext(this IAccountOperations operations, string nextPageLink) { return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); } @@ -522,7 +522,7 @@ public static IPage ListByResourceGroupNext(this IAccountO /// /// The cancellation token. /// - public static async Task> ListByResourceGroupNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByResourceGroupNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { @@ -540,7 +540,7 @@ public static IPage ListByResourceGroupNext(this IAccountO /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListNext(this IAccountOperations operations, string nextPageLink) + public static IPage ListNext(this IAccountOperations operations, string nextPageLink) { return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } @@ -558,7 +558,7 @@ public static IPage ListNext(this IAccountOperations opera /// /// The cancellation token. /// - public static async Task> ListNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs index be259547b6ea6..597ac2da83818 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreAccountManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs index 63699708626bd..6d8181a3f61bc 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/DataLakeStoreFileSystemManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs index 124b918b764bf..17b651ae686cc 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -65,7 +65,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which to append /// using concurrent append. /// @@ -106,7 +106,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string filePath, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -116,9 +116,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (filePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "filePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (streamContents == null) { @@ -138,7 +138,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("filePath", filePath); + tracingParameters.Add("path", path); tracingParameters.Add("streamContents", streamContents); tracingParameters.Add("appendMode", appendMode); tracingParameters.Add("op", op); @@ -149,10 +149,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "WebHdfsExt/{filePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "WebHdfsExt/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{filePath}", System.Uri.EscapeDataString(filePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (appendMode != null) { @@ -296,7 +296,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file on which to set or /// remove the expiration time. /// @@ -332,7 +332,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SetFileExpiryWithHttpMessagesAsync(string accountName, string filePath, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SetFileExpiryWithHttpMessagesAsync(string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -342,9 +342,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (filePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "filePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -359,7 +359,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("filePath", filePath); + tracingParameters.Add("path", path); tracingParameters.Add("expiryOption", expiryOption); tracingParameters.Add("expireTime", expireTime); tracingParameters.Add("op", op); @@ -368,10 +368,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "WebHdfsExt/{filePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "WebHdfsExt/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{filePath}", System.Uri.EscapeDataString(filePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); _queryParameters.Add(string.Format("expiryOption={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expiryOption, Client.SerializationSettings).Trim('"')))); if (expireTime != null) @@ -890,7 +890,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination file /// resulting from the concatenation. /// @@ -916,7 +916,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task ConcatWithHttpMessagesAsync(string accountName, string destinationPath, IList sources, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task ConcatWithHttpMessagesAsync(string accountName, string path, IList sources, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -926,9 +926,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (destinationPath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "destinationPath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (sources == null) { @@ -947,7 +947,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("destinationPath", destinationPath); + tracingParameters.Add("path", path); tracingParameters.Add("sources", sources); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -955,10 +955,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{destinationPath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{destinationPath}", System.Uri.EscapeDataString(destinationPath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (sources != null) { @@ -1083,7 +1083,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination file /// resulting from the concatenation. /// @@ -1119,7 +1119,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task MsConcatWithHttpMessagesAsync(string accountName, string msConcatDestinationPath, Stream streamContents, bool? deleteSourceDirectory = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task MsConcatWithHttpMessagesAsync(string accountName, string path, Stream streamContents, bool? deleteSourceDirectory = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1129,9 +1129,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (msConcatDestinationPath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "msConcatDestinationPath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (streamContents == null) { @@ -1150,7 +1150,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("msConcatDestinationPath", msConcatDestinationPath); + tracingParameters.Add("path", path); tracingParameters.Add("deleteSourceDirectory", deleteSourceDirectory); tracingParameters.Add("streamContents", streamContents); tracingParameters.Add("op", op); @@ -1159,10 +1159,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{msConcatDestinationPath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{msConcatDestinationPath}", System.Uri.EscapeDataString(msConcatDestinationPath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (deleteSourceDirectory != null) { @@ -1294,7 +1294,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory to list. /// /// @@ -1337,7 +1337,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListFileStatusWithHttpMessagesAsync(string accountName, string listFilePath, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListFileStatusWithHttpMessagesAsync(string accountName, string path, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1347,9 +1347,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (listFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "listFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -1364,7 +1364,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("listFilePath", listFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("listSize", listSize); tracingParameters.Add("listAfter", listAfter); tracingParameters.Add("listBefore", listBefore); @@ -1375,10 +1375,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{listFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{listFilePath}", System.Uri.EscapeDataString(listFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (listSize != null) { @@ -1530,7 +1530,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file for which to /// retrieve the summary. /// @@ -1555,7 +1555,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetContentSummaryWithHttpMessagesAsync(string accountName, string getContentSummaryFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetContentSummaryWithHttpMessagesAsync(string accountName, string path, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1565,9 +1565,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (getContentSummaryFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "getContentSummaryFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -1582,17 +1582,17 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("getContentSummaryFilePath", getContentSummaryFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetContentSummary", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{getContentSummaryFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{getContentSummaryFilePath}", System.Uri.EscapeDataString(getContentSummaryFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (op != null) { @@ -1728,7 +1728,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to retrieve the status. /// @@ -1758,7 +1758,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetFileStatusWithHttpMessagesAsync(string accountName, string getFilePath, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetFileStatusWithHttpMessagesAsync(string accountName, string path, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1768,9 +1768,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (getFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "getFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -1785,7 +1785,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("getFilePath", getFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("tooId", tooId); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -1793,10 +1793,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{getFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{getFilePath}", System.Uri.EscapeDataString(getFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (tooId != null) { @@ -1931,46 +1931,25 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } /// - /// Used for serial appends to the specified file. NOTE: The target must not - /// contain data added by ConcurrentAppend. ConcurrentAppend and Append cannot - /// be used interchangeably; once a target file has been modified using either - /// of these append options, the other append option cannot be used on the - /// target file. + /// Opens and reads from the specified file. /// /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// - /// The Data Lake Store path (starting with '/') of the file to which to - /// append. + /// + /// The Data Lake Store path (starting with '/') of the file to open. /// - /// - /// The file contents to include when appending to the file. + /// + /// The number of bytes that the server will attempt to retrieve. It will + /// retrieve <= length bytes. /// /// - /// The optional offset in the stream to begin the append operation. Default is - /// to append at the end of the stream. - /// - /// - /// Optionally indicates what to do after completion of the concurrent append. - /// DATA indicates that more data will be sent immediately by the client, the - /// file handle should remain open/locked, and file metadata (including file - /// length, last modified time) should NOT get updated. METADATA indicates that - /// more data will be sent immediately by the client, the file handle should - /// remain open/locked, and file metadata should get updated. CLOSE indicates - /// that the client is done sending data, the file handle should be - /// closed/unlocked, and file metadata should get updated. Possible values - /// include: 'DATA', 'METADATA', 'CLOSE' - /// - /// - /// Optional unique GUID per file to ensure single writer semantics, meaning - /// that only clients that append to the file with the same leaseId will be - /// allowed to do so. + /// The byte offset to start reading data from. /// /// - /// Optional unique GUID per file indicating all the appends with the same + /// Optional unique GUID per file indicating all the reads with the same /// fileSessionId are from the same client and same session. This will give a - /// performance benefit when syncFlag is DATA or METADATA. + /// performance benefit. /// /// /// Headers that will be added to request. @@ -1978,9 +1957,12 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// 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 /// @@ -1990,7 +1972,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task AppendWithHttpMessagesAsync(string accountName, string directFilePath, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> OpenWithHttpMessagesAsync(string accountName, string path, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -2000,20 +1982,16 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (directFilePath == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "directFilePath"); - } - if (streamContents == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "streamContents"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - string op = "APPEND"; - string append = "true"; + string read = "true"; + string op = "OPEN"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2022,47 +2000,41 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("directFilePath", directFilePath); - tracingParameters.Add("streamContents", streamContents); + tracingParameters.Add("path", path); + tracingParameters.Add("length", length); tracingParameters.Add("offset", offset); - tracingParameters.Add("syncFlag", syncFlag); - tracingParameters.Add("leaseId", leaseId); tracingParameters.Add("fileSessionId", fileSessionId); + tracingParameters.Add("read", read); tracingParameters.Add("op", op); - tracingParameters.Add("append", append); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Append", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Open", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{directFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{directFilePath}", System.Uri.EscapeDataString(directFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); - if (offset != null) - { - _queryParameters.Add(string.Format("offset={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(offset, Client.SerializationSettings).Trim('"')))); - } - if (syncFlag != null) + if (length != null) { - _queryParameters.Add(string.Format("syncFlag={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(syncFlag, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("length={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(length, Client.SerializationSettings).Trim('"')))); } - if (leaseId != null) + if (offset != null) { - _queryParameters.Add(string.Format("leaseId={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(leaseId, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("offset={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(offset, Client.SerializationSettings).Trim('"')))); } if (fileSessionId != null) { _queryParameters.Add(string.Format("fileSessionId={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(fileSessionId, Client.SerializationSettings).Trim('"')))); } - if (op != null) + if (read != null) { - _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); + _queryParameters.Add(string.Format("read={0}", System.Uri.EscapeDataString(read))); } - if (append != null) + if (op != null) { - _queryParameters.Add(string.Format("append={0}", System.Uri.EscapeDataString(append))); + _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); } if (Client.ApiVersion != null) { @@ -2075,7 +2047,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -2106,15 +2078,6 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Serialize Request string _requestContent = null; - if(streamContents == null) - { - throw new System.ArgumentNullException("streamContents"); - } - if (streamContents != null && streamContents != Stream.Null) - { - _httpRequest.Content = new StreamContent(streamContents); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/octet-stream"); - } // Set Credentials if (Client.Credentials != null) { @@ -2127,7 +2090,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) ServiceClientTracing.SendRequest(_invocationId, _httpRequest); } cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); if (_shouldTrace) { ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); @@ -2137,13 +2100,14 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new AdlsErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - AdlsError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { + ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2153,6 +2117,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } 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); @@ -2165,13 +2133,18 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient 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")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _result.Body = await _httpResponse.Content.ReadAsStreamAsync().ConfigureAwait(false); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2180,42 +2153,46 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } /// - /// Creates a file with optionally specified content. NOTE: If content is - /// provided, the resulting file cannot be modified using ConcurrentAppend. + /// Used for serial appends to the specified file. NOTE: The target must not + /// contain data added by ConcurrentAppend. ConcurrentAppend and Append cannot + /// be used interchangeably; once a target file has been modified using either + /// of these append options, the other append option cannot be used on the + /// target file. /// /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// - /// The Data Lake Store path (starting with '/') of the file to create. + /// + /// The Data Lake Store path (starting with '/') of the file to which to + /// append. /// /// - /// The file contents to include when creating the file. This parameter is - /// optional, resulting in an empty file if not specified. + /// The file contents to include when appending to the file. /// - /// - /// The indication of if the file should be overwritten. + /// + /// The optional offset in the stream to begin the append operation. Default is + /// to append at the end of the stream. /// /// - /// Optionally indicates what to do after completion of the create. DATA - /// indicates that more data will be sent immediately by the client, the file - /// handle should remain open/locked, and file metadata (including file length, - /// last modified time) should NOT get updated. METADATA indicates that more - /// data will be sent immediately by the client, the file handle should remain - /// open/locked, and file metadata should get updated. CLOSE indicates that the - /// client is done sending data, the file handle should be closed/unlocked, and - /// file metadata should get updated. Possible values include: 'DATA', - /// 'METADATA', 'CLOSE' + /// Optionally indicates what to do after completion of the concurrent append. + /// DATA indicates that more data will be sent immediately by the client, the + /// file handle should remain open/locked, and file metadata (including file + /// length, last modified time) should NOT get updated. METADATA indicates that + /// more data will be sent immediately by the client, the file handle should + /// remain open/locked, and file metadata should get updated. CLOSE indicates + /// that the client is done sending data, the file handle should be + /// closed/unlocked, and file metadata should get updated. Possible values + /// include: 'DATA', 'METADATA', 'CLOSE' /// /// /// Optional unique GUID per file to ensure single writer semantics, meaning /// that only clients that append to the file with the same leaseId will be /// allowed to do so. /// - /// - /// The octal representation of the unnamed user, mask and other permissions - /// that should be set for the file when created. If not specified, it inherits - /// these from the container. + /// + /// Optional unique GUID per file indicating all the appends with the same + /// fileSessionId are from the same client and same session. This will give a + /// performance benefit when syncFlag is DATA or METADATA. /// /// /// Headers that will be added to request. @@ -2235,7 +2212,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task CreateWithHttpMessagesAsync(string accountName, string directFilePath, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task AppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -2245,16 +2222,20 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (directFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "directFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); + } + if (streamContents == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "streamContents"); } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - string op = "CREATE"; - string write = "true"; + string append = "true"; + string op = "APPEND"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2263,27 +2244,27 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("directFilePath", directFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("streamContents", streamContents); - tracingParameters.Add("overwrite", overwrite); + tracingParameters.Add("offset", offset); tracingParameters.Add("syncFlag", syncFlag); tracingParameters.Add("leaseId", leaseId); - tracingParameters.Add("permission", permission); + tracingParameters.Add("fileSessionId", fileSessionId); + tracingParameters.Add("append", append); tracingParameters.Add("op", op); - tracingParameters.Add("write", write); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Append", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{directFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{directFilePath}", System.Uri.EscapeDataString(directFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); - if (overwrite != null) + if (offset != null) { - _queryParameters.Add(string.Format("overwrite={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(overwrite, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("offset={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(offset, Client.SerializationSettings).Trim('"')))); } if (syncFlag != null) { @@ -2293,17 +2274,17 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { _queryParameters.Add(string.Format("leaseId={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(leaseId, Client.SerializationSettings).Trim('"')))); } - if (permission != null) + if (fileSessionId != null) { - _queryParameters.Add(string.Format("permission={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(permission, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("fileSessionId={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(fileSessionId, Client.SerializationSettings).Trim('"')))); } - if (op != null) + if (append != null) { - _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); + _queryParameters.Add(string.Format("append={0}", System.Uri.EscapeDataString(append))); } - if (write != null) + if (op != null) { - _queryParameters.Add(string.Format("write={0}", System.Uri.EscapeDataString(write))); + _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); } if (Client.ApiVersion != null) { @@ -2316,7 +2297,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -2347,6 +2328,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Serialize Request string _requestContent = null; + if(streamContents == null) + { + throw new System.ArgumentNullException("streamContents"); + } if (streamContents != null && streamContents != Stream.Null) { _httpRequest.Content = new StreamContent(streamContents); @@ -2372,7 +2357,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201) + if ((int)_statusCode != 200) { var ex = new AdlsErrorException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -2417,25 +2402,42 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } /// - /// Opens and reads from the specified file. + /// Creates a file with optionally specified content. NOTE: If content is + /// provided, the resulting file cannot be modified using ConcurrentAppend. /// /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// - /// The Data Lake Store path (starting with '/') of the file to open. + /// + /// The Data Lake Store path (starting with '/') of the file to create. /// - /// - /// The number of bytes that the server will attempt to retrieve. It will - /// retrieve <= length bytes. + /// + /// The file contents to include when creating the file. This parameter is + /// optional, resulting in an empty file if not specified. /// - /// - /// The byte offset to start reading data from. + /// + /// The indication of if the file should be overwritten. /// - /// - /// Optional unique GUID per file indicating all the reads with the same - /// fileSessionId are from the same client and same session. This will give a - /// performance benefit. + /// + /// Optionally indicates what to do after completion of the create. DATA + /// indicates that more data will be sent immediately by the client, the file + /// handle should remain open/locked, and file metadata (including file length, + /// last modified time) should NOT get updated. METADATA indicates that more + /// data will be sent immediately by the client, the file handle should remain + /// open/locked, and file metadata should get updated. CLOSE indicates that the + /// client is done sending data, the file handle should be closed/unlocked, and + /// file metadata should get updated. Possible values include: 'DATA', + /// 'METADATA', 'CLOSE' + /// + /// + /// Optional unique GUID per file to ensure single writer semantics, meaning + /// that only clients that append to the file with the same leaseId will be + /// allowed to do so. + /// + /// + /// The octal representation of the unnamed user, mask and other permissions + /// that should be set for the file when created. If not specified, it inherits + /// these from the container. /// /// /// Headers that will be added to request. @@ -2443,12 +2445,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// 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 /// @@ -2458,7 +2457,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> OpenWithHttpMessagesAsync(string accountName, string directFilePath, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task CreateWithHttpMessagesAsync(string accountName, string path, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -2468,16 +2467,16 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (directFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "directFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - string op = "OPEN"; - string read = "true"; + string write = "true"; + string op = "CREATE"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2486,41 +2485,47 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("directFilePath", directFilePath); - tracingParameters.Add("length", length); - tracingParameters.Add("offset", offset); - tracingParameters.Add("fileSessionId", fileSessionId); + tracingParameters.Add("path", path); + tracingParameters.Add("streamContents", streamContents); + tracingParameters.Add("overwrite", overwrite); + tracingParameters.Add("syncFlag", syncFlag); + tracingParameters.Add("leaseId", leaseId); + tracingParameters.Add("permission", permission); + tracingParameters.Add("write", write); tracingParameters.Add("op", op); - tracingParameters.Add("read", read); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Open", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{directFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{directFilePath}", System.Uri.EscapeDataString(directFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); - if (length != null) + if (overwrite != null) { - _queryParameters.Add(string.Format("length={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(length, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("overwrite={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(overwrite, Client.SerializationSettings).Trim('"')))); } - if (offset != null) + if (syncFlag != null) { - _queryParameters.Add(string.Format("offset={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(offset, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("syncFlag={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(syncFlag, Client.SerializationSettings).Trim('"')))); } - if (fileSessionId != null) + if (leaseId != null) { - _queryParameters.Add(string.Format("fileSessionId={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(fileSessionId, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("leaseId={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(leaseId, Client.SerializationSettings).Trim('"')))); } - if (op != null) + if (permission != null) { - _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); + _queryParameters.Add(string.Format("permission={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(permission, Client.SerializationSettings).Trim('"')))); } - if (read != null) + if (write != null) { - _queryParameters.Add(string.Format("read={0}", System.Uri.EscapeDataString(read))); + _queryParameters.Add(string.Format("write={0}", System.Uri.EscapeDataString(write))); + } + if (op != null) + { + _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); } if (Client.ApiVersion != null) { @@ -2533,7 +2538,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -2564,6 +2569,11 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Serialize Request string _requestContent = null; + if (streamContents != null && streamContents != Stream.Null) + { + _httpRequest.Content = new StreamContent(streamContents); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/octet-stream"); + } // Set Credentials if (Client.Credentials != null) { @@ -2576,7 +2586,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) ServiceClientTracing.SendRequest(_invocationId, _httpRequest); } cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); if (_shouldTrace) { ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); @@ -2584,16 +2594,15 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient 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)); + var ex = new AdlsErrorException(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); + AdlsError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2603,10 +2612,6 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } 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); @@ -2619,18 +2624,13 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient 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")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } - // Deserialize Response - if ((int)_statusCode == 200) - { - _result.Body = await _httpResponse.Content.ReadAsStreamAsync().ConfigureAwait(false); - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2644,7 +2644,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory on /// which to set the ACL. /// @@ -2670,7 +2670,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SetAclWithHttpMessagesAsync(string accountName, string setAclFilePath, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SetAclWithHttpMessagesAsync(string accountName, string path, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -2680,9 +2680,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (setAclFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "setAclFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (aclspec == null) { @@ -2701,7 +2701,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("setAclFilePath", setAclFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("aclspec", aclspec); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -2709,10 +2709,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{setAclFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{setAclFilePath}", System.Uri.EscapeDataString(setAclFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (aclspec != null) { @@ -2834,7 +2834,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being modified. /// @@ -2860,7 +2860,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task ModifyAclEntriesWithHttpMessagesAsync(string accountName, string modifyAclFilePath, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task ModifyAclEntriesWithHttpMessagesAsync(string accountName, string path, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -2870,9 +2870,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (modifyAclFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "modifyAclFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (aclspec == null) { @@ -2891,7 +2891,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("modifyAclFilePath", modifyAclFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("aclspec", aclspec); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -2899,10 +2899,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{modifyAclFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{modifyAclFilePath}", System.Uri.EscapeDataString(modifyAclFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (aclspec != null) { @@ -3024,7 +3024,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being removed. /// @@ -3050,7 +3050,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task RemoveAclEntriesWithHttpMessagesAsync(string accountName, string removeAclFilePath, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RemoveAclEntriesWithHttpMessagesAsync(string accountName, string path, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3060,9 +3060,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (removeAclFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "removeAclFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (aclspec == null) { @@ -3081,7 +3081,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("removeAclFilePath", removeAclFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("aclspec", aclspec); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -3089,10 +3089,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{removeAclFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{removeAclFilePath}", System.Uri.EscapeDataString(removeAclFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (aclspec != null) { @@ -3215,7 +3215,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory with the /// default ACL being removed. /// @@ -3237,7 +3237,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task RemoveDefaultAclWithHttpMessagesAsync(string accountName, string defaultAclFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RemoveDefaultAclWithHttpMessagesAsync(string accountName, string path, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3247,9 +3247,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (defaultAclFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "defaultAclFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -3264,17 +3264,17 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("defaultAclFilePath", defaultAclFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RemoveDefaultAcl", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{defaultAclFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{defaultAclFilePath}", System.Uri.EscapeDataString(defaultAclFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (op != null) { @@ -3393,7 +3393,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being removed. /// @@ -3415,7 +3415,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task RemoveAclWithHttpMessagesAsync(string accountName, string aclFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RemoveAclWithHttpMessagesAsync(string accountName, string path, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3425,9 +3425,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (aclFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "aclFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -3442,17 +3442,17 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("aclFilePath", aclFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RemoveAcl", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{aclFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{aclFilePath}", System.Uri.EscapeDataString(aclFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (op != null) { @@ -3570,7 +3570,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to get the ACL. /// @@ -3600,7 +3600,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetAclStatusWithHttpMessagesAsync(string accountName, string aclFilePath, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetAclStatusWithHttpMessagesAsync(string accountName, string path, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3610,9 +3610,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (aclFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "aclFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -3627,7 +3627,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("aclFilePath", aclFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("tooId", tooId); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -3635,10 +3635,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{aclFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{aclFilePath}", System.Uri.EscapeDataString(aclFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (tooId != null) { @@ -3778,7 +3778,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory to /// delete. /// @@ -3806,7 +3806,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> DeleteWithHttpMessagesAsync(string accountName, string filePath, bool? recursive = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> DeleteWithHttpMessagesAsync(string accountName, string path, bool? recursive = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -3816,9 +3816,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (filePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "filePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -3833,7 +3833,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("filePath", filePath); + tracingParameters.Add("path", path); tracingParameters.Add("recursive", recursive); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -3841,10 +3841,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{filePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{filePath}", System.Uri.EscapeDataString(filePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (recursive != null) { @@ -3984,7 +3984,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory to /// move/rename. /// @@ -4012,7 +4012,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> RenameWithHttpMessagesAsync(string accountName, string renameFilePath, string destination, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> RenameWithHttpMessagesAsync(string accountName, string path, string destination, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4022,9 +4022,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (renameFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "renameFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (destination == null) { @@ -4043,7 +4043,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("renameFilePath", renameFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("destination", destination); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -4051,10 +4051,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{renameFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{renameFilePath}", System.Uri.EscapeDataString(renameFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (destination != null) { @@ -4194,7 +4194,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to set the owner. /// @@ -4224,7 +4224,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SetOwnerWithHttpMessagesAsync(string accountName, string setOwnerFilePath, string owner = default(string), string group = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SetOwnerWithHttpMessagesAsync(string accountName, string path, string owner = default(string), string group = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4234,9 +4234,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (setOwnerFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "setOwnerFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -4251,7 +4251,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("setOwnerFilePath", setOwnerFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("owner", owner); tracingParameters.Add("group", group); tracingParameters.Add("op", op); @@ -4260,10 +4260,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{setOwnerFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{setOwnerFilePath}", System.Uri.EscapeDataString(setOwnerFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (owner != null) { @@ -4389,7 +4389,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to set the permission. /// @@ -4415,7 +4415,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SetPermissionWithHttpMessagesAsync(string accountName, string setPermissionFilePath, string permission = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SetPermissionWithHttpMessagesAsync(string accountName, string path, string permission = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -4425,9 +4425,9 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlsFileSystemDnsSuffix"); } - if (setPermissionFilePath == null) + if (path == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "setPermissionFilePath"); + throw new ValidationException(ValidationRules.CannotBeNull, "path"); } if (Client.ApiVersion == null) { @@ -4442,7 +4442,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); - tracingParameters.Add("setPermissionFilePath", setPermissionFilePath); + tracingParameters.Add("path", path); tracingParameters.Add("permission", permission); tracingParameters.Add("op", op); tracingParameters.Add("cancellationToken", cancellationToken); @@ -4450,10 +4450,10 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri; - var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{setPermissionFilePath}"; + var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "webhdfs/v1/{path}"; _url = _url.Replace("{accountName}", accountName); _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); - _url = _url.Replace("{setPermissionFilePath}", System.Uri.EscapeDataString(setPermissionFilePath)); + _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); if (permission != null) { diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs index 91fcf13e79a02..8f5fd8d239459 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -41,7 +41,7 @@ public static partial class FileSystemOperationsExtensions /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which to append /// using concurrent append. /// @@ -64,9 +64,9 @@ public static partial class FileSystemOperationsExtensions /// closed/unlocked, and file metadata should get updated. Possible values /// include: 'DATA', 'METADATA', 'CLOSE' /// - public static void ConcurrentAppend(this IFileSystemOperations operations, string accountName, string filePath, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?)) + public static void ConcurrentAppend(this IFileSystemOperations operations, string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?)) { - operations.ConcurrentAppendAsync(accountName, filePath, streamContents, appendMode, syncFlag).GetAwaiter().GetResult(); + operations.ConcurrentAppendAsync(accountName, path, streamContents, appendMode, syncFlag).GetAwaiter().GetResult(); } /// @@ -85,7 +85,7 @@ public static partial class FileSystemOperationsExtensions /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which to append /// using concurrent append. /// @@ -111,9 +111,9 @@ public static partial class FileSystemOperationsExtensions /// /// The cancellation token. /// - public static async Task ConcurrentAppendAsync(this IFileSystemOperations operations, string accountName, string filePath, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ConcurrentAppendAsync(this IFileSystemOperations operations, string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.ConcurrentAppendWithHttpMessagesAsync(accountName, filePath, streamContents, appendMode, syncFlag, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.ConcurrentAppendWithHttpMessagesAsync(accountName, path, streamContents, appendMode, syncFlag, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -126,7 +126,7 @@ public static partial class FileSystemOperationsExtensions /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file on which to set or /// remove the expiration time. /// @@ -144,9 +144,9 @@ public static partial class FileSystemOperationsExtensions /// The time that the file will expire, corresponding to the ExpiryOption that /// was set. /// - public static void SetFileExpiry(this IFileSystemOperations operations, string accountName, string filePath, ExpiryOptionType expiryOption, long? expireTime = default(long?)) + public static void SetFileExpiry(this IFileSystemOperations operations, string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?)) { - operations.SetFileExpiryAsync(accountName, filePath, expiryOption, expireTime).GetAwaiter().GetResult(); + operations.SetFileExpiryAsync(accountName, path, expiryOption, expireTime).GetAwaiter().GetResult(); } /// @@ -159,7 +159,7 @@ public static partial class FileSystemOperationsExtensions /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file on which to set or /// remove the expiration time. /// @@ -180,9 +180,9 @@ public static partial class FileSystemOperationsExtensions /// /// The cancellation token. /// - public static async Task SetFileExpiryAsync(this IFileSystemOperations operations, string accountName, string filePath, ExpiryOptionType expiryOption, long? expireTime = default(long?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SetFileExpiryAsync(this IFileSystemOperations operations, string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.SetFileExpiryWithHttpMessagesAsync(accountName, filePath, expiryOption, expireTime, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.SetFileExpiryWithHttpMessagesAsync(accountName, path, expiryOption, expireTime, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -288,7 +288,7 @@ public static void CheckAccess(this IFileSystemOperations operations, string acc /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination file /// resulting from the concatenation. /// @@ -296,9 +296,9 @@ public static void CheckAccess(this IFileSystemOperations operations, string acc /// A list of comma separated Data Lake Store paths (starting with '/') of the /// files to concatenate, in the order in which they should be concatenated. /// - public static void Concat(this IFileSystemOperations operations, string accountName, string destinationPath, IList sources) + public static void Concat(this IFileSystemOperations operations, string accountName, string path, IList sources) { - operations.ConcatAsync(accountName, destinationPath, sources).GetAwaiter().GetResult(); + operations.ConcatAsync(accountName, path, sources).GetAwaiter().GetResult(); } /// @@ -311,7 +311,7 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination file /// resulting from the concatenation. /// @@ -322,9 +322,9 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The cancellation token. /// - public static async Task ConcatAsync(this IFileSystemOperations operations, string accountName, string destinationPath, IList sources, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ConcatAsync(this IFileSystemOperations operations, string accountName, string path, IList sources, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.ConcatWithHttpMessagesAsync(accountName, destinationPath, sources, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.ConcatWithHttpMessagesAsync(accountName, path, sources, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -339,7 +339,7 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination file /// resulting from the concatenation. /// @@ -357,9 +357,9 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// not source files. Only set this to true when source files are the only /// files in the source directory. /// - public static void MsConcat(this IFileSystemOperations operations, string accountName, string msConcatDestinationPath, Stream streamContents, bool? deleteSourceDirectory = default(bool?)) + public static void MsConcat(this IFileSystemOperations operations, string accountName, string path, Stream streamContents, bool? deleteSourceDirectory = default(bool?)) { - operations.MsConcatAsync(accountName, msConcatDestinationPath, streamContents, deleteSourceDirectory).GetAwaiter().GetResult(); + operations.MsConcatAsync(accountName, path, streamContents, deleteSourceDirectory).GetAwaiter().GetResult(); } /// @@ -374,7 +374,7 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination file /// resulting from the concatenation. /// @@ -395,9 +395,9 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The cancellation token. /// - public static async Task MsConcatAsync(this IFileSystemOperations operations, string accountName, string msConcatDestinationPath, Stream streamContents, bool? deleteSourceDirectory = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task MsConcatAsync(this IFileSystemOperations operations, string accountName, string path, Stream streamContents, bool? deleteSourceDirectory = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.MsConcatWithHttpMessagesAsync(accountName, msConcatDestinationPath, streamContents, deleteSourceDirectory, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.MsConcatWithHttpMessagesAsync(accountName, path, streamContents, deleteSourceDirectory, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -410,7 +410,7 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory to list. /// /// @@ -432,9 +432,9 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// tooid=false returns friendly names instead of the AAD Object ID. Default /// value is true, returning AAD object IDs. /// - public static FileStatusesResult ListFileStatus(this IFileSystemOperations operations, string accountName, string listFilePath, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?)) + public static FileStatusesResult ListFileStatus(this IFileSystemOperations operations, string accountName, string path, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?)) { - return operations.ListFileStatusAsync(accountName, listFilePath, listSize, listAfter, listBefore, tooId).GetAwaiter().GetResult(); + return operations.ListFileStatusAsync(accountName, path, listSize, listAfter, listBefore, tooId).GetAwaiter().GetResult(); } /// @@ -447,7 +447,7 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory to list. /// /// @@ -472,9 +472,9 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The cancellation token. /// - public static async Task ListFileStatusAsync(this IFileSystemOperations operations, string accountName, string listFilePath, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ListFileStatusAsync(this IFileSystemOperations operations, string accountName, string path, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListFileStatusWithHttpMessagesAsync(accountName, listFilePath, listSize, listAfter, listBefore, tooId, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListFileStatusWithHttpMessagesAsync(accountName, path, listSize, listAfter, listBefore, tooId, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -489,13 +489,13 @@ public static void Concat(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file for which to /// retrieve the summary. /// - public static ContentSummaryResult GetContentSummary(this IFileSystemOperations operations, string accountName, string getContentSummaryFilePath) + public static ContentSummaryResult GetContentSummary(this IFileSystemOperations operations, string accountName, string path) { - return operations.GetContentSummaryAsync(accountName, getContentSummaryFilePath).GetAwaiter().GetResult(); + return operations.GetContentSummaryAsync(accountName, path).GetAwaiter().GetResult(); } /// @@ -507,16 +507,16 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file for which to /// retrieve the summary. /// /// /// The cancellation token. /// - public static async Task GetContentSummaryAsync(this IFileSystemOperations operations, string accountName, string getContentSummaryFilePath, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetContentSummaryAsync(this IFileSystemOperations operations, string accountName, string path, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetContentSummaryWithHttpMessagesAsync(accountName, getContentSummaryFilePath, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetContentSummaryWithHttpMessagesAsync(accountName, path, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -531,7 +531,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to retrieve the status. /// @@ -540,9 +540,9 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// tooid=false returns friendly names instead of the AAD Object ID. Default /// value is true, returning AAD object IDs. /// - public static FileStatusResult GetFileStatus(this IFileSystemOperations operations, string accountName, string getFilePath, bool? tooId = default(bool?)) + public static FileStatusResult GetFileStatus(this IFileSystemOperations operations, string accountName, string path, bool? tooId = default(bool?)) { - return operations.GetFileStatusAsync(accountName, getFilePath, tooId).GetAwaiter().GetResult(); + return operations.GetFileStatusAsync(accountName, path, tooId).GetAwaiter().GetResult(); } /// @@ -554,7 +554,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to retrieve the status. /// @@ -566,14 +566,77 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The cancellation token. /// - public static async Task GetFileStatusAsync(this IFileSystemOperations operations, string accountName, string getFilePath, bool? tooId = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetFileStatusAsync(this IFileSystemOperations operations, string accountName, string path, bool? tooId = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetFileStatusWithHttpMessagesAsync(accountName, getFilePath, tooId, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetFileStatusWithHttpMessagesAsync(accountName, path, tooId, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } + /// + /// Opens and reads from the specified file. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to open. + /// + /// + /// The number of bytes that the server will attempt to retrieve. It will + /// retrieve <= length bytes. + /// + /// + /// The byte offset to start reading data from. + /// + /// + /// Optional unique GUID per file indicating all the reads with the same + /// fileSessionId are from the same client and same session. This will give a + /// performance benefit. + /// + public static Stream Open(this IFileSystemOperations operations, string accountName, string path, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?)) + { + return operations.OpenAsync(accountName, path, length, offset, fileSessionId).GetAwaiter().GetResult(); + } + + /// + /// Opens and reads from the specified file. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to open. + /// + /// + /// The number of bytes that the server will attempt to retrieve. It will + /// retrieve <= length bytes. + /// + /// + /// The byte offset to start reading data from. + /// + /// + /// Optional unique GUID per file indicating all the reads with the same + /// fileSessionId are from the same client and same session. This will give a + /// performance benefit. + /// + /// + /// The cancellation token. + /// + public static async Task OpenAsync(this IFileSystemOperations operations, string accountName, string path, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?), CancellationToken cancellationToken = default(CancellationToken)) + { + var _result = await operations.OpenWithHttpMessagesAsync(accountName, path, length, offset, fileSessionId, null, cancellationToken).ConfigureAwait(false); + _result.Request.Dispose(); + return _result.Body; + } + /// /// Used for serial appends to the specified file. NOTE: The target must not /// contain data added by ConcurrentAppend. ConcurrentAppend and Append cannot @@ -587,7 +650,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which to /// append. /// @@ -619,9 +682,9 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// fileSessionId are from the same client and same session. This will give a /// performance benefit when syncFlag is DATA or METADATA. /// - public static void Append(this IFileSystemOperations operations, string accountName, string directFilePath, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?)) + public static void Append(this IFileSystemOperations operations, string accountName, string path, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?)) { - operations.AppendAsync(accountName, directFilePath, streamContents, offset, syncFlag, leaseId, fileSessionId).GetAwaiter().GetResult(); + operations.AppendAsync(accountName, path, streamContents, offset, syncFlag, leaseId, fileSessionId).GetAwaiter().GetResult(); } /// @@ -637,7 +700,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which to /// append. /// @@ -672,9 +735,9 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The cancellation token. /// - public static async Task AppendAsync(this IFileSystemOperations operations, string accountName, string directFilePath, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task AppendAsync(this IFileSystemOperations operations, string accountName, string path, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.AppendWithHttpMessagesAsync(accountName, directFilePath, streamContents, offset, syncFlag, leaseId, fileSessionId, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.AppendWithHttpMessagesAsync(accountName, path, streamContents, offset, syncFlag, leaseId, fileSessionId, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -687,7 +750,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to create. /// /// @@ -718,9 +781,9 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// that should be set for the file when created. If not specified, it inherits /// these from the container. /// - public static void Create(this IFileSystemOperations operations, string accountName, string directFilePath, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?)) + public static void Create(this IFileSystemOperations operations, string accountName, string path, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?)) { - operations.CreateAsync(accountName, directFilePath, streamContents, overwrite, syncFlag, leaseId, permission).GetAwaiter().GetResult(); + operations.CreateAsync(accountName, path, streamContents, overwrite, syncFlag, leaseId, permission).GetAwaiter().GetResult(); } /// @@ -733,7 +796,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to create. /// /// @@ -767,72 +830,9 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The cancellation token. /// - public static async Task CreateAsync(this IFileSystemOperations operations, string accountName, string directFilePath, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateAsync(this IFileSystemOperations operations, string accountName, string path, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.CreateWithHttpMessagesAsync(accountName, directFilePath, streamContents, overwrite, syncFlag, leaseId, permission, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Opens and reads from the specified file. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The Azure Data Lake Store account to execute filesystem operations on. - /// - /// - /// The Data Lake Store path (starting with '/') of the file to open. - /// - /// - /// The number of bytes that the server will attempt to retrieve. It will - /// retrieve <= length bytes. - /// - /// - /// The byte offset to start reading data from. - /// - /// - /// Optional unique GUID per file indicating all the reads with the same - /// fileSessionId are from the same client and same session. This will give a - /// performance benefit. - /// - public static Stream Open(this IFileSystemOperations operations, string accountName, string directFilePath, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?)) - { - return operations.OpenAsync(accountName, directFilePath, length, offset, fileSessionId).GetAwaiter().GetResult(); - } - - /// - /// Opens and reads from the specified file. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The Azure Data Lake Store account to execute filesystem operations on. - /// - /// - /// The Data Lake Store path (starting with '/') of the file to open. - /// - /// - /// The number of bytes that the server will attempt to retrieve. It will - /// retrieve <= length bytes. - /// - /// - /// The byte offset to start reading data from. - /// - /// - /// Optional unique GUID per file indicating all the reads with the same - /// fileSessionId are from the same client and same session. This will give a - /// performance benefit. - /// - /// - /// The cancellation token. - /// - public static async Task OpenAsync(this IFileSystemOperations operations, string accountName, string directFilePath, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?), CancellationToken cancellationToken = default(CancellationToken)) - { - var _result = await operations.OpenWithHttpMessagesAsync(accountName, directFilePath, length, offset, fileSessionId, null, cancellationToken).ConfigureAwait(false); - _result.Request.Dispose(); - return _result.Body; + (await operations.CreateWithHttpMessagesAsync(accountName, path, streamContents, overwrite, syncFlag, leaseId, permission, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -844,7 +844,7 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory on /// which to set the ACL. /// @@ -852,9 +852,9 @@ public static ContentSummaryResult GetContentSummary(this IFileSystemOperations /// The ACL spec included in ACL creation operations in the format /// '[default:]user|group|other::r|-w|-x|-' /// - public static void SetAcl(this IFileSystemOperations operations, string accountName, string setAclFilePath, string aclspec) + public static void SetAcl(this IFileSystemOperations operations, string accountName, string path, string aclspec) { - operations.SetAclAsync(accountName, setAclFilePath, aclspec).GetAwaiter().GetResult(); + operations.SetAclAsync(accountName, path, aclspec).GetAwaiter().GetResult(); } /// @@ -866,7 +866,7 @@ public static void SetAcl(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory on /// which to set the ACL. /// @@ -877,9 +877,9 @@ public static void SetAcl(this IFileSystemOperations operations, string accountN /// /// The cancellation token. /// - public static async Task SetAclAsync(this IFileSystemOperations operations, string accountName, string setAclFilePath, string aclspec, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SetAclAsync(this IFileSystemOperations operations, string accountName, string path, string aclspec, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.SetAclWithHttpMessagesAsync(accountName, setAclFilePath, aclspec, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.SetAclWithHttpMessagesAsync(accountName, path, aclspec, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -891,7 +891,7 @@ public static void SetAcl(this IFileSystemOperations operations, string accountN /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being modified. /// @@ -899,9 +899,9 @@ public static void SetAcl(this IFileSystemOperations operations, string accountN /// The ACL specification included in ACL modification operations in the format /// '[default:]user|group|other::r|-w|-x|-' /// - public static void ModifyAclEntries(this IFileSystemOperations operations, string accountName, string modifyAclFilePath, string aclspec) + public static void ModifyAclEntries(this IFileSystemOperations operations, string accountName, string path, string aclspec) { - operations.ModifyAclEntriesAsync(accountName, modifyAclFilePath, aclspec).GetAwaiter().GetResult(); + operations.ModifyAclEntriesAsync(accountName, path, aclspec).GetAwaiter().GetResult(); } /// @@ -913,7 +913,7 @@ public static void ModifyAclEntries(this IFileSystemOperations operations, strin /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being modified. /// @@ -924,9 +924,9 @@ public static void ModifyAclEntries(this IFileSystemOperations operations, strin /// /// The cancellation token. /// - public static async Task ModifyAclEntriesAsync(this IFileSystemOperations operations, string accountName, string modifyAclFilePath, string aclspec, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ModifyAclEntriesAsync(this IFileSystemOperations operations, string accountName, string path, string aclspec, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.ModifyAclEntriesWithHttpMessagesAsync(accountName, modifyAclFilePath, aclspec, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.ModifyAclEntriesWithHttpMessagesAsync(accountName, path, aclspec, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -938,7 +938,7 @@ public static void ModifyAclEntries(this IFileSystemOperations operations, strin /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being removed. /// @@ -946,9 +946,9 @@ public static void ModifyAclEntries(this IFileSystemOperations operations, strin /// The ACL spec included in ACL removal operations in the format /// '[default:]user|group|other' /// - public static void RemoveAclEntries(this IFileSystemOperations operations, string accountName, string removeAclFilePath, string aclspec) + public static void RemoveAclEntries(this IFileSystemOperations operations, string accountName, string path, string aclspec) { - operations.RemoveAclEntriesAsync(accountName, removeAclFilePath, aclspec).GetAwaiter().GetResult(); + operations.RemoveAclEntriesAsync(accountName, path, aclspec).GetAwaiter().GetResult(); } /// @@ -960,7 +960,7 @@ public static void RemoveAclEntries(this IFileSystemOperations operations, strin /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being removed. /// @@ -971,9 +971,9 @@ public static void RemoveAclEntries(this IFileSystemOperations operations, strin /// /// The cancellation token. /// - public static async Task RemoveAclEntriesAsync(this IFileSystemOperations operations, string accountName, string removeAclFilePath, string aclspec, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RemoveAclEntriesAsync(this IFileSystemOperations operations, string accountName, string path, string aclspec, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.RemoveAclEntriesWithHttpMessagesAsync(accountName, removeAclFilePath, aclspec, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.RemoveAclEntriesWithHttpMessagesAsync(accountName, path, aclspec, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -986,13 +986,13 @@ public static void RemoveAclEntries(this IFileSystemOperations operations, strin /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory with the /// default ACL being removed. /// - public static void RemoveDefaultAcl(this IFileSystemOperations operations, string accountName, string defaultAclFilePath) + public static void RemoveDefaultAcl(this IFileSystemOperations operations, string accountName, string path) { - operations.RemoveDefaultAclAsync(accountName, defaultAclFilePath).GetAwaiter().GetResult(); + operations.RemoveDefaultAclAsync(accountName, path).GetAwaiter().GetResult(); } /// @@ -1005,16 +1005,16 @@ public static void RemoveDefaultAcl(this IFileSystemOperations operations, strin /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory with the /// default ACL being removed. /// /// /// The cancellation token. /// - public static async Task RemoveDefaultAclAsync(this IFileSystemOperations operations, string accountName, string defaultAclFilePath, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RemoveDefaultAclAsync(this IFileSystemOperations operations, string accountName, string path, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.RemoveDefaultAclWithHttpMessagesAsync(accountName, defaultAclFilePath, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.RemoveDefaultAclWithHttpMessagesAsync(accountName, path, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -1027,13 +1027,13 @@ public static void RemoveDefaultAcl(this IFileSystemOperations operations, strin /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being removed. /// - public static void RemoveAcl(this IFileSystemOperations operations, string accountName, string aclFilePath) + public static void RemoveAcl(this IFileSystemOperations operations, string accountName, string path) { - operations.RemoveAclAsync(accountName, aclFilePath).GetAwaiter().GetResult(); + operations.RemoveAclAsync(accountName, path).GetAwaiter().GetResult(); } /// @@ -1046,16 +1046,16 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory with /// the ACL being removed. /// /// /// The cancellation token. /// - public static async Task RemoveAclAsync(this IFileSystemOperations operations, string accountName, string aclFilePath, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RemoveAclAsync(this IFileSystemOperations operations, string accountName, string path, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.RemoveAclWithHttpMessagesAsync(accountName, aclFilePath, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.RemoveAclWithHttpMessagesAsync(accountName, path, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -1067,7 +1067,7 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to get the ACL. /// @@ -1076,9 +1076,9 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// entries. tooid=false returns friendly names instead of the AAD Object ID. /// Default value is true, returning AAD object IDs. /// - public static AclStatusResult GetAclStatus(this IFileSystemOperations operations, string accountName, string aclFilePath, bool? tooId = default(bool?)) + public static AclStatusResult GetAclStatus(this IFileSystemOperations operations, string accountName, string path, bool? tooId = default(bool?)) { - return operations.GetAclStatusAsync(accountName, aclFilePath, tooId).GetAwaiter().GetResult(); + return operations.GetAclStatusAsync(accountName, path, tooId).GetAwaiter().GetResult(); } /// @@ -1090,7 +1090,7 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to get the ACL. /// @@ -1102,9 +1102,9 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The cancellation token. /// - public static async Task GetAclStatusAsync(this IFileSystemOperations operations, string accountName, string aclFilePath, bool? tooId = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAclStatusAsync(this IFileSystemOperations operations, string accountName, string path, bool? tooId = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetAclStatusWithHttpMessagesAsync(accountName, aclFilePath, tooId, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetAclStatusWithHttpMessagesAsync(accountName, path, tooId, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1119,16 +1119,16 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory to /// delete. /// /// /// The optional switch indicating if the delete should be recursive /// - public static FileOperationResult Delete(this IFileSystemOperations operations, string accountName, string filePath, bool? recursive = default(bool?)) + public static FileOperationResult Delete(this IFileSystemOperations operations, string accountName, string path, bool? recursive = default(bool?)) { - return operations.DeleteAsync(accountName, filePath, recursive).GetAwaiter().GetResult(); + return operations.DeleteAsync(accountName, path, recursive).GetAwaiter().GetResult(); } /// @@ -1140,7 +1140,7 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory to /// delete. /// @@ -1150,9 +1150,9 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The cancellation token. /// - public static async Task DeleteAsync(this IFileSystemOperations operations, string accountName, string filePath, bool? recursive = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IFileSystemOperations operations, string accountName, string path, bool? recursive = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteWithHttpMessagesAsync(accountName, filePath, recursive, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteWithHttpMessagesAsync(accountName, path, recursive, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1167,16 +1167,16 @@ public static void RemoveAcl(this IFileSystemOperations operations, string accou /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory to /// move/rename. /// /// /// The path to move/rename the file or folder to /// - public static FileOperationResult Rename(this IFileSystemOperations operations, string accountName, string renameFilePath, string destination) + public static FileOperationResult Rename(this IFileSystemOperations operations, string accountName, string path, string destination) { - return operations.RenameAsync(accountName, renameFilePath, destination).GetAwaiter().GetResult(); + return operations.RenameAsync(accountName, path, destination).GetAwaiter().GetResult(); } /// @@ -1188,7 +1188,7 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory to /// move/rename. /// @@ -1198,9 +1198,9 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The cancellation token. /// - public static async Task RenameAsync(this IFileSystemOperations operations, string accountName, string renameFilePath, string destination, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RenameAsync(this IFileSystemOperations operations, string accountName, string path, string destination, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.RenameWithHttpMessagesAsync(accountName, renameFilePath, destination, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.RenameWithHttpMessagesAsync(accountName, path, destination, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1215,7 +1215,7 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to set the owner. /// @@ -1227,9 +1227,9 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// The AAD Object ID of the group owner of the file or directory. If empty, /// the property will remain unchanged. /// - public static void SetOwner(this IFileSystemOperations operations, string accountName, string setOwnerFilePath, string owner = default(string), string group = default(string)) + public static void SetOwner(this IFileSystemOperations operations, string accountName, string path, string owner = default(string), string group = default(string)) { - operations.SetOwnerAsync(accountName, setOwnerFilePath, owner, group).GetAwaiter().GetResult(); + operations.SetOwnerAsync(accountName, path, owner, group).GetAwaiter().GetResult(); } /// @@ -1241,7 +1241,7 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to set the owner. /// @@ -1256,9 +1256,9 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The cancellation token. /// - public static async Task SetOwnerAsync(this IFileSystemOperations operations, string accountName, string setOwnerFilePath, string owner = default(string), string group = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SetOwnerAsync(this IFileSystemOperations operations, string accountName, string path, string owner = default(string), string group = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.SetOwnerWithHttpMessagesAsync(accountName, setOwnerFilePath, owner, group, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.SetOwnerWithHttpMessagesAsync(accountName, path, owner, group, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -1270,7 +1270,7 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to set the permission. /// @@ -1278,9 +1278,9 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// A string representation of the permission (i.e 'rwx'). If empty, this /// property remains unchanged. /// - public static void SetPermission(this IFileSystemOperations operations, string accountName, string setPermissionFilePath, string permission = default(string)) + public static void SetPermission(this IFileSystemOperations operations, string accountName, string path, string permission = default(string)) { - operations.SetPermissionAsync(accountName, setPermissionFilePath, permission).GetAwaiter().GetResult(); + operations.SetPermissionAsync(accountName, path, permission).GetAwaiter().GetResult(); } /// @@ -1292,7 +1292,7 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The Azure Data Lake Store account to execute filesystem operations on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or directory for /// which to set the permission. /// @@ -1303,9 +1303,9 @@ public static FileOperationResult Rename(this IFileSystemOperations operations, /// /// The cancellation token. /// - public static async Task SetPermissionAsync(this IFileSystemOperations operations, string accountName, string setPermissionFilePath, string permission = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SetPermissionAsync(this IFileSystemOperations operations, string accountName, string path, string permission = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.SetPermissionWithHttpMessagesAsync(accountName, setPermissionFilePath, permission, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.SetPermissionWithHttpMessagesAsync(accountName, path, permission, null, cancellationToken).ConfigureAwait(false)).Dispose(); } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperations.cs index 4b3f5261f84fa..921effc284182 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperationsExtensions.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperationsExtensions.cs index 9e2df8799b997..395b5d44fbd82 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperationsExtensions.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FirewallRulesOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IAccountOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IAccountOperations.cs index 1d247ae84b80e..5f81a8a1df3f1 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IAccountOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IAccountOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -194,7 +194,7 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists the Data Lake Store accounts within the subscription. The /// response includes a link to the next page of results, if any. @@ -227,7 +227,7 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string select = default(string), bool? count = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates the specified Data Lake Store account. /// @@ -332,7 +332,7 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists the Data Lake Store accounts within the subscription. The /// response includes a link to the next page of results, if any. @@ -355,6 +355,6 @@ public partial interface IAccountOperations /// /// Thrown when a required parameter is null /// - Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreAccountManagementClient.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreAccountManagementClient.cs index d96696944a307..5d07d7e2c60cc 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreAccountManagementClient.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreAccountManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreFileSystemManagementClient.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreFileSystemManagementClient.cs index 8f72e357abffd..ec73b75e63fb5 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreFileSystemManagementClient.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IDataLakeStoreFileSystemManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs index 20ee63fb961af..11c134cac40e2 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -40,7 +40,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which /// to append using concurrent append. /// @@ -76,7 +76,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string filePath, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Sets or removes the expiration time on the specified file. This /// operation can only be executed against files. Folders are not @@ -86,7 +86,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file on which /// to set or remove the expiration time. /// @@ -118,7 +118,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task SetFileExpiryWithHttpMessagesAsync(string accountName, string filePath, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task SetFileExpiryWithHttpMessagesAsync(string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Checks if the specified access is available at the given path. /// @@ -186,7 +186,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination /// file resulting from the concatenation. /// @@ -207,7 +207,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task ConcatWithHttpMessagesAsync(string accountName, string destinationPath, IList sources, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task ConcatWithHttpMessagesAsync(string accountName, string path, IList sources, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Concatenates the list of source files into the destination file, /// deleting all source files upon success. This method accepts more @@ -219,7 +219,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the destination /// file resulting from the concatenation. /// @@ -250,7 +250,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task MsConcatWithHttpMessagesAsync(string accountName, string msConcatDestinationPath, Stream streamContents, bool? deleteSourceDirectory = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task MsConcatWithHttpMessagesAsync(string accountName, string path, Stream streamContents, bool? deleteSourceDirectory = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get the list of file status objects specified by the file path, /// with optional pagination parameters @@ -259,7 +259,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory to /// list. /// @@ -298,7 +298,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task> ListFileStatusWithHttpMessagesAsync(string accountName, string listFilePath, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListFileStatusWithHttpMessagesAsync(string accountName, string path, int? listSize = default(int?), string listAfter = default(string), string listBefore = default(string), bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the file content summary object specified by the file path. /// @@ -306,7 +306,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file for which /// to retrieve the summary. /// @@ -325,7 +325,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task> GetContentSummaryWithHttpMessagesAsync(string accountName, string getContentSummaryFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetContentSummaryWithHttpMessagesAsync(string accountName, string path, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get the file status object specified by the file path. /// @@ -333,7 +333,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory for which to retrieve the status. /// @@ -357,7 +357,45 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task> GetFileStatusWithHttpMessagesAsync(string accountName, string getFilePath, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetFileStatusWithHttpMessagesAsync(string accountName, string path, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Opens and reads from the specified file. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations + /// on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file to open. + /// + /// + /// The number of bytes that the server will attempt to retrieve. It + /// will retrieve <= length bytes. + /// + /// + /// The byte offset to start reading data from. + /// + /// + /// Optional unique GUID per file indicating all the reads with the + /// same fileSessionId are from the same client and same session. This + /// will give a performance benefit. + /// + /// + /// 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> OpenWithHttpMessagesAsync(string accountName, string path, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Used for serial appends to the specified file. NOTE: The target /// must not contain data added by ConcurrentAppend. ConcurrentAppend @@ -369,7 +407,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to which /// to append. /// @@ -414,7 +452,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task AppendWithHttpMessagesAsync(string accountName, string directFilePath, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task AppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, long? offset = default(long?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates a file with optionally specified content. NOTE: If content /// is provided, the resulting file cannot be modified using @@ -424,7 +462,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file to create. /// /// @@ -468,45 +506,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task CreateWithHttpMessagesAsync(string accountName, string directFilePath, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Opens and reads from the specified file. - /// - /// - /// The Azure Data Lake Store account to execute filesystem operations - /// on. - /// - /// - /// The Data Lake Store path (starting with '/') of the file to open. - /// - /// - /// The number of bytes that the server will attempt to retrieve. It - /// will retrieve <= length bytes. - /// - /// - /// The byte offset to start reading data from. - /// - /// - /// Optional unique GUID per file indicating all the reads with the - /// same fileSessionId are from the same client and same session. This - /// will give a performance benefit. - /// - /// - /// 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> OpenWithHttpMessagesAsync(string accountName, string directFilePath, long? length = default(long?), long? offset = default(long?), System.Guid? fileSessionId = default(System.Guid?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task CreateWithHttpMessagesAsync(string accountName, string path, Stream streamContents = default(Stream), bool? overwrite = default(bool?), SyncFlag? syncFlag = default(SyncFlag?), System.Guid? leaseId = default(System.Guid?), int? permission = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Sets the Access Control List (ACL) for a file or folder. /// @@ -514,7 +514,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory on which to set the ACL. /// @@ -534,7 +534,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task SetAclWithHttpMessagesAsync(string accountName, string setAclFilePath, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task SetAclWithHttpMessagesAsync(string accountName, string path, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Modifies existing Access Control List (ACL) entries on a file or /// folder. @@ -543,7 +543,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory with the ACL being modified. /// @@ -563,7 +563,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task ModifyAclEntriesWithHttpMessagesAsync(string accountName, string modifyAclFilePath, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task ModifyAclEntriesWithHttpMessagesAsync(string accountName, string path, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Removes existing Access Control List (ACL) entries for a file or /// folder. @@ -572,7 +572,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory with the ACL being removed. /// @@ -592,7 +592,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task RemoveAclEntriesWithHttpMessagesAsync(string accountName, string removeAclFilePath, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RemoveAclEntriesWithHttpMessagesAsync(string accountName, string path, string aclspec, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Removes the existing Default Access Control List (ACL) of the /// specified directory. @@ -601,7 +601,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the directory with /// the default ACL being removed. /// @@ -617,7 +617,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task RemoveDefaultAclWithHttpMessagesAsync(string accountName, string defaultAclFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RemoveDefaultAclWithHttpMessagesAsync(string accountName, string path, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Removes the existing Access Control List (ACL) of the specified /// file or directory. @@ -626,7 +626,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory with the ACL being removed. /// @@ -642,7 +642,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task RemoveAclWithHttpMessagesAsync(string accountName, string aclFilePath, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RemoveAclWithHttpMessagesAsync(string accountName, string path, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets Access Control List (ACL) entries for the specified file or /// directory. @@ -651,7 +651,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory for which to get the ACL. /// @@ -675,7 +675,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task> GetAclStatusWithHttpMessagesAsync(string accountName, string aclFilePath, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetAclStatusWithHttpMessagesAsync(string accountName, string path, bool? tooId = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the requested file or directory, optionally recursively. /// @@ -683,7 +683,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory to delete. /// @@ -705,7 +705,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task> DeleteWithHttpMessagesAsync(string accountName, string filePath, bool? recursive = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> DeleteWithHttpMessagesAsync(string accountName, string path, bool? recursive = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Rename a file or directory. /// @@ -713,7 +713,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory to move/rename. /// @@ -735,7 +735,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task> RenameWithHttpMessagesAsync(string accountName, string renameFilePath, string destination, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> RenameWithHttpMessagesAsync(string accountName, string path, string destination, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Sets the owner of a file or directory. /// @@ -743,7 +743,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory for which to set the owner. /// @@ -767,7 +767,7 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task SetOwnerWithHttpMessagesAsync(string accountName, string setOwnerFilePath, string owner = default(string), string group = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task SetOwnerWithHttpMessagesAsync(string accountName, string path, string owner = default(string), string group = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Sets the permission of the file or folder. /// @@ -775,7 +775,7 @@ public partial interface IFileSystemOperations /// The Azure Data Lake Store account to execute filesystem operations /// on. /// - /// + /// /// The Data Lake Store path (starting with '/') of the file or /// directory for which to set the permission. /// @@ -795,6 +795,6 @@ public partial interface IFileSystemOperations /// /// Thrown when a required parameter is null /// - Task SetPermissionWithHttpMessagesAsync(string accountName, string setPermissionFilePath, string permission = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task SetPermissionWithHttpMessagesAsync(string accountName, string path, string permission = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFirewallRulesOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFirewallRulesOperations.cs index b769ea8357175..d5542d7f4a41d 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFirewallRulesOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFirewallRulesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/ITrustedIdProvidersOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/ITrustedIdProvidersOperations.cs index 554eb7134a26f..c94d81ced63ea 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/ITrustedIdProvidersOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/ITrustedIdProvidersOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatus.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatus.cs index 0779c3e158663..6f84da71bd708 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatus.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatus.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatusResult.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatusResult.cs index e226d0674a0ba..61e5f4884e49f 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatusResult.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AclStatusResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsAccessControlException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsAccessControlException.cs index f0a99bc0782ab..d276ea59ea37b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsAccessControlException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsAccessControlException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsBadOffsetException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsBadOffsetException.cs index 337665854c7ef..cab203b3931f0 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsBadOffsetException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsBadOffsetException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsError.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsError.cs index 5fa550c58061d..f67dc4070e3ef 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsError.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsError.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsErrorException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsErrorException.cs index 202f90de2e9f7..78ceb65355149 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsErrorException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsErrorException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileAlreadyExistsException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileAlreadyExistsException.cs index d4aaae8937e38..4a1dea1ed4ac3 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileAlreadyExistsException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileAlreadyExistsException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileNotFoundException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileNotFoundException.cs index d3e2044b50100..d92b6066e638d 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileNotFoundException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsFileNotFoundException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIOException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIOException.cs index 4c9e23764fbbc..72c543e7e7cb7 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIOException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIOException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIllegalArgumentException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIllegalArgumentException.cs index 70d2d56cc2a15..0541d61a1b12b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIllegalArgumentException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsIllegalArgumentException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRemoteException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRemoteException.cs index 7e94e24a05e01..ccd1f814b89d3 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRemoteException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRemoteException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRuntimeException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRuntimeException.cs index fa54cfe166c92..a8a904af83273 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRuntimeException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsRuntimeException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsSecurityException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsSecurityException.cs index e10f5d78a4b98..7e46bf7df0d18 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsSecurityException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsSecurityException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsThrottledException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsThrottledException.cs index 94fe755698860..6ad8a09fa7ba1 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsThrottledException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsThrottledException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsUnsupportedOperationException.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsUnsupportedOperationException.cs index a766ec07bc6d4..63413d1a3ff50 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsUnsupportedOperationException.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AdlsUnsupportedOperationException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AppendModeType.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AppendModeType.cs index 10a73a5c0a7fb..1c110e68b0bbe 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AppendModeType.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/AppendModeType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -26,4 +26,29 @@ public enum AppendModeType [EnumMember(Value = "autocreate")] Autocreate } + internal static class AppendModeTypeEnumExtension + { + internal static string ToSerializedValue(this AppendModeType? value) => + value == null ? null : ((AppendModeType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this AppendModeType value) + { + switch( value ) + { + case AppendModeType.Autocreate: + return "autocreate"; + } + return null; + } + + internal static AppendModeType? ParseAppendModeType(this string value) + { + switch( value ) + { + case "autocreate": + return AppendModeType.Autocreate; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummary.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummary.cs index 3c0d5844c991a..445677d8dcc72 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummary.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummary.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummaryResult.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummaryResult.cs index 82cbaf375a281..be8b86c720d3f 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummaryResult.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ContentSummaryResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccount.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccount.cs index d4c018aec0813..b596d820c1ec2 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccount.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccount.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -43,14 +43,19 @@ public DataLakeStoreAccount() /// Resource tags /// The Key Vault encryption identity, if /// any. - /// the status of the Data Lake Store - /// account while being provisioned. Possible values include: 'Failed', - /// 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', - /// 'Resuming', 'Deleting', 'Deleted' - /// the status of the Data Lake Store account after - /// provisioning has completed. Possible values include: 'Active', - /// 'Suspended' + /// the provisioning status of the Data + /// Lake Store account. Possible values include: 'Failed', 'Creating', + /// 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', + /// 'Deleting', 'Deleted' + /// the state of the Data Lake Store account. + /// Possible values include: 'Active', 'Suspended' /// the account creation time. + /// the account last modified + /// time. + /// the full CName endpoint for this + /// account. + /// The unique identifier associated with this + /// Data Lake Store account. /// The current state of encryption for /// this Data Lake store account. Possible values include: 'Enabled', /// 'Disabled' @@ -69,9 +74,6 @@ public DataLakeStoreAccount() /// Possible values include: 'Enabled', 'Disabled' /// The list of trusted identity /// providers associated with this Data Lake store account. - /// the account last modified - /// time. - /// the gateway host. /// the default owner group for all new /// folders and files created in the Data Lake Store account. /// the commitment tier to use for next month. @@ -86,13 +88,16 @@ public DataLakeStoreAccount() /// or disallowing IPs originating within Azure through the firewall. /// If the firewall is disabled, this is not enforced. Possible values /// include: 'Enabled', 'Disabled' - public DataLakeStoreAccount(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), EncryptionIdentity identity = default(EncryptionIdentity), DataLakeStoreAccountStatus? provisioningState = default(DataLakeStoreAccountStatus?), DataLakeStoreAccountState? state = default(DataLakeStoreAccountState?), System.DateTime? creationTime = default(System.DateTime?), EncryptionState? encryptionState = default(EncryptionState?), EncryptionProvisioningState? encryptionProvisioningState = default(EncryptionProvisioningState?), EncryptionConfig encryptionConfig = default(EncryptionConfig), FirewallState? firewallState = default(FirewallState?), IList firewallRules = default(IList), TrustedIdProviderState? trustedIdProviderState = default(TrustedIdProviderState?), IList trustedIdProviders = default(IList), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), string defaultGroup = default(string), TierType? newTier = default(TierType?), TierType? currentTier = default(TierType?), FirewallAllowAzureIpsState? firewallAllowAzureIps = default(FirewallAllowAzureIpsState?)) + public DataLakeStoreAccount(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), EncryptionIdentity identity = default(EncryptionIdentity), DataLakeStoreAccountStatus? provisioningState = default(DataLakeStoreAccountStatus?), DataLakeStoreAccountState? state = default(DataLakeStoreAccountState?), System.DateTime? creationTime = default(System.DateTime?), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), System.Guid? accountId = default(System.Guid?), EncryptionState? encryptionState = default(EncryptionState?), EncryptionProvisioningState? encryptionProvisioningState = default(EncryptionProvisioningState?), EncryptionConfig encryptionConfig = default(EncryptionConfig), FirewallState? firewallState = default(FirewallState?), IList firewallRules = default(IList), TrustedIdProviderState? trustedIdProviderState = default(TrustedIdProviderState?), IList trustedIdProviders = default(IList), string defaultGroup = default(string), TierType? newTier = default(TierType?), TierType? currentTier = default(TierType?), FirewallAllowAzureIpsState? firewallAllowAzureIps = default(FirewallAllowAzureIpsState?)) : base(location, id, name, type, tags) { Identity = identity; ProvisioningState = provisioningState; State = state; CreationTime = creationTime; + LastModifiedTime = lastModifiedTime; + Endpoint = endpoint; + AccountId = accountId; EncryptionState = encryptionState; EncryptionProvisioningState = encryptionProvisioningState; EncryptionConfig = encryptionConfig; @@ -100,8 +105,6 @@ public DataLakeStoreAccount() FirewallRules = firewallRules; TrustedIdProviderState = trustedIdProviderState; TrustedIdProviders = trustedIdProviders; - LastModifiedTime = lastModifiedTime; - Endpoint = endpoint; DefaultGroup = defaultGroup; NewTier = newTier; CurrentTier = currentTier; @@ -121,17 +124,17 @@ public DataLakeStoreAccount() public EncryptionIdentity Identity { get; set; } /// - /// Gets the status of the Data Lake Store account while being - /// provisioned. Possible values include: 'Failed', 'Creating', - /// 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', - /// 'Deleting', 'Deleted' + /// Gets the provisioning status of the Data Lake Store account. + /// Possible values include: 'Failed', 'Creating', 'Running', + /// 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', + /// 'Deleted' /// [JsonProperty(PropertyName = "properties.provisioningState")] public DataLakeStoreAccountStatus? ProvisioningState { get; private set; } /// - /// Gets the status of the Data Lake Store account after provisioning - /// has completed. Possible values include: 'Active', 'Suspended' + /// Gets the state of the Data Lake Store account. Possible values + /// include: 'Active', 'Suspended' /// [JsonProperty(PropertyName = "properties.state")] public DataLakeStoreAccountState? State { get; private set; } @@ -142,6 +145,25 @@ public DataLakeStoreAccount() [JsonProperty(PropertyName = "properties.creationTime")] public System.DateTime? CreationTime { get; private set; } + /// + /// Gets the account last modified time. + /// + [JsonProperty(PropertyName = "properties.lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets the full CName endpoint for this account. + /// + [JsonProperty(PropertyName = "properties.endpoint")] + public string Endpoint { get; private set; } + + /// + /// Gets the unique identifier associated with this Data Lake Store + /// account. + /// + [JsonProperty(PropertyName = "properties.accountId")] + public System.Guid? AccountId { get; private set; } + /// /// Gets or sets the current state of encryption for this Data Lake /// store account. Possible values include: 'Enabled', 'Disabled' @@ -193,18 +215,6 @@ public DataLakeStoreAccount() [JsonProperty(PropertyName = "properties.trustedIdProviders")] public IList TrustedIdProviders { get; set; } - /// - /// Gets the account last modified time. - /// - [JsonProperty(PropertyName = "properties.lastModifiedTime")] - public System.DateTime? LastModifiedTime { get; private set; } - - /// - /// Gets the gateway host. - /// - [JsonProperty(PropertyName = "properties.endpoint")] - public string Endpoint { get; private set; } - /// /// Gets or sets the default owner group for all new folders and files /// created in the Data Lake Store account. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountBasic.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountBasic.cs new file mode 100644 index 0000000000000..dfb2d7858770a --- /dev/null +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountBasic.cs @@ -0,0 +1,126 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.DataLake.Store.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.DataLake; + using Microsoft.Azure.Management.DataLake.Store; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Basic Data Lake Store account information, returned on list calls. + /// + [Rest.Serialization.JsonTransformation] + public partial class DataLakeStoreAccountBasic : Resource + { + /// + /// Initializes a new instance of the DataLakeStoreAccountBasic class. + /// + public DataLakeStoreAccountBasic() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DataLakeStoreAccountBasic class. + /// + /// Resource location + /// Resource Id + /// Resource name + /// Resource type + /// Resource tags + /// the provisioning status of the Data + /// Lake Store account. Possible values include: 'Failed', 'Creating', + /// 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', + /// 'Deleting', 'Deleted' + /// the state of the Data Lake Store account. + /// Possible values include: 'Active', 'Suspended' + /// the account creation time. + /// the account last modified + /// time. + /// the full CName endpoint for this + /// account. + /// The unique identifier associated with this + /// Data Lake Store account. + public DataLakeStoreAccountBasic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), DataLakeStoreAccountStatus? provisioningState = default(DataLakeStoreAccountStatus?), DataLakeStoreAccountState? state = default(DataLakeStoreAccountState?), System.DateTime? creationTime = default(System.DateTime?), System.DateTime? lastModifiedTime = default(System.DateTime?), string endpoint = default(string), System.Guid? accountId = default(System.Guid?)) + : base(location, id, name, type, tags) + { + ProvisioningState = provisioningState; + State = state; + CreationTime = creationTime; + LastModifiedTime = lastModifiedTime; + Endpoint = endpoint; + AccountId = accountId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the provisioning status of the Data Lake Store account. + /// Possible values include: 'Failed', 'Creating', 'Running', + /// 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', + /// 'Deleted' + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public DataLakeStoreAccountStatus? ProvisioningState { get; private set; } + + /// + /// Gets the state of the Data Lake Store account. Possible values + /// include: 'Active', 'Suspended' + /// + [JsonProperty(PropertyName = "properties.state")] + public DataLakeStoreAccountState? State { get; private set; } + + /// + /// Gets the account creation time. + /// + [JsonProperty(PropertyName = "properties.creationTime")] + public System.DateTime? CreationTime { get; private set; } + + /// + /// Gets the account last modified time. + /// + [JsonProperty(PropertyName = "properties.lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets the full CName endpoint for this account. + /// + [JsonProperty(PropertyName = "properties.endpoint")] + public string Endpoint { get; private set; } + + /// + /// Gets the unique identifier associated with this Data Lake Store + /// account. + /// + [JsonProperty(PropertyName = "properties.accountId")] + public System.Guid? AccountId { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + } + } +} diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountState.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountState.cs index 60cba1935e41d..784a92afda51f 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountState.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum DataLakeStoreAccountState [EnumMember(Value = "Suspended")] Suspended } + internal static class DataLakeStoreAccountStateEnumExtension + { + internal static string ToSerializedValue(this DataLakeStoreAccountState? value) => + value == null ? null : ((DataLakeStoreAccountState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this DataLakeStoreAccountState value) + { + switch( value ) + { + case DataLakeStoreAccountState.Active: + return "Active"; + case DataLakeStoreAccountState.Suspended: + return "Suspended"; + } + return null; + } + + internal static DataLakeStoreAccountState? ParseDataLakeStoreAccountState(this string value) + { + switch( value ) + { + case "Active": + return DataLakeStoreAccountState.Active; + case "Suspended": + return DataLakeStoreAccountState.Suspended; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountStatus.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountStatus.cs index 681797e543887..c0a6c773af3b4 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountStatus.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountStatus.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -42,4 +42,61 @@ public enum DataLakeStoreAccountStatus [EnumMember(Value = "Deleted")] Deleted } + internal static class DataLakeStoreAccountStatusEnumExtension + { + internal static string ToSerializedValue(this DataLakeStoreAccountStatus? value) => + value == null ? null : ((DataLakeStoreAccountStatus)value).ToSerializedValue(); + + internal static string ToSerializedValue(this DataLakeStoreAccountStatus value) + { + switch( value ) + { + case DataLakeStoreAccountStatus.Failed: + return "Failed"; + case DataLakeStoreAccountStatus.Creating: + return "Creating"; + case DataLakeStoreAccountStatus.Running: + return "Running"; + case DataLakeStoreAccountStatus.Succeeded: + return "Succeeded"; + case DataLakeStoreAccountStatus.Patching: + return "Patching"; + case DataLakeStoreAccountStatus.Suspending: + return "Suspending"; + case DataLakeStoreAccountStatus.Resuming: + return "Resuming"; + case DataLakeStoreAccountStatus.Deleting: + return "Deleting"; + case DataLakeStoreAccountStatus.Deleted: + return "Deleted"; + } + return null; + } + + internal static DataLakeStoreAccountStatus? ParseDataLakeStoreAccountStatus(this string value) + { + switch( value ) + { + case "Failed": + return DataLakeStoreAccountStatus.Failed; + case "Creating": + return DataLakeStoreAccountStatus.Creating; + case "Running": + return DataLakeStoreAccountStatus.Running; + case "Succeeded": + return DataLakeStoreAccountStatus.Succeeded; + case "Patching": + return DataLakeStoreAccountStatus.Patching; + case "Suspending": + return DataLakeStoreAccountStatus.Suspending; + case "Resuming": + return DataLakeStoreAccountStatus.Resuming; + case "Deleting": + return DataLakeStoreAccountStatus.Deleting; + case "Deleted": + return DataLakeStoreAccountStatus.Deleted; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountUpdateParameters.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountUpdateParameters.cs index acbdf82f633e1..b896dfa88ea09 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountUpdateParameters.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/DataLakeStoreAccountUpdateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfig.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfig.cs index 2e811b735de70..248c24b315e85 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfig.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfig.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfigType.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfigType.cs index 9fad3c5473327..409f2d753d083 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfigType.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionConfigType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum EncryptionConfigType [EnumMember(Value = "ServiceManaged")] ServiceManaged } + internal static class EncryptionConfigTypeEnumExtension + { + internal static string ToSerializedValue(this EncryptionConfigType? value) => + value == null ? null : ((EncryptionConfigType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this EncryptionConfigType value) + { + switch( value ) + { + case EncryptionConfigType.UserManaged: + return "UserManaged"; + case EncryptionConfigType.ServiceManaged: + return "ServiceManaged"; + } + return null; + } + + internal static EncryptionConfigType? ParseEncryptionConfigType(this string value) + { + switch( value ) + { + case "UserManaged": + return EncryptionConfigType.UserManaged; + case "ServiceManaged": + return EncryptionConfigType.ServiceManaged; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionIdentity.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionIdentity.cs index e9c71417a1f58..2591be704599b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionIdentity.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionIdentity.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionProvisioningState.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionProvisioningState.cs index b8dccd3ee9145..55d9507785306 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionProvisioningState.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionProvisioningState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum EncryptionProvisioningState [EnumMember(Value = "Succeeded")] Succeeded } + internal static class EncryptionProvisioningStateEnumExtension + { + internal static string ToSerializedValue(this EncryptionProvisioningState? value) => + value == null ? null : ((EncryptionProvisioningState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this EncryptionProvisioningState value) + { + switch( value ) + { + case EncryptionProvisioningState.Creating: + return "Creating"; + case EncryptionProvisioningState.Succeeded: + return "Succeeded"; + } + return null; + } + + internal static EncryptionProvisioningState? ParseEncryptionProvisioningState(this string value) + { + switch( value ) + { + case "Creating": + return EncryptionProvisioningState.Creating; + case "Succeeded": + return EncryptionProvisioningState.Succeeded; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionState.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionState.cs index e664ef153a959..b1df31ee58c8b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionState.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/EncryptionState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum EncryptionState [EnumMember(Value = "Disabled")] Disabled } + internal static class EncryptionStateEnumExtension + { + internal static string ToSerializedValue(this EncryptionState? value) => + value == null ? null : ((EncryptionState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this EncryptionState value) + { + switch( value ) + { + case EncryptionState.Enabled: + return "Enabled"; + case EncryptionState.Disabled: + return "Disabled"; + } + return null; + } + + internal static EncryptionState? ParseEncryptionState(this string value) + { + switch( value ) + { + case "Enabled": + return EncryptionState.Enabled; + case "Disabled": + return EncryptionState.Disabled; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ErrorDetails.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ErrorDetails.cs index 2127b2dccc1ec..61b36705ec07b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ErrorDetails.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ErrorDetails.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ExpiryOptionType.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ExpiryOptionType.cs index 4d46f8ff69bf4..ab45a7518b4b4 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ExpiryOptionType.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/ExpiryOptionType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -32,4 +32,41 @@ public enum ExpiryOptionType [EnumMember(Value = "Absolute")] Absolute } + internal static class ExpiryOptionTypeEnumExtension + { + internal static string ToSerializedValue(this ExpiryOptionType? value) => + value == null ? null : ((ExpiryOptionType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this ExpiryOptionType value) + { + switch( value ) + { + case ExpiryOptionType.NeverExpire: + return "NeverExpire"; + case ExpiryOptionType.RelativeToNow: + return "RelativeToNow"; + case ExpiryOptionType.RelativeToCreationDate: + return "RelativeToCreationDate"; + case ExpiryOptionType.Absolute: + return "Absolute"; + } + return null; + } + + internal static ExpiryOptionType? ParseExpiryOptionType(this string value) + { + switch( value ) + { + case "NeverExpire": + return ExpiryOptionType.NeverExpire; + case "RelativeToNow": + return ExpiryOptionType.RelativeToNow; + case "RelativeToCreationDate": + return ExpiryOptionType.RelativeToCreationDate; + case "Absolute": + return ExpiryOptionType.Absolute; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileOperationResult.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileOperationResult.cs index 8c53cfed36b10..a3ef92a46dd36 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileOperationResult.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileOperationResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusProperties.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusProperties.cs index d30db70dde650..ce1ead44f68d6 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusProperties.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusResult.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusResult.cs index a81e6b5146584..684a7dc725963 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusResult.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatuses.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatuses.cs index 595a0d955c469..528c8e5487e9f 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatuses.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatuses.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusesResult.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusesResult.cs index 1226ddd355d50..05e0104f712bf 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusesResult.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileStatusesResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileType.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileType.cs index 79d98c66b2b7c..a002fa9fb968b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileType.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FileType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum FileType [EnumMember(Value = "DIRECTORY")] DIRECTORY } + internal static class FileTypeEnumExtension + { + internal static string ToSerializedValue(this FileType? value) => + value == null ? null : ((FileType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this FileType value) + { + switch( value ) + { + case FileType.FILE: + return "FILE"; + case FileType.DIRECTORY: + return "DIRECTORY"; + } + return null; + } + + internal static FileType? ParseFileType(this string value) + { + switch( value ) + { + case "FILE": + return FileType.FILE; + case "DIRECTORY": + return FileType.DIRECTORY; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallAllowAzureIpsState.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallAllowAzureIpsState.cs index 2ba241e66d62e..961fb0023cd7e 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallAllowAzureIpsState.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallAllowAzureIpsState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum FirewallAllowAzureIpsState [EnumMember(Value = "Disabled")] Disabled } + internal static class FirewallAllowAzureIpsStateEnumExtension + { + internal static string ToSerializedValue(this FirewallAllowAzureIpsState? value) => + value == null ? null : ((FirewallAllowAzureIpsState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this FirewallAllowAzureIpsState value) + { + switch( value ) + { + case FirewallAllowAzureIpsState.Enabled: + return "Enabled"; + case FirewallAllowAzureIpsState.Disabled: + return "Disabled"; + } + return null; + } + + internal static FirewallAllowAzureIpsState? ParseFirewallAllowAzureIpsState(this string value) + { + switch( value ) + { + case "Enabled": + return FirewallAllowAzureIpsState.Enabled; + case "Disabled": + return FirewallAllowAzureIpsState.Disabled; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallRule.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallRule.cs index 2f7ee35faf1b6..3551543e4da9d 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallRule.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallRule.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallState.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallState.cs index 3e10a9ca31356..f92baaed0dcfd 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallState.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/FirewallState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum FirewallState [EnumMember(Value = "Disabled")] Disabled } + internal static class FirewallStateEnumExtension + { + internal static string ToSerializedValue(this FirewallState? value) => + value == null ? null : ((FirewallState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this FirewallState value) + { + switch( value ) + { + case FirewallState.Enabled: + return "Enabled"; + case FirewallState.Disabled: + return "Disabled"; + } + return null; + } + + internal static FirewallState? ParseFirewallState(this string value) + { + switch( value ) + { + case "Enabled": + return FirewallState.Enabled; + case "Disabled": + return FirewallState.Disabled; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/KeyVaultMetaInfo.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/KeyVaultMetaInfo.cs index 6fdd32a048fa8..2b80ba215808e 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/KeyVaultMetaInfo.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/KeyVaultMetaInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Page.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Page.cs index bbd3e2469a2af..f6900516ada71 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Page.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Page.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Resource.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Resource.cs index 181dafcf77713..8cfa617b371dc 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Resource.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/Resource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SubResource.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SubResource.cs index 6a4163ffe7c2c..432022ede98bd 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SubResource.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SubResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SyncFlag.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SyncFlag.cs index c8f9b802b3734..54d5b13188b1b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SyncFlag.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/SyncFlag.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -30,4 +30,37 @@ public enum SyncFlag [EnumMember(Value = "CLOSE")] CLOSE } + internal static class SyncFlagEnumExtension + { + internal static string ToSerializedValue(this SyncFlag? value) => + value == null ? null : ((SyncFlag)value).ToSerializedValue(); + + internal static string ToSerializedValue(this SyncFlag value) + { + switch( value ) + { + case SyncFlag.DATA: + return "DATA"; + case SyncFlag.METADATA: + return "METADATA"; + case SyncFlag.CLOSE: + return "CLOSE"; + } + return null; + } + + internal static SyncFlag? ParseSyncFlag(this string value) + { + switch( value ) + { + case "DATA": + return SyncFlag.DATA; + case "METADATA": + return SyncFlag.METADATA; + case "CLOSE": + return SyncFlag.CLOSE; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TierType.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TierType.cs index 77da6ab7a5d6e..0111d4fbea587 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TierType.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TierType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -38,4 +38,53 @@ public enum TierType [EnumMember(Value = "Commitment_5PB")] Commitment5PB } + internal static class TierTypeEnumExtension + { + internal static string ToSerializedValue(this TierType? value) => + value == null ? null : ((TierType)value).ToSerializedValue(); + + internal static string ToSerializedValue(this TierType value) + { + switch( value ) + { + case TierType.Consumption: + return "Consumption"; + case TierType.Commitment1TB: + return "Commitment_1TB"; + case TierType.Commitment10TB: + return "Commitment_10TB"; + case TierType.Commitment100TB: + return "Commitment_100TB"; + case TierType.Commitment500TB: + return "Commitment_500TB"; + case TierType.Commitment1PB: + return "Commitment_1PB"; + case TierType.Commitment5PB: + return "Commitment_5PB"; + } + return null; + } + + internal static TierType? ParseTierType(this string value) + { + switch( value ) + { + case "Consumption": + return TierType.Consumption; + case "Commitment_1TB": + return TierType.Commitment1TB; + case "Commitment_10TB": + return TierType.Commitment10TB; + case "Commitment_100TB": + return TierType.Commitment100TB; + case "Commitment_500TB": + return TierType.Commitment500TB; + case "Commitment_1PB": + return TierType.Commitment1PB; + case "Commitment_5PB": + return TierType.Commitment5PB; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs index 11cf94839dc9b..773c6e3619937 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProvider.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs index 0bc4dfd1b0cb0..f196b78ec5dbc 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/TrustedIdProviderState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -28,4 +28,33 @@ public enum TrustedIdProviderState [EnumMember(Value = "Disabled")] Disabled } + internal static class TrustedIdProviderStateEnumExtension + { + internal static string ToSerializedValue(this TrustedIdProviderState? value) => + value == null ? null : ((TrustedIdProviderState)value).ToSerializedValue(); + + internal static string ToSerializedValue(this TrustedIdProviderState value) + { + switch( value ) + { + case TrustedIdProviderState.Enabled: + return "Enabled"; + case TrustedIdProviderState.Disabled: + return "Disabled"; + } + return null; + } + + internal static TrustedIdProviderState? ParseTrustedIdProviderState(this string value) + { + switch( value ) + { + case "Enabled": + return TrustedIdProviderState.Enabled; + case "Disabled": + return TrustedIdProviderState.Disabled; + } + return null; + } + } } diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateEncryptionConfig.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateEncryptionConfig.cs index cbe59ba1b5ba1..cce31ee8d5061 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateEncryptionConfig.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateEncryptionConfig.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateFirewallRuleParameters.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateFirewallRuleParameters.cs index 87e4b670213fd..346cf4f95683c 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateFirewallRuleParameters.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateFirewallRuleParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateKeyVaultMetaInfo.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateKeyVaultMetaInfo.cs index 07b20a093ddd2..e5ccbfa112c6b 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateKeyVaultMetaInfo.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateKeyVaultMetaInfo.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateTrustedIdProviderParameters.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateTrustedIdProviderParameters.cs index 5943afb8ea37e..bb9d6aa3895a9 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateTrustedIdProviderParameters.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/Models/UpdateTrustedIdProviderParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperations.cs index ae9b2f35f94f8..82257cc80400c 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperationsExtensions.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperationsExtensions.cs index ea94575eaabce..b6ae325fba8ec 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperationsExtensions.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/TrustedIdProvidersOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj b/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj index 510db9f354931..63bce903bb6f3 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj @@ -3,7 +3,7 @@ Microsoft.Azure.Management.DataLake.Store Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure. - 2.2.1 + 2.3.0-preview Microsoft.Azure.Management.DataLake.Store Microsoft Azure Data Lake Store management;DataLakeStore;Data Lake Store management See https://aka.ms/adlsdotnetsdkchangelog for release notes. diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs index d95e5abda5aa6..42787215033ef 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")] [assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.2.1.0")] +[assembly: AssemblyFileVersion("2.3.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/src/SDKs/DataLake.Store/changelog.md b/src/SDKs/DataLake.Store/changelog.md index b6489c39ab557..ee739e2f95751 100644 --- a/src/SDKs/DataLake.Store/changelog.md +++ b/src/SDKs/DataLake.Store/changelog.md @@ -1,4 +1,8 @@ ## Microsoft.Azure.Management.DataLake.Store release notes +### Changes in 2.3.0-preview +- Create an inheritance structure for GET and LIST ADLS +accounts. +- This also follows the Basic -> Object inheritance pattern. ### Changes in 2.2.0 - Marking the 2.*.*-preview changes as stable for the second official release of the Data Lake Store SDK. From d0429b14fb4a31f3d465289edd3477b9ff1cc60b Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Mon, 24 Jul 2017 16:23:13 -0700 Subject: [PATCH 03/20] Code gen for ADLS (part 2) * I missed this file! --- src/SDKs/DataLake.Store/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDKs/DataLake.Store/changelog.md b/src/SDKs/DataLake.Store/changelog.md index ee739e2f95751..b9e833eacdf2d 100644 --- a/src/SDKs/DataLake.Store/changelog.md +++ b/src/SDKs/DataLake.Store/changelog.md @@ -3,6 +3,7 @@ - Create an inheritance structure for GET and LIST ADLS accounts. - This also follows the Basic -> Object inheritance pattern. +- Standardized the parameter name for file paths (e.g. fileDestination to path) ### Changes in 2.2.0 - Marking the 2.*.*-preview changes as stable for the second official release of the Data Lake Store SDK. From 0bbe518dae4d70d5bfdf061f6ee73bad63aa4ac6 Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Tue, 25 Jul 2017 14:07:20 -0700 Subject: [PATCH 04/20] Code gen for ADL (part 3) * Updating to the correct commit number: https://github.com/Azure/azure-rest-api-specs/pull/1452 --- .../Generated/AccountOperations.cs | 6 +- .../Generated/IJobOperations.cs | 18 +- .../Generated/JobOperations.cs | 56 +++--- .../Generated/JobOperationsExtensions.cs | 44 ++--- .../Generated/Models/JobStateAuditRecord.cs | 4 +- .../generate.cmd | 6 +- .../Generated/AccountOperations.cs | 6 +- .../Generated/FileSystemOperations.cs | 176 +++++++++--------- .../FileSystemOperationsExtensions.cs | 138 +++++++------- .../Generated/IFileSystemOperations.cs | 84 ++++----- .../Management.DataLake.Store/generate.cmd | 4 +- 11 files changed, 271 insertions(+), 271 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs index f34b85e15677f..e06310e86aa30 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/AccountOperations.cs @@ -906,7 +906,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201 && (int)_statusCode != 200) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -949,7 +949,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } // Deserialize Response - if ((int)_statusCode == 201) + if ((int)_statusCode == 200) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try @@ -967,7 +967,7 @@ internal AccountOperations(DataLakeAnalyticsAccountManagementClient client) } } // Deserialize Response - if ((int)_statusCode == 200) + if ((int)_statusCode == 201) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs index 9b6a5ff7f7713..690b145687ad7 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs @@ -124,13 +124,16 @@ public partial interface IJobOperations /// Task CancelWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the job information for the specified job ID. + /// Submits a job to the specified Data Lake Analytics account. /// /// /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// JobInfo ID. + /// The job ID (a GUID) for the job being submitted. + /// + /// + /// The parameters to submit a job. /// /// /// The headers that will be added to request. @@ -147,18 +150,15 @@ public partial interface IJobOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, CreateJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Submits a job to the specified Data Lake Analytics account. + /// Gets the job information for the specified job ID. /// /// /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// The job ID (a GUID) for the job being submitted. - /// - /// - /// The parameters to submit a job. + /// JobInfo ID. /// /// /// The headers that will be added to request. @@ -175,7 +175,7 @@ public partial interface IJobOperations /// /// Thrown when a required parameter is null /// - Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, CreateJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists the jobs, if any, associated with the specified Data Lake /// Analytics account. The response includes a link to the next page of diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs index 01d488502047f..91016c93eff94 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs @@ -814,13 +814,16 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) } /// - /// Gets the job information for the specified job ID. + /// Submits a job to the specified Data Lake Analytics account. /// /// /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// JobInfo ID. + /// The job ID (a GUID) for the job being submitted. + /// + /// + /// The parameters to submit a job. /// /// /// Headers that will be added to request. @@ -843,7 +846,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, CreateJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -853,6 +856,14 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaJobDnsSuffix"); } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -866,8 +877,9 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("jobIdentity", jobIdentity); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -887,7 +899,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -918,6 +930,12 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -1006,16 +1024,13 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) } /// - /// Submits a job to the specified Data Lake Analytics account. + /// Gets the job information for the specified job ID. /// /// /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// The job ID (a GUID) for the job being submitted. - /// - /// - /// The parameters to submit a job. + /// JobInfo ID. /// /// /// Headers that will be added to request. @@ -1038,7 +1053,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, CreateJobParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string accountName, System.Guid jobIdentity, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -1048,14 +1063,6 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.AdlaJobDnsSuffix"); } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (parameters != null) - { - parameters.Validate(); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -1069,9 +1076,8 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("jobIdentity", jobIdentity); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -1091,7 +1097,7 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1122,12 +1128,6 @@ internal JobOperations(DataLakeAnalyticsJobManagementClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs index 213c916af52fe..de2f63d116963 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs @@ -183,7 +183,7 @@ public static void Cancel(this IJobOperations operations, string accountName, Sy } /// - /// Gets the job information for the specified job ID. + /// Submits a job to the specified Data Lake Analytics account. /// /// /// The operations group for this extension method. @@ -192,15 +192,18 @@ public static void Cancel(this IJobOperations operations, string accountName, Sy /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// JobInfo ID. + /// The job ID (a GUID) for the job being submitted. /// - public static JobInformation Get(this IJobOperations operations, string accountName, System.Guid jobIdentity) + /// + /// The parameters to submit a job. + /// + public static JobInformation Create(this IJobOperations operations, string accountName, System.Guid jobIdentity, CreateJobParameters parameters) { - return operations.GetAsync(accountName, jobIdentity).GetAwaiter().GetResult(); + return operations.CreateAsync(accountName, jobIdentity, parameters).GetAwaiter().GetResult(); } /// - /// Gets the job information for the specified job ID. + /// Submits a job to the specified Data Lake Analytics account. /// /// /// The operations group for this extension method. @@ -209,21 +212,24 @@ public static JobInformation Get(this IJobOperations operations, string accountN /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// JobInfo ID. + /// The job ID (a GUID) for the job being submitted. + /// + /// + /// The parameters to submit a job. /// /// /// The cancellation token. /// - public static async Task GetAsync(this IJobOperations operations, string accountName, System.Guid jobIdentity, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateAsync(this IJobOperations operations, string accountName, System.Guid jobIdentity, CreateJobParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(accountName, jobIdentity, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateWithHttpMessagesAsync(accountName, jobIdentity, parameters, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Submits a job to the specified Data Lake Analytics account. + /// Gets the job information for the specified job ID. /// /// /// The operations group for this extension method. @@ -232,18 +238,15 @@ public static JobInformation Get(this IJobOperations operations, string accountN /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// The job ID (a GUID) for the job being submitted. - /// - /// - /// The parameters to submit a job. + /// JobInfo ID. /// - public static JobInformation Create(this IJobOperations operations, string accountName, System.Guid jobIdentity, CreateJobParameters parameters) + public static JobInformation Get(this IJobOperations operations, string accountName, System.Guid jobIdentity) { - return operations.CreateAsync(accountName, jobIdentity, parameters).GetAwaiter().GetResult(); + return operations.GetAsync(accountName, jobIdentity).GetAwaiter().GetResult(); } /// - /// Submits a job to the specified Data Lake Analytics account. + /// Gets the job information for the specified job ID. /// /// /// The operations group for this extension method. @@ -252,17 +255,14 @@ public static JobInformation Create(this IJobOperations operations, string accou /// The Azure Data Lake Analytics account to execute job operations on. /// /// - /// The job ID (a GUID) for the job being submitted. - /// - /// - /// The parameters to submit a job. + /// JobInfo ID. /// /// /// The cancellation token. /// - public static async Task CreateAsync(this IJobOperations operations, string accountName, System.Guid jobIdentity, CreateJobParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IJobOperations operations, string accountName, System.Guid jobIdentity, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateWithHttpMessagesAsync(accountName, jobIdentity, parameters, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(accountName, jobIdentity, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs index 28c7fbeca1e11..04b62a6b4ee6e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs @@ -37,7 +37,7 @@ public JobStateAuditRecord() /// place. /// the user who requests the /// change. - /// the details of the audit log. + /// the details of the audit log. public JobStateAuditRecord(string newState = default(string), System.DateTimeOffset? timeStamp = default(System.DateTimeOffset?), string requestedByUser = default(string), string details = default(string)) { NewState = newState; @@ -71,7 +71,7 @@ public JobStateAuditRecord() public string RequestedByUser { get; private set; } /// - /// Gets the details of the audit log. + /// Gets the details of the audit log. /// [JsonProperty(PropertyName = "details")] public string Details { get; private set; } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd index 1a6cee306086e..d1e4b9027bb0f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/generate.cmd @@ -6,9 +6,9 @@ @echo off setlocal -set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json" -set jobSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json" -set catalogSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/catalog.json" +set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/91edc3084d674ecabb105584ad926d4d8449b054/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/2016-11-01/account.json" +set jobSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/91edc3084d674ecabb105584ad926d4d8449b054/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/job.json" +set catalogSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/91edc3084d674ecabb105584ad926d4d8449b054/specification/datalake-analytics/data-plane/Microsoft.DataLakeAnalytics/2016-11-01/catalog.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs index 5c1b87f6dbc6b..4b00c3c4c1127 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/AccountOperations.cs @@ -1084,7 +1084,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201 && (int)_statusCode != 200) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1127,7 +1127,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } // Deserialize Response - if ((int)_statusCode == 201) + if ((int)_statusCode == 200) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try @@ -1145,7 +1145,7 @@ internal AccountOperations(DataLakeStoreAccountManagementClient client) } } // Deserialize Response - if ((int)_statusCode == 200) + if ((int)_statusCode == 201) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs index 17b651ae686cc..9ac422ca22c0c 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperations.cs @@ -53,40 +53,29 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) public DataLakeStoreFileSystemManagementClient Client { get; private set; } /// - /// Appends to the specified file, optionally first creating the file if it - /// does not yet exist. This method supports multiple concurrent appends to the - /// file. NOTE: The target must not contain data added by Create or normal - /// (serial) Append. ConcurrentAppend and Append cannot be used - /// interchangeably; once a target file has been modified using either of these - /// append options, the other append option cannot be used on the target file. - /// ConcurrentAppend does not guarantee order and can result in duplicated data - /// landing in the target file. + /// Sets or removes the expiration time on the specified file. This operation + /// can only be executed against files. Folders are not supported. /// /// /// The Azure Data Lake Store account to execute filesystem operations on. /// /// - /// The Data Lake Store path (starting with '/') of the file to which to append - /// using concurrent append. - /// - /// - /// The file contents to include when appending to the file. + /// The Data Lake Store path (starting with '/') of the file on which to set or + /// remove the expiration time. /// - /// - /// Indicates the concurrent append call should create the file if it doesn't - /// exist or just open the existing file for append. Possible values include: - /// 'autocreate' + /// + /// Indicates the type of expiration to use for the file: 1. NeverExpire: + /// ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in + /// milliseconds representing the expiration date relative to when file + /// expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer + /// in milliseconds representing the expiration date relative to file creation. + /// 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp + /// relative to 1/1/1970 00:00:00. Possible values include: 'NeverExpire', + /// 'RelativeToNow', 'RelativeToCreationDate', 'Absolute' /// - /// - /// Optionally indicates what to do after completion of the concurrent append. - /// DATA indicates that more data will be sent immediately by the client, the - /// file handle should remain open/locked, and file metadata (including file - /// length, last modified time) should NOT get updated. METADATA indicates that - /// more data will be sent immediately by the client, the file handle should - /// remain open/locked, and file metadata should get updated. CLOSE indicates - /// that the client is done sending data, the file handle should be - /// closed/unlocked, and file metadata should get updated. Possible values - /// include: 'DATA', 'METADATA', 'CLOSE' + /// + /// The time that the file will expire, corresponding to the ExpiryOption that + /// was set. /// /// /// Headers that will be added to request. @@ -106,7 +95,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SetFileExpiryWithHttpMessagesAsync(string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -120,16 +109,11 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "path"); } - if (streamContents == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "streamContents"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - string op = "CONCURRENTAPPEND"; - string transferEncoding = "chunked"; + string op = "SETEXPIRY"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -139,13 +123,11 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("path", path); - tracingParameters.Add("streamContents", streamContents); - tracingParameters.Add("appendMode", appendMode); + tracingParameters.Add("expiryOption", expiryOption); + tracingParameters.Add("expireTime", expireTime); tracingParameters.Add("op", op); - tracingParameters.Add("transferEncoding", transferEncoding); - tracingParameters.Add("syncFlag", syncFlag); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ConcurrentAppend", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "SetFileExpiry", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -154,18 +136,15 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); - if (appendMode != null) + _queryParameters.Add(string.Format("expiryOption={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expiryOption, Client.SerializationSettings).Trim('"')))); + if (expireTime != null) { - _queryParameters.Add(string.Format("appendMode={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(appendMode, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("expireTime={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expireTime, Client.SerializationSettings).Trim('"')))); } if (op != null) { _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); } - if (syncFlag != null) - { - _queryParameters.Add(string.Format("syncFlag={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(syncFlag, Client.SerializationSettings).Trim('"')))); - } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -177,21 +156,13 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _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 (transferEncoding != null) - { - if (_httpRequest.Headers.Contains("Transfer-Encoding")) - { - _httpRequest.Headers.Remove("Transfer-Encoding"); - } - _httpRequest.Headers.TryAddWithoutValidation("Transfer-Encoding", transferEncoding); - } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) @@ -216,15 +187,6 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Serialize Request string _requestContent = null; - if(streamContents == null) - { - throw new System.ArgumentNullException("streamContents"); - } - if (streamContents != null && streamContents != Stream.Null) - { - _httpRequest.Content = new StreamContent(streamContents); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/octet-stream"); - } // Set Credentials if (Client.Credentials != null) { @@ -290,29 +252,40 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) } /// - /// Sets or removes the expiration time on the specified file. This operation - /// can only be executed against files. Folders are not supported. + /// Appends to the specified file, optionally first creating the file if it + /// does not yet exist. This method supports multiple concurrent appends to the + /// file. NOTE: The target must not contain data added by Create or normal + /// (serial) Append. ConcurrentAppend and Append cannot be used + /// interchangeably; once a target file has been modified using either of these + /// append options, the other append option cannot be used on the target file. + /// ConcurrentAppend does not guarantee order and can result in duplicated data + /// landing in the target file. /// /// /// The Azure Data Lake Store account to execute filesystem operations on. /// /// - /// The Data Lake Store path (starting with '/') of the file on which to set or - /// remove the expiration time. + /// The Data Lake Store path (starting with '/') of the file to which to append + /// using concurrent append. /// - /// - /// Indicates the type of expiration to use for the file: 1. NeverExpire: - /// ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in - /// milliseconds representing the expiration date relative to when file - /// expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer - /// in milliseconds representing the expiration date relative to file creation. - /// 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp - /// relative to 1/1/1970 00:00:00. Possible values include: 'NeverExpire', - /// 'RelativeToNow', 'RelativeToCreationDate', 'Absolute' + /// + /// The file contents to include when appending to the file. /// - /// - /// The time that the file will expire, corresponding to the ExpiryOption that - /// was set. + /// + /// Indicates the concurrent append call should create the file if it doesn't + /// exist or just open the existing file for append. Possible values include: + /// 'autocreate' + /// + /// + /// Optionally indicates what to do after completion of the concurrent append. + /// DATA indicates that more data will be sent immediately by the client, the + /// file handle should remain open/locked, and file metadata (including file + /// length, last modified time) should NOT get updated. METADATA indicates that + /// more data will be sent immediately by the client, the file handle should + /// remain open/locked, and file metadata should get updated. CLOSE indicates + /// that the client is done sending data, the file handle should be + /// closed/unlocked, and file metadata should get updated. Possible values + /// include: 'DATA', 'METADATA', 'CLOSE' /// /// /// Headers that will be added to request. @@ -332,7 +305,7 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SetFileExpiryWithHttpMessagesAsync(string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (accountName == null) { @@ -346,11 +319,16 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "path"); } + if (streamContents == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "streamContents"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - string op = "SETEXPIRY"; + string op = "CONCURRENTAPPEND"; + string transferEncoding = "chunked"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -360,11 +338,13 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("accountName", accountName); tracingParameters.Add("path", path); - tracingParameters.Add("expiryOption", expiryOption); - tracingParameters.Add("expireTime", expireTime); + tracingParameters.Add("streamContents", streamContents); + tracingParameters.Add("appendMode", appendMode); tracingParameters.Add("op", op); + tracingParameters.Add("transferEncoding", transferEncoding); + tracingParameters.Add("syncFlag", syncFlag); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "SetFileExpiry", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ConcurrentAppend", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri; @@ -373,15 +353,18 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) _url = _url.Replace("{adlsFileSystemDnsSuffix}", Client.AdlsFileSystemDnsSuffix); _url = _url.Replace("{path}", System.Uri.EscapeDataString(path)); List _queryParameters = new List(); - _queryParameters.Add(string.Format("expiryOption={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expiryOption, Client.SerializationSettings).Trim('"')))); - if (expireTime != null) + if (appendMode != null) { - _queryParameters.Add(string.Format("expireTime={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expireTime, Client.SerializationSettings).Trim('"')))); + _queryParameters.Add(string.Format("appendMode={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(appendMode, Client.SerializationSettings).Trim('"')))); } if (op != null) { _queryParameters.Add(string.Format("op={0}", System.Uri.EscapeDataString(op))); } + if (syncFlag != null) + { + _queryParameters.Add(string.Format("syncFlag={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(syncFlag, Client.SerializationSettings).Trim('"')))); + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -393,13 +376,21 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); } + if (transferEncoding != null) + { + if (_httpRequest.Headers.Contains("Transfer-Encoding")) + { + _httpRequest.Headers.Remove("Transfer-Encoding"); + } + _httpRequest.Headers.TryAddWithoutValidation("Transfer-Encoding", transferEncoding); + } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) @@ -424,6 +415,15 @@ internal FileSystemOperations(DataLakeStoreFileSystemManagementClient client) // Serialize Request string _requestContent = null; + if(streamContents == null) + { + throw new System.ArgumentNullException("streamContents"); + } + if (streamContents != null && streamContents != Stream.Null) + { + _httpRequest.Content = new StreamContent(streamContents); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/octet-stream"); + } // Set Credentials if (Client.Credentials != null) { diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs index 8f5fd8d239459..3ad4a23aa271f 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/FileSystemOperationsExtensions.cs @@ -25,6 +25,75 @@ namespace Microsoft.Azure.Management.DataLake.Store /// public static partial class FileSystemOperationsExtensions { + /// + /// Sets or removes the expiration time on the specified file. This operation + /// can only be executed against files. Folders are not supported. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file on which to set or + /// remove the expiration time. + /// + /// + /// Indicates the type of expiration to use for the file: 1. NeverExpire: + /// ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in + /// milliseconds representing the expiration date relative to when file + /// expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer + /// in milliseconds representing the expiration date relative to file creation. + /// 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp + /// relative to 1/1/1970 00:00:00. Possible values include: 'NeverExpire', + /// 'RelativeToNow', 'RelativeToCreationDate', 'Absolute' + /// + /// + /// The time that the file will expire, corresponding to the ExpiryOption that + /// was set. + /// + public static void SetFileExpiry(this IFileSystemOperations operations, string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?)) + { + operations.SetFileExpiryAsync(accountName, path, expiryOption, expireTime).GetAwaiter().GetResult(); + } + + /// + /// Sets or removes the expiration time on the specified file. This operation + /// can only be executed against files. Folders are not supported. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file on which to set or + /// remove the expiration time. + /// + /// + /// Indicates the type of expiration to use for the file: 1. NeverExpire: + /// ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in + /// milliseconds representing the expiration date relative to when file + /// expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer + /// in milliseconds representing the expiration date relative to file creation. + /// 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp + /// relative to 1/1/1970 00:00:00. Possible values include: 'NeverExpire', + /// 'RelativeToNow', 'RelativeToCreationDate', 'Absolute' + /// + /// + /// The time that the file will expire, corresponding to the ExpiryOption that + /// was set. + /// + /// + /// The cancellation token. + /// + public static async Task SetFileExpiryAsync(this IFileSystemOperations operations, string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.SetFileExpiryWithHttpMessagesAsync(accountName, path, expiryOption, expireTime, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Appends to the specified file, optionally first creating the file if it /// does not yet exist. This method supports multiple concurrent appends to the @@ -116,75 +185,6 @@ public static partial class FileSystemOperationsExtensions (await operations.ConcurrentAppendWithHttpMessagesAsync(accountName, path, streamContents, appendMode, syncFlag, null, cancellationToken).ConfigureAwait(false)).Dispose(); } - /// - /// Sets or removes the expiration time on the specified file. This operation - /// can only be executed against files. Folders are not supported. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The Azure Data Lake Store account to execute filesystem operations on. - /// - /// - /// The Data Lake Store path (starting with '/') of the file on which to set or - /// remove the expiration time. - /// - /// - /// Indicates the type of expiration to use for the file: 1. NeverExpire: - /// ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in - /// milliseconds representing the expiration date relative to when file - /// expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer - /// in milliseconds representing the expiration date relative to file creation. - /// 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp - /// relative to 1/1/1970 00:00:00. Possible values include: 'NeverExpire', - /// 'RelativeToNow', 'RelativeToCreationDate', 'Absolute' - /// - /// - /// The time that the file will expire, corresponding to the ExpiryOption that - /// was set. - /// - public static void SetFileExpiry(this IFileSystemOperations operations, string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?)) - { - operations.SetFileExpiryAsync(accountName, path, expiryOption, expireTime).GetAwaiter().GetResult(); - } - - /// - /// Sets or removes the expiration time on the specified file. This operation - /// can only be executed against files. Folders are not supported. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The Azure Data Lake Store account to execute filesystem operations on. - /// - /// - /// The Data Lake Store path (starting with '/') of the file on which to set or - /// remove the expiration time. - /// - /// - /// Indicates the type of expiration to use for the file: 1. NeverExpire: - /// ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in - /// milliseconds representing the expiration date relative to when file - /// expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer - /// in milliseconds representing the expiration date relative to file creation. - /// 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp - /// relative to 1/1/1970 00:00:00. Possible values include: 'NeverExpire', - /// 'RelativeToNow', 'RelativeToCreationDate', 'Absolute' - /// - /// - /// The time that the file will expire, corresponding to the ExpiryOption that - /// was set. - /// - /// - /// The cancellation token. - /// - public static async Task SetFileExpiryAsync(this IFileSystemOperations operations, string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.SetFileExpiryWithHttpMessagesAsync(accountName, path, expiryOption, expireTime, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - /// /// Checks if the specified access is available at the given path. /// diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs index 11c134cac40e2..7aaaae91fc232 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/Generated/IFileSystemOperations.cs @@ -25,6 +25,48 @@ namespace Microsoft.Azure.Management.DataLake.Store /// public partial interface IFileSystemOperations { + /// + /// Sets or removes the expiration time on the specified file. This + /// operation can only be executed against files. Folders are not + /// supported. + /// + /// + /// The Azure Data Lake Store account to execute filesystem operations + /// on. + /// + /// + /// The Data Lake Store path (starting with '/') of the file on which + /// to set or remove the expiration time. + /// + /// + /// Indicates the type of expiration to use for the file: 1. + /// NeverExpire: ExpireTime is ignored. 2. RelativeToNow: ExpireTime is + /// an integer in milliseconds representing the expiration date + /// relative to when file expiration is updated. 3. + /// RelativeToCreationDate: ExpireTime is an integer in milliseconds + /// representing the expiration date relative to file creation. 4. + /// Absolute: ExpireTime is an integer in milliseconds, as a Unix + /// timestamp relative to 1/1/1970 00:00:00. Possible values include: + /// 'NeverExpire', 'RelativeToNow', 'RelativeToCreationDate', + /// 'Absolute' + /// + /// + /// The time that the file will expire, corresponding to the + /// ExpiryOption that was set. + /// + /// + /// 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 SetFileExpiryWithHttpMessagesAsync(string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Appends to the specified file, optionally first creating the file /// if it does not yet exist. This method supports multiple concurrent @@ -78,48 +120,6 @@ public partial interface IFileSystemOperations /// Task ConcurrentAppendWithHttpMessagesAsync(string accountName, string path, Stream streamContents, AppendModeType? appendMode = default(AppendModeType?), SyncFlag? syncFlag = default(SyncFlag?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Sets or removes the expiration time on the specified file. This - /// operation can only be executed against files. Folders are not - /// supported. - /// - /// - /// The Azure Data Lake Store account to execute filesystem operations - /// on. - /// - /// - /// The Data Lake Store path (starting with '/') of the file on which - /// to set or remove the expiration time. - /// - /// - /// Indicates the type of expiration to use for the file: 1. - /// NeverExpire: ExpireTime is ignored. 2. RelativeToNow: ExpireTime is - /// an integer in milliseconds representing the expiration date - /// relative to when file expiration is updated. 3. - /// RelativeToCreationDate: ExpireTime is an integer in milliseconds - /// representing the expiration date relative to file creation. 4. - /// Absolute: ExpireTime is an integer in milliseconds, as a Unix - /// timestamp relative to 1/1/1970 00:00:00. Possible values include: - /// 'NeverExpire', 'RelativeToNow', 'RelativeToCreationDate', - /// 'Absolute' - /// - /// - /// The time that the file will expire, corresponding to the - /// ExpiryOption that was set. - /// - /// - /// 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 SetFileExpiryWithHttpMessagesAsync(string accountName, string path, ExpiryOptionType expiryOption, long? expireTime = default(long?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// /// Checks if the specified access is available at the given path. /// /// diff --git a/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd b/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd index 7fccf2a1e4a26..a22be0151ee63 100644 --- a/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd +++ b/src/SDKs/DataLake.Store/Management.DataLake.Store/generate.cmd @@ -6,8 +6,8 @@ @echo off setlocal -set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json" -set filesystemSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5f839ce3d1f11a3107a61375a61580ff1353b98b/specification/datalake-store/data-plane/Microsoft.DataLakeStore/2016-11-01/filesystem.json" +set accountSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/91edc3084d674ecabb105584ad926d4d8449b054/specification/datalake-store/resource-manager/Microsoft.DataLakeStore/2016-11-01/account.json" +set filesystemSpecFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/91edc3084d674ecabb105584ad926d4d8449b054/specification/datalake-store/data-plane/Microsoft.DataLakeStore/2016-11-01/filesystem.json" set repoRoot=%~dp0..\..\..\.. set generateFolder=%~dp0Generated From a01781f929b1f51e17ddea111314f188e424e2cf Mon Sep 17 00:00:00 2001 From: Matthew Christopher Date: Thu, 27 Jul 2017 09:20:23 -0700 Subject: [PATCH 05/20] Update Azure Batch to 5.1.0 (#3513) --- .../AccountTests.ScenarioTests.cs | 10 + .../ScenarioTests/BatchScenarioTestBase.cs | 41 +- .../BatchAccountCanCreateWithBYOSEnabled.json | 287 +++++------ .../BatchAccountEndToEndAsync.json | 485 +++++++++++------- .../GetLocationQuotasAsync.json | 43 +- .../Generated/ILocationOperations.cs | 26 + .../Generated/LocationOperations.cs | 204 ++++++++ .../Generated/LocationOperationsExtensions.cs | 40 ++ .../Models/CheckNameAvailabilityParameters.cs | 73 +++ .../Models/CheckNameAvailabilityResult.cs | 73 +++ .../Models/NameAvailabilityReason.cs | 31 ++ .../Microsoft.Azure.Management.Batch.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- src/SDKs/Batch/Management/changelog.md | 7 + src/SDKs/Batch/Management/generate.cmd | 2 +- 15 files changed, 962 insertions(+), 364 deletions(-) create mode 100644 src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityParameters.cs create mode 100644 src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityResult.cs create mode 100644 src/SDKs/Batch/Management/Management.Batch/Generated/Models/NameAvailabilityReason.cs diff --git a/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/AccountTests.ScenarioTests.cs b/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/AccountTests.ScenarioTests.cs index dc9ce01e14528..77751c539577e 100644 --- a/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/AccountTests.ScenarioTests.cs +++ b/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/AccountTests.ScenarioTests.cs @@ -30,10 +30,20 @@ public async Task BatchAccountEndToEndAsync() try { + // Check if the account exists + var checkAvailabilityResult = await this.BatchManagementClient.Location.CheckNameAvailabilityAsync(this.Location, batchAccountName); + Assert.True(checkAvailabilityResult.NameAvailable); + // Create an account BatchAccountCreateParameters createParams = new BatchAccountCreateParameters(this.Location); await this.BatchManagementClient.BatchAccount.CreateAsync(resourceGroupName, batchAccountName, createParams); + // Check if the account exists now + checkAvailabilityResult = await this.BatchManagementClient.Location.CheckNameAvailabilityAsync(this.Location, batchAccountName); + Assert.False(checkAvailabilityResult.NameAvailable); + Assert.NotNull(checkAvailabilityResult.Message); + Assert.NotNull(checkAvailabilityResult.Reason); + // Get the account and verify some properties BatchAccount batchAccount = await this.BatchManagementClient.BatchAccount.GetAsync(resourceGroupName, batchAccountName); Assert.Equal(batchAccountName, batchAccount.Name); diff --git a/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/BatchScenarioTestBase.cs b/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/BatchScenarioTestBase.cs index 288b43dd1363c..1024de45dadbb 100644 --- a/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/BatchScenarioTestBase.cs +++ b/src/SDKs/Batch/Management/Management.Batch.Tests/ScenarioTests/BatchScenarioTestBase.cs @@ -27,19 +27,46 @@ protected MockContext StartMockContextAndInitializeClients(string className, string methodName = "") { MockContext context = MockContext.Start(className, methodName); - Initialize(context); + this.Location = FindLocation(context); + this.ResourceManagementClient = context.GetServiceClient(); + this.BatchManagementClient = context.GetServiceClient(); return context; } - private void Initialize(MockContext context) + private static string FindLocation(MockContext context) { - this.ResourceManagementClient = context.GetServiceClient(); - this.BatchManagementClient = context.GetServiceClient(); + var resourceManagementClient = context.GetServiceClient(); + Provider provider = resourceManagementClient.Providers.Get("Microsoft.Batch"); + IList locations = provider.ResourceTypes.First(resType => resType.ResourceType == "batchAccounts").Locations; + return locations.First(location => location == "East US"); + } + + // Can be used to find a region to test against, but probably shouldn't record tests that use this as it will leave your subscription account details in the + // logs + private static string FindLocationWithQuotaCheck(MockContext context) + { + var resourceManagementClient = context.GetServiceClient(); + var batchManagementClient = context.GetServiceClient(); + + Provider provider = resourceManagementClient.Providers.Get("Microsoft.Batch"); + IEnumerable locations = provider.ResourceTypes.First(resType => resType.ResourceType == "batchAccounts").Locations.DefaultIfEmpty("westus"); + + var locationQuotaInUse = batchManagementClient.BatchAccount.List().GroupBy(acct => acct.Location).ToDictionary(a => a.Key, x => x.Count()); + + foreach(var location in locations) + { + var transformedLocation = location.Replace(" ", "").ToLower(); + var quotas = batchManagementClient.Location.GetQuotas(location); + int accountsInUse; + locationQuotaInUse.TryGetValue(transformedLocation, out accountsInUse); + if (quotas.AccountQuota - accountsInUse > 0) + { + return location; + } + } - Provider provider = this.ResourceManagementClient.Providers.Get("Microsoft.Batch"); - IList locations = provider.ResourceTypes.Where((resType) => resType.ResourceType == "batchAccounts").First().Locations; - this.Location = locations.DefaultIfEmpty("westus").First(); + throw new ArgumentException("No location found that satisfies quota requirements"); } } } diff --git a/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountCanCreateWithBYOSEnabled.json b/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountCanCreateWithBYOSEnabled.json index 68b1c80453f4a..a1665081e8603 100644 --- a/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountCanCreateWithBYOSEnabled.json +++ b/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountCanCreateWithBYOSEnabled.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7821c3ca-7106-4507-97da-c068f7cc63dc" + "2cb5e5c9-3341-4099-892f-1b6794f23bf2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:29:52 GMT" + "Tue, 25 Jul 2017 01:05:23 GMT" ], "Pragma": [ "no-cache" @@ -38,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14993" ], "x-ms-request-id": [ - "b295c52b-65df-40b9-abe5-e439ae591df2" + "3a18430c-7fa7-41e4-9c3d-ed2315cf0258" ], "x-ms-correlation-request-id": [ - "b295c52b-65df-40b9-abe5-e439ae591df2" + "3a18430c-7fa7-41e4-9c3d-ed2315cf0258" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T222953Z:b295c52b-65df-40b9-abe5-e439ae591df2" + "WESTUS:20170725T010524Z:3a18430c-7fa7-41e4-9c3d-ed2315cf0258" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -56,32 +56,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet5480?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDgwP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet40?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "31" + "29" ], "x-ms-client-request-id": [ - "c118c01c-1666-4dca-87ab-66888b011f88" + "96dda6e9-eb71-4abe-994f-e9e0fd2a54db" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480\",\r\n \"name\": \"azsmnet5480\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40\",\r\n \"name\": \"azsmnet40\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "176" + "171" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,22 +93,22 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:03 GMT" + "Tue, 25 Jul 2017 01:05:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-request-id": [ - "32dc5aa1-2420-4278-a1d0-221fcbda0eab" + "b1a483ab-adfd-4ecd-ac7f-dab4abf9f521" ], "x-ms-correlation-request-id": [ - "32dc5aa1-2420-4278-a1d0-221fcbda0eab" + "b1a483ab-adfd-4ecd-ac7f-dab4abf9f521" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223004Z:32dc5aa1-2420-4278-a1d0-221fcbda0eab" + "WESTUS:20170725T010529Z:b1a483ab-adfd-4ecd-ac7f-dab4abf9f521" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,14 +123,14 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "670efde0-a88a-4454-8b01-72a4c6715f3a" + "a4dd334c-cac2-4b36-bad2-354eb624dff1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.KeyVault\",\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-10-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", @@ -145,7 +145,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:05 GMT" + "Tue, 25 Jul 2017 01:05:30 GMT" ], "Pragma": [ "no-cache" @@ -157,16 +157,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-request-id": [ - "14098882-9ff9-478d-a3ae-e6442d1bf2d6" + "be4ef553-c292-4bd7-b41b-92d066467665" ], "x-ms-correlation-request-id": [ - "14098882-9ff9-478d-a3ae-e6442d1bf2d6" + "be4ef553-c292-4bd7-b41b-92d066467665" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223006Z:14098882-9ff9-478d-a3ae-e6442d1bf2d6" + "WESTUS:20170725T010531Z:be4ef553-c292-4bd7-b41b-92d066467665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -175,29 +175,29 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet5480/providers/Microsoft.KeyVault//vaults/azsmnet6718?api-version=2015-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuS2V5VmF1bHQvL3ZhdWx0cy9henNtbmV0NjcxOD9hcGktdmVyc2lvbj0yMDE1LTA2LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet40/providers/Microsoft.KeyVault//vaults/azsmnet7998?api-version=2015-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LktleVZhdWx0Ly92YXVsdHMvYXpzbW5ldDc5OTg/YXBpLXZlcnNpb249MjAxNS0wNi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"accessPolicies\": [\r\n {\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"enabledForDiskEncryption\": true\r\n },\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"accessPolicies\": [\r\n {\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"enabledForDiskEncryption\": true\r\n },\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "619" + "617" ], "x-ms-client-request-id": [ - "8b224d6f-261b-459c-ab52-fa425dd8dbd0" + "ceb00fd7-f3da-422e-8c93-b17ae1441be3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.KeyVault/vaults/azsmnet6718\",\r\n \"name\": \"azsmnet6718\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"East US 2\",\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\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForDiskEncryption\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"vaultUri\": \"https://azsmnet6718.vault.azure.net\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.KeyVault/vaults/azsmnet7998\",\r\n \"name\": \"azsmnet7998\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"East US\",\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\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForDiskEncryption\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"vaultUri\": \"https://azsmnet7998.vault.azure.net\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -209,7 +209,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:07 GMT" + "Tue, 25 Jul 2017 01:05:32 GMT" ], "Pragma": [ "no-cache" @@ -224,7 +224,7 @@ "Accept-Encoding" ], "x-ms-keyvault-service-version": [ - "1.0.0.157" + "1.0.0.178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -239,41 +239,41 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-request-id": [ - "6d820189-6bf1-4786-98a8-53e29cb32276" + "b10c7180-d994-4758-b587-63a3318f1325" ], "x-ms-correlation-request-id": [ - "6d820189-6bf1-4786-98a8-53e29cb32276" + "b10c7180-d994-4758-b587-63a3318f1325" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223008Z:6d820189-6bf1-4786-98a8-53e29cb32276" + "WESTUS:20170725T010533Z:b10c7180-d994-4758-b587-63a3318f1325" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.Batch/batchAccounts/azsmnet7954?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0Nzk1ND9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.Batch/batchAccounts/azsmnet1076?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvYXpzbW5ldDEwNzY/YXBpLXZlcnNpb249MjAxNy0wNS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"properties\": {\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.KeyVault/vaults/azsmnet6718\",\r\n \"url\": \"https://azsmnet6718.vault.azure.net/\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.KeyVault/vaults/azsmnet7998\",\r\n \"url\": \"https://azsmnet7998.vault.azure.net/\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "334" + "330" ], "x-ms-client-request-id": [ - "5f9dda6d-e68b-477e-bdca-5604297292ba" + "6d87b2d8-6619-470f-a0a9-6bb28c3388f1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, "ResponseBody": "", @@ -288,13 +288,13 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:11 GMT" + "Tue, 25 Jul 2017 01:05:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.Batch/batchAccounts/azsmnet7954/operationResults/e89fbeee-5952-4caa-87e5-ce6f60cf801b?api-version=2017-05-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.Batch/batchAccounts/azsmnet1076/operationResults/60b17b39-2b06-4a62-80ec-cb0ce4ea98ef?api-version=2017-05-01" ], "Retry-After": [ "15" @@ -302,8 +302,8 @@ "Server": [ "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "e89fbeee-5952-4caa-87e5-ce6f60cf801b" + "x-ms-request-id": [ + "60b17b39-2b06-4a62-80ec-cb0ce4ea98ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -312,32 +312,29 @@ "nosniff" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-request-id": [ - "3b0e6da1-053f-4d40-bbbe-a97a521d97c9" + "1199" ], "x-ms-correlation-request-id": [ - "3b0e6da1-053f-4d40-bbbe-a97a521d97c9" + "787b7ce6-0c85-459f-a691-22fac0be233b" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223012Z:3b0e6da1-053f-4d40-bbbe-a97a521d97c9" + "WESTUS:20170725T010538Z:787b7ce6-0c85-459f-a691-22fac0be233b" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.Batch/batchAccounts/azsmnet7954/operationResults/e89fbeee-5952-4caa-87e5-ce6f60cf801b?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0Nzk1NC9vcGVyYXRpb25SZXN1bHRzL2U4OWZiZWVlLTU5NTItNGNhYS04N2U1LWNlNmY2MGNmODAxYj9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.Batch/batchAccounts/azsmnet1076/operationResults/60b17b39-2b06-4a62-80ec-cb0ce4ea98ef?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvYXpzbW5ldDEwNzYvb3BlcmF0aW9uUmVzdWx0cy82MGIxN2IzOS0yYjA2LTRhNjItODBlYy1jYjBjZTRlYTk4ZWY/YXBpLXZlcnNpb249MjAxNy0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.Batch/batchAccounts/azsmnet7954\",\r\n \"name\": \"azsmnet7954\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet7954.eastus2.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 2147483647,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"usersubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.KeyVault/vaults/azsmnet6718\",\r\n \"url\": \"https://azsmnet6718.vault.azure.net/\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.Batch/batchAccounts/azsmnet1076\",\r\n \"name\": \"azsmnet1076\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet1076.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 2147483647,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"usersubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.KeyVault/vaults/azsmnet7998\",\r\n \"url\": \"https://azsmnet7998.vault.azure.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -346,13 +343,13 @@ "-1" ], "Last-Modified": [ - "Tue, 09 May 2017 22:30:44 GMT" + "Tue, 25 Jul 2017 01:06:08 GMT" ], "Cache-Control": [ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:41 GMT" + "Tue, 25 Jul 2017 01:06:08 GMT" ], "Pragma": [ "no-cache" @@ -361,7 +358,7 @@ "chunked" ], "ETag": [ - "\"0x8D4972B0816E549\"" + "\"0x8D4D2F9557546C8\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -370,10 +367,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14998" ], - "request-id": [ - "1c353dd5-90c1-4d9c-804d-08847541505d" + "x-ms-request-id": [ + "e00d2424-c231-4142-9d8a-7ee1f6c9b490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -381,36 +378,33 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "b62b6c64-58ad-4e36-ad5e-687d1c6ecca4" - ], "x-ms-correlation-request-id": [ - "b62b6c64-58ad-4e36-ad5e-687d1c6ecca4" + "a70dceab-2858-44f8-834b-7651c99c985c" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223042Z:b62b6c64-58ad-4e36-ad5e-687d1c6ecca4" + "WESTUS:20170725T010608Z:a70dceab-2858-44f8-834b-7651c99c985c" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.Batch/batchAccounts/azsmnet7954?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1NDgwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0Nzk1ND9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.Batch/batchAccounts/azsmnet1076?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvYXpzbW5ldDEwNzY/YXBpLXZlcnNpb249MjAxNy0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b045c823-0509-4113-ad02-1c17c8888370" + "a8ee55f5-996e-4612-ad65-4e0144024283" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.Batch/batchAccounts/azsmnet7954\",\r\n \"name\": \"azsmnet7954\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet7954.eastus2.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 2147483647,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"usersubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet5480/providers/Microsoft.KeyVault/vaults/azsmnet6718\",\r\n \"url\": \"https://azsmnet6718.vault.azure.net/\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.Batch/batchAccounts/azsmnet1076\",\r\n \"name\": \"azsmnet1076\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet1076.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 2147483647,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"usersubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet40/providers/Microsoft.KeyVault/vaults/azsmnet7998\",\r\n \"url\": \"https://azsmnet7998.vault.azure.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -419,13 +413,13 @@ "-1" ], "Last-Modified": [ - "Tue, 09 May 2017 22:30:11 GMT" + "Tue, 25 Jul 2017 01:05:37 GMT" ], "Cache-Control": [ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:41 GMT" + "Tue, 25 Jul 2017 01:06:08 GMT" ], "Pragma": [ "no-cache" @@ -434,7 +428,7 @@ "chunked" ], "ETag": [ - "\"0x8D4972AF472F118\"" + "\"0x8D4D2F9430FE5D9\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -443,10 +437,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14997" ], - "request-id": [ - "4da77f0e-597b-47ce-b457-f6600c5be696" + "x-ms-request-id": [ + "ef0730a2-2809-4865-8e8e-12a03b0cd944" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -454,33 +448,30 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "a4bb421e-a179-4081-9916-359e65ecffae" - ], "x-ms-correlation-request-id": [ - "a4bb421e-a179-4081-9916-359e65ecffae" + "7d5915b0-089f-4691-bd06-edf02c075f56" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223042Z:a4bb421e-a179-4081-9916-359e65ecffae" + "WESTUS:20170725T010609Z:7d5915b0-089f-4691-bd06-edf02c075f56" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet5480?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1NDgwP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet40?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af24a7e2-25b4-4c40-8733-e2ecea75aae9" + "d7295fa8-dbd4-47a6-8a35-d0a9b6c7b549" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -495,28 +486,28 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:30:43 GMT" + "Tue, 25 Jul 2017 01:06:10 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-request-id": [ - "809af990-e2c2-495d-becf-2d1a0c5e68b4" + "90c5c681-ec20-4000-8879-741f668cc87f" ], "x-ms-correlation-request-id": [ - "809af990-e2c2-495d-becf-2d1a0c5e68b4" + "90c5c681-ec20-4000-8879-741f668cc87f" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223043Z:809af990-e2c2-495d-becf-2d1a0c5e68b4" + "WESTUS:20170725T010610Z:90c5c681-ec20-4000-8879-741f668cc87f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -525,14 +516,14 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVFE0TUMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOREF0UlVGVFZGVlRJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -547,28 +538,28 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:31:13 GMT" + "Tue, 25 Jul 2017 01:06:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14995" ], "x-ms-request-id": [ - "c9cc8ef4-e608-4c0e-8598-1bb5a142dc36" + "ad722d60-9ab0-410b-a343-b10b4f41ba5e" ], "x-ms-correlation-request-id": [ - "c9cc8ef4-e608-4c0e-8598-1bb5a142dc36" + "ad722d60-9ab0-410b-a343-b10b4f41ba5e" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223113Z:c9cc8ef4-e608-4c0e-8598-1bb5a142dc36" + "WESTUS:20170725T010640Z:ad722d60-9ab0-410b-a343-b10b4f41ba5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -577,14 +568,14 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVFE0TUMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOREF0UlVGVFZGVlRJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -599,28 +590,28 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:31:43 GMT" + "Tue, 25 Jul 2017 01:07:10 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14994" ], "x-ms-request-id": [ - "84eb81fd-051a-48cd-9a4f-31f1d1bc4ae3" + "3ce12256-e775-47d9-b12e-ece3d1b748b5" ], "x-ms-correlation-request-id": [ - "84eb81fd-051a-48cd-9a4f-31f1d1bc4ae3" + "3ce12256-e775-47d9-b12e-ece3d1b748b5" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223143Z:84eb81fd-051a-48cd-9a4f-31f1d1bc4ae3" + "WESTUS:20170725T010710Z:3ce12256-e775-47d9-b12e-ece3d1b748b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -629,14 +620,14 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVFE0TUMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOREF0UlVGVFZGVlRJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -651,28 +642,28 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:32:13 GMT" + "Tue, 25 Jul 2017 01:07:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14993" ], "x-ms-request-id": [ - "274ca2e3-6c65-4fa4-a6e9-cc39c8959055" + "fc83fbed-9b20-4672-8c88-6d94e70aabf2" ], "x-ms-correlation-request-id": [ - "274ca2e3-6c65-4fa4-a6e9-cc39c8959055" + "fc83fbed-9b20-4672-8c88-6d94e70aabf2" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223214Z:274ca2e3-6c65-4fa4-a6e9-cc39c8959055" + "WESTUS:20170725T010740Z:fc83fbed-9b20-4672-8c88-6d94e70aabf2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -681,14 +672,14 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTQ4MC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVFE0TUMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDAtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOREF0UlVGVFZGVlRJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNaWZRP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -703,22 +694,22 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:32:43 GMT" + "Tue, 25 Jul 2017 01:08:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14992" ], "x-ms-request-id": [ - "cc14eebd-c239-42b0-877c-153783ca60c1" + "3ab19682-780e-4d9d-a4be-81734f60e11e" ], "x-ms-correlation-request-id": [ - "cc14eebd-c239-42b0-877c-153783ca60c1" + "3ab19682-780e-4d9d-a4be-81734f60e11e" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T223244Z:cc14eebd-c239-42b0-877c-153783ca60c1" + "WESTUS:20170725T010810Z:3ab19682-780e-4d9d-a4be-81734f60e11e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,9 +720,9 @@ ], "Names": { "BatchAccountCanCreateWithBYOSEnabled": [ - "azsmnet5480", - "azsmnet7954", - "azsmnet6718" + "azsmnet40", + "azsmnet1076", + "azsmnet7998" ] }, "Variables": { diff --git a/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountEndToEndAsync.json b/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountEndToEndAsync.json index 591f24784a1c7..0351ba413a2a9 100644 --- a/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountEndToEndAsync.json +++ b/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.AccountTests/BatchAccountEndToEndAsync.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79ffed67-3019-4b41-b9fe-0a465f9d7d3c" + "5f36c9de-d7bc-483a-8b6b-373c8f922e6d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:18:19 GMT" + "Tue, 25 Jul 2017 01:03:10 GMT" ], "Pragma": [ "no-cache" @@ -38,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14996" ], "x-ms-request-id": [ - "17ed3723-a842-4a13-8eeb-93eda745b299" + "78f87c2f-3748-4708-9de8-f5ea49cd754d" ], "x-ms-correlation-request-id": [ - "17ed3723-a842-4a13-8eeb-93eda745b299" + "78f87c2f-3748-4708-9de8-f5ea49cd754d" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221820Z:17ed3723-a842-4a13-8eeb-93eda745b299" + "WESTUS2:20170725T010310Z:78f87c2f-3748-4708-9de8-f5ea49cd754d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -56,32 +56,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet2611?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjExP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet8002?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDAyP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "31" + "29" ], "x-ms-client-request-id": [ - "c64ec169-f843-490f-8417-ef1a6b258764" + "dee2bfc4-1254-4195-87a5-35e527654c1d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611\",\r\n \"name\": \"azsmnet2611\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002\",\r\n \"name\": \"azsmnet8002\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "176" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,22 +93,22 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:19 GMT" + "Tue, 25 Jul 2017 01:03:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1192" ], "x-ms-request-id": [ - "9613019a-43e3-46be-98c9-a54e3d7162f0" + "c10710d5-e0c3-402f-b760-51a02a9f65c2" ], "x-ms-correlation-request-id": [ - "9613019a-43e3-46be-98c9-a54e3d7162f0" + "c10710d5-e0c3-402f-b760-51a02a9f65c2" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221919Z:9613019a-43e3-46be-98c9-a54e3d7162f0" + "WESTUS2:20170725T010315Z:c10710d5-e0c3-402f-b760-51a02a9f65c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,26 +117,166 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OD9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/checkNameAvailability?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNy0wNS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"azsmnet5399\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "73" + ], + "x-ms-client-request-id": [ + "dcb98dff-a1b4-4584-8723-02f50e7f2e1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 25 Jul 2017 01:03:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-request-id": [ + "99e654e0-8e28-49b0-bb5c-ec7d84c7631b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-correlation-request-id": [ + "87fbfa3f-4afc-4fe7-96dc-e762517071b2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170725T010315Z:87fbfa3f-4afc-4fe7-96dc-e762517071b2" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/checkNameAvailability?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNy0wNS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"azsmnet5399\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "73" + ], + "x-ms-client-request-id": [ + "05371e2f-975f-43ed-bc30-b435bf94bdd6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": false,\r\n \"reason\": \"AlreadyExists\",\r\n \"message\": \"An account named 'azsmnet5399' is already in use.\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 25 Jul 2017 01:03:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-request-id": [ + "3b00ba5d-1de1-4956-b240-6509bd699235" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-correlation-request-id": [ + "1f10dae6-e3ee-453a-a5a8-a113a963af0b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170725T010348Z:1f10dae6-e3ee-453a-a5a8-a113a963af0b" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OT9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "31" + "29" ], "x-ms-client-request-id": [ - "869bceb8-3d02-408d-b321-9844f37567e0" + "21675c64-880c-42b7-9aae-e25ddf6ba13e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, "ResponseBody": "", @@ -151,13 +291,13 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:22 GMT" + "Tue, 25 Jul 2017 01:03:17 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868/operationResults/c14584b7-586e-487c-9394-bdcde916e7f7?api-version=2017-05-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399/operationResults/fe211b70-e4d9-413c-abb4-7bcacc7f0207?api-version=2017-05-01" ], "Retry-After": [ "15" @@ -165,8 +305,8 @@ "Server": [ "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "c14584b7-586e-487c-9394-bdcde916e7f7" + "x-ms-request-id": [ + "fe211b70-e4d9-413c-abb4-7bcacc7f0207" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -175,32 +315,29 @@ "nosniff" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "8f1bece4-b935-4221-8d9d-662c5fb1b1e3" + "1192" ], "x-ms-correlation-request-id": [ - "8f1bece4-b935-4221-8d9d-662c5fb1b1e3" + "919a5312-a820-414d-be55-56c88caa2431" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221922Z:8f1bece4-b935-4221-8d9d-662c5fb1b1e3" + "WESTUS2:20170725T010318Z:919a5312-a820-414d-be55-56c88caa2431" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868/operationResults/c14584b7-586e-487c-9394-bdcde916e7f7?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OC9vcGVyYXRpb25SZXN1bHRzL2MxNDU4NGI3LTU4NmUtNDg3Yy05Mzk0LWJkY2RlOTE2ZTdmNz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399/operationResults/fe211b70-e4d9-413c-abb4-7bcacc7f0207?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OS9vcGVyYXRpb25SZXN1bHRzL2ZlMjExYjcwLWU0ZDktNDEzYy1hYmI0LTdiY2FjYzdmMDIwNz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868\",\r\n \"name\": \"azsmnet9868\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet9868.eastus2.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 20,\r\n \"lowPriorityCoreQuota\": 50,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"batchservice\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399\",\r\n \"name\": \"azsmnet5399\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet5399.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 20,\r\n \"lowPriorityCoreQuota\": 50,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"batchservice\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -209,13 +346,13 @@ "-1" ], "Last-Modified": [ - "Tue, 09 May 2017 22:19:53 GMT" + "Tue, 25 Jul 2017 01:03:47 GMT" ], "Cache-Control": [ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:52 GMT" + "Tue, 25 Jul 2017 01:03:47 GMT" ], "Pragma": [ "no-cache" @@ -224,7 +361,7 @@ "chunked" ], "ETag": [ - "\"0x8D497298419F4B0\"" + "\"0x8D4D2F90175A18C\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -233,10 +370,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14989" ], - "request-id": [ - "4ca6b1a8-02d4-433e-ad94-78a190159636" + "x-ms-request-id": [ + "5b3cbe23-0616-4b92-9bb5-7f246f8aadd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -244,36 +381,33 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "4fc2d1b2-95d5-4dfd-b34c-98bbf2c93183" - ], "x-ms-correlation-request-id": [ - "4fc2d1b2-95d5-4dfd-b34c-98bbf2c93183" + "81f0011f-0a77-4bcd-9f6e-b42bd84ce015" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221952Z:4fc2d1b2-95d5-4dfd-b34c-98bbf2c93183" + "WESTUS2:20170725T010348Z:81f0011f-0a77-4bcd-9f6e-b42bd84ce015" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OD9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OT9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a810f6c-0b73-44a1-9d3b-a64e6be1a9cf" + "d7b4ea46-7607-4066-8a1a-a87cf1016061" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868\",\r\n \"name\": \"azsmnet9868\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet9868.eastus2.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 20,\r\n \"lowPriorityCoreQuota\": 50,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"batchservice\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399\",\r\n \"name\": \"azsmnet5399\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet5399.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 20,\r\n \"lowPriorityCoreQuota\": 50,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"batchservice\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -282,13 +416,13 @@ "-1" ], "Last-Modified": [ - "Tue, 09 May 2017 22:19:19 GMT" + "Tue, 25 Jul 2017 01:03:17 GMT" ], "Cache-Control": [ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:53 GMT" + "Tue, 25 Jul 2017 01:03:48 GMT" ], "Pragma": [ "no-cache" @@ -297,7 +431,7 @@ "chunked" ], "ETag": [ - "\"0x8D49729704D932C\"" + "\"0x8D4D2F8EF621B19\"" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -306,10 +440,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14988" ], - "request-id": [ - "57ea11bd-f82d-4643-ad6c-95be5aa0429a" + "x-ms-request-id": [ + "b02577e2-9de5-43dc-8ff9-fc4a258a1a24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -317,36 +451,33 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "8df827f6-9e28-4b5e-abe9-4c0256885500" - ], "x-ms-correlation-request-id": [ - "8df827f6-9e28-4b5e-abe9-4c0256885500" + "230675e0-9e66-42fa-8b98-3a6c66d461a6" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221953Z:8df827f6-9e28-4b5e-abe9-4c0256885500" + "WESTUS2:20170725T010348Z:230675e0-9e66-42fa-8b98-3a6c66d461a6" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OD9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OT9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01c61bbd-7ab8-4b68-ad55-b08cbc3c3b78" + "e20725be-4b02-4611-9a87-d8a8311d4687" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Batch/batchAccounts/azsmnet9868' under resource group 'azsmnet2611' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Batch/batchAccounts/azsmnet5399' under resource group 'azsmnet8002' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "156" @@ -361,7 +492,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:20:25 GMT" + "Tue, 25 Jul 2017 01:04:19 GMT" ], "Pragma": [ "no-cache" @@ -370,13 +501,13 @@ "gateway" ], "x-ms-request-id": [ - "6d2adbc3-0510-49c0-bf8b-8607258aa36c" + "cb39f92b-3988-410f-bc64-111ec3871bd6" ], "x-ms-correlation-request-id": [ - "6d2adbc3-0510-49c0-bf8b-8607258aa36c" + "cb39f92b-3988-410f-bc64-111ec3871bd6" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T222025Z:6d2adbc3-0510-49c0-bf8b-8607258aa36c" + "WESTUS2:20170725T010420Z:cb39f92b-3988-410f-bc64-111ec3871bd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -385,23 +516,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868/listKeys?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OC9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399/listKeys?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a9558e7-24e3-4d4e-bf6f-76ac270bc3ca" + "759928ca-697f-4eae-b757-d8eb179fecd4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"accountName\": \"azsmnet9868\",\r\n \"primary\": \"0UsCMXsFng0hLZ8DTP2rI1Ewkz0/GaiotJ2sTzfo5qIjUjHf9tS1ryuFgfgxPaMMXrdgl6PJcvCv+W9/bvy7iw==\",\r\n \"secondary\": \"0k9V7mqXVmgjSaxQHeW/KjN9hVJZdTpZGh8TjKELdpgTEY3u+//sbTSGYcUJYk8CqAftdSAq1PYGPvfECtQ7JA==\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"azsmnet5399\",\r\n \"primary\": \"atRvGn6bvAFGqCc70zRCEjXzekg9OVmlG3dScOfjfw+kGCP+edWlclNdv8sORKDIG2bQ265Wl521G3B0+rHL/w==\",\r\n \"secondary\": \"Ed0xPPju4KieoVVhXD+FZKWhVDhAp6RVxJTEjtvK4N8OSytGA7+TYMqgItwEi5CNbun4GWKKYbIvXrqgvKqWKA==\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -413,7 +544,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:53 GMT" + "Tue, 25 Jul 2017 01:03:48 GMT" ], "Pragma": [ "no-cache" @@ -428,10 +559,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1190" ], - "request-id": [ - "f5d28993-01dd-47da-aeef-59d3f4aa6518" + "x-ms-request-id": [ + "69a34ffa-e25f-4c69-a2bb-75b35d349343" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -439,21 +570,18 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "6d18f948-b224-4d97-8847-36e561983bf4" - ], "x-ms-correlation-request-id": [ - "6d18f948-b224-4d97-8847-36e561983bf4" + "0e3ab395-272a-46e5-aaad-91a523527abf" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221953Z:6d18f948-b224-4d97-8847-36e561983bf4" + "WESTUS2:20170725T010348Z:0e3ab395-272a-46e5-aaad-91a523527abf" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868/regenerateKeys?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OC9yZWdlbmVyYXRlS2V5cz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399/regenerateKeys?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OS9yZWdlbmVyYXRlS2V5cz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"keyName\": \"Primary\"\r\n}", "RequestHeaders": { @@ -464,17 +592,17 @@ "28" ], "x-ms-client-request-id": [ - "20fc02b1-8e69-4121-b370-fa86246af15e" + "19e0497d-aa89-485c-b39f-a26ab9406d38" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"accountName\": \"azsmnet9868\",\r\n \"primary\": \"+IAAS8FadXEvUsPtd+TUZYLhaghU+snFiHvxkU694dNAjFL36ugQjlLuNCG2+5UyKRFI7toVo6NGmCUlvNY6IQ==\",\r\n \"secondary\": \"0k9V7mqXVmgjSaxQHeW/KjN9hVJZdTpZGh8TjKELdpgTEY3u+//sbTSGYcUJYk8CqAftdSAq1PYGPvfECtQ7JA==\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"azsmnet5399\",\r\n \"primary\": \"vS0l0IB/MuRYgBdVBE3U9QL3Px67VZKu+GDvx7nf2uV0/WFWZmeAh3mYOdOuNJup8zhp6qdPWPXpvipZLob85A==\",\r\n \"secondary\": \"Ed0xPPju4KieoVVhXD+FZKWhVDhAp6RVxJTEjtvK4N8OSytGA7+TYMqgItwEi5CNbun4GWKKYbIvXrqgvKqWKA==\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -486,7 +614,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:53 GMT" + "Tue, 25 Jul 2017 01:03:48 GMT" ], "Pragma": [ "no-cache" @@ -501,10 +629,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1189" ], - "request-id": [ - "8490689c-e89a-459f-9efd-d2b88c331b86" + "x-ms-request-id": [ + "55b44222-6a2d-4aff-bbd5-49c1abc2194d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -512,36 +640,33 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "193c9b30-190f-4480-bb9b-228b88eada4b" - ], "x-ms-correlation-request-id": [ - "193c9b30-190f-4480-bb9b-228b88eada4b" + "e8107f23-43b2-4d72-9e2b-278dc04d2082" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221953Z:193c9b30-190f-4480-bb9b-228b88eada4b" + "WESTUS2:20170725T010349Z:e8107f23-43b2-4d72-9e2b-278dc04d2082" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f080c79b-58fd-45cf-8d89-937dfc1b3faa" + "35d70d32-37a6-4170-b37e-079b47d7d55e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868\",\r\n \"name\": \"azsmnet9868\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet9868.eastus2.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 20,\r\n \"lowPriorityCoreQuota\": 50,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"batchservice\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399\",\r\n \"name\": \"azsmnet5399\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet5399.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 20,\r\n \"lowPriorityCoreQuota\": 50,\r\n \"poolQuota\": 20,\r\n \"activeJobAndJobScheduleQuota\": 20,\r\n \"poolAllocationMode\": \"batchservice\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -553,7 +678,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:53 GMT" + "Tue, 25 Jul 2017 01:03:48 GMT" ], "Pragma": [ "no-cache" @@ -568,10 +693,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14987" ], - "request-id": [ - "4f93683a-71fc-47a4-8bd1-d6204540165f" + "x-ms-request-id": [ + "b7e3d94a-ff8d-4a99-9ede-85d01ff03932" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -579,33 +704,30 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "8da37151-19ab-4951-992d-3d7dd72cee42" - ], "x-ms-correlation-request-id": [ - "8da37151-19ab-4951-992d-3d7dd72cee42" + "a4342050-f628-45cc-8485-ce744495be2c" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221953Z:8da37151-19ab-4951-992d-3d7dd72cee42" + "WESTUS2:20170725T010349Z:a4342050-f628-45cc-8485-ce744495be2c" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OD9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OT9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e798732-8481-4844-bd21-8eb8acf19772" + "4bfe978a-460a-435b-81cb-8728b9e21907" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, "ResponseBody": "", @@ -620,13 +742,13 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:19:54 GMT" + "Tue, 25 Jul 2017 01:03:49 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868/operationResults/9d572bbe-62a0-44e4-9278-73c26419d1e8?api-version=2017-05-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399/operationResults/3a130b1e-e0ee-4fc9-8a0c-58e23ccf1e06?api-version=2017-05-01" ], "Retry-After": [ "15" @@ -634,8 +756,8 @@ "Server": [ "Microsoft-HTTPAPI/2.0" ], - "request-id": [ - "9d572bbe-62a0-44e4-9278-73c26419d1e8" + "x-ms-request-id": [ + "3a130b1e-e0ee-4fc9-8a0c-58e23ccf1e06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -644,32 +766,29 @@ "nosniff" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-request-id": [ - "462bc9f8-8b7e-4d9b-bef3-d50bb512b618" + "1188" ], "x-ms-correlation-request-id": [ - "462bc9f8-8b7e-4d9b-bef3-d50bb512b618" + "4ab85b6a-2d11-4b50-afe2-621828ee18c0" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T221954Z:462bc9f8-8b7e-4d9b-bef3-d50bb512b618" + "WESTUS2:20170725T010349Z:4ab85b6a-2d11-4b50-afe2-621828ee18c0" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2611/providers/Microsoft.Batch/batchAccounts/azsmnet9868/operationResults/9d572bbe-62a0-44e4-9278-73c26419d1e8?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyNjExL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTg2OC9vcGVyYXRpb25SZXN1bHRzLzlkNTcyYmJlLTYyYTAtNDRlNC05Mjc4LTczYzI2NDE5ZDFlOD9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet8002/providers/Microsoft.Batch/batchAccounts/azsmnet5399/operationResults/3a130b1e-e0ee-4fc9-8a0c-58e23ccf1e06?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDAyL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTM5OS9vcGVyYXRpb25SZXN1bHRzLzNhMTMwYjFlLWUwZWUtNGZjOS04YTBjLTU4ZTIzY2NmMWUwNj9hcGktdmVyc2lvbj0yMDE3LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Batch/batchAccounts/azsmnet9868' under resource group 'azsmnet2611' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Batch/batchAccounts/azsmnet5399' under resource group 'azsmnet8002' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "156" @@ -684,7 +803,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:20:24 GMT" + "Tue, 25 Jul 2017 01:04:19 GMT" ], "Pragma": [ "no-cache" @@ -693,13 +812,13 @@ "gateway" ], "x-ms-request-id": [ - "83c6b633-5e51-4182-bbb4-d76fb290bc88" + "5be1116e-064d-453f-af36-fd59a9828ab3" ], "x-ms-correlation-request-id": [ - "83c6b633-5e51-4182-bbb4-d76fb290bc88" + "5be1116e-064d-453f-af36-fd59a9828ab3" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T222024Z:83c6b633-5e51-4182-bbb4-d76fb290bc88" + "WESTUS2:20170725T010419Z:5be1116e-064d-453f-af36-fd59a9828ab3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,20 +827,20 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet2611?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyNjExP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet8002?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDAyP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06986afd-757f-4f32-ad78-4437c2581a36" + "7f52be07-b426-4563-bd4c-3ac33f1ee536" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -736,13 +855,13 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:20:26 GMT" + "Tue, 25 Jul 2017 01:04:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjYxMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAwMi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-02-01" ], "Retry-After": [ "15" @@ -751,13 +870,13 @@ "1199" ], "x-ms-request-id": [ - "a2c32eda-b564-4df1-ad2e-f69b8196dc64" + "2b1f5c58-9117-4219-ac05-159b84fb5150" ], "x-ms-correlation-request-id": [ - "a2c32eda-b564-4df1-ad2e-f69b8196dc64" + "2b1f5c58-9117-4219-ac05-159b84fb5150" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T222027Z:a2c32eda-b564-4df1-ad2e-f69b8196dc64" + "WESTUS2:20170725T010422Z:2b1f5c58-9117-4219-ac05-159b84fb5150" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -766,14 +885,14 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjYxMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNall4TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAwMi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF3TWkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -788,28 +907,28 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:20:57 GMT" + "Tue, 25 Jul 2017 01:04:52 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjYxMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAwMi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-02-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14998" ], "x-ms-request-id": [ - "6534db79-ebd1-4c73-98ee-25cd012fb707" + "75d2edcf-5f0f-41e2-9496-1135789011ce" ], "x-ms-correlation-request-id": [ - "6534db79-ebd1-4c73-98ee-25cd012fb707" + "75d2edcf-5f0f-41e2-9496-1135789011ce" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T222057Z:6534db79-ebd1-4c73-98ee-25cd012fb707" + "WESTUS2:20170725T010452Z:75d2edcf-5f0f-41e2-9496-1135789011ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -818,14 +937,14 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjYxMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNall4TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAwMi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF3TWkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, "ResponseBody": "", @@ -840,22 +959,22 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 22:21:27 GMT" + "Tue, 25 Jul 2017 01:05:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14997" ], "x-ms-request-id": [ - "f7fb0f6f-b1ad-4f15-ab08-38e2aa047d8d" + "b5dfb6fc-65f8-4d6a-ab99-1849ed49b594" ], "x-ms-correlation-request-id": [ - "f7fb0f6f-b1ad-4f15-ab08-38e2aa047d8d" + "b5dfb6fc-65f8-4d6a-ab99-1849ed49b594" ], "x-ms-routing-request-id": [ - "WESTUS:20170509T222127Z:f7fb0f6f-b1ad-4f15-ab08-38e2aa047d8d" + "WESTUS2:20170725T010522Z:b5dfb6fc-65f8-4d6a-ab99-1849ed49b594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -866,8 +985,8 @@ ], "Names": { "BatchAccountEndToEndAsync": [ - "azsmnet2611", - "azsmnet9868" + "azsmnet8002", + "azsmnet5399" ] }, "Variables": { diff --git a/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.LocationTests/GetLocationQuotasAsync.json b/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.LocationTests/GetLocationQuotasAsync.json index 188e885cdf5d4..64a0ecc727a7e 100644 --- a/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.LocationTests/GetLocationQuotasAsync.json +++ b/src/SDKs/Batch/Management/Management.Batch.Tests/SessionRecords/Batch.Tests.ScenarioTests.LocationTests/GetLocationQuotasAsync.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "addfd377-78c7-4eb4-b9f4-3b9266f36c7e" + "a444fc9a-eb0d-4fda-a1ed-521f66e44dc8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3-preview" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 21:49:14 GMT" + "Tue, 25 Jul 2017 01:08:12 GMT" ], "Pragma": [ "no-cache" @@ -38,16 +38,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14998" ], "x-ms-request-id": [ - "79cbc4ce-3a5a-4927-ab71-c0fe0ead9c95" + "45c64218-ea62-4f93-8653-7a6f0b490718" ], "x-ms-correlation-request-id": [ - "79cbc4ce-3a5a-4927-ab71-c0fe0ead9c95" + "45c64218-ea62-4f93-8653-7a6f0b490718" ], "x-ms-routing-request-id": [ - "WESTUS2:20170509T214915Z:79cbc4ce-3a5a-4927-ab71-c0fe0ead9c95" + "WESTUS2:20170725T010812Z:45c64218-ea62-4f93-8653-7a6f0b490718" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -56,20 +56,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/West%20Europe/quotas?api-version=2017-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL1dlc3QlMjBFdXJvcGUvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMTctMDUtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/quotas?api-version=2017-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9xdW90YXM/YXBpLXZlcnNpb249MjAxNy0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae97f5c4-47d4-43e5-8ab8-ee288c5cd5f6" + "08451340-60cf-4fb8-937b-cbf1495244ea" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.Batch.BatchManagementClient/5.0.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Batch.BatchManagementClient/5.1.0.0" ] }, "ResponseBody": "{\r\n \"accountQuota\": 1\r\n}", @@ -84,7 +84,7 @@ "no-cache" ], "Date": [ - "Tue, 09 May 2017 21:49:16 GMT" + "Tue, 25 Jul 2017 01:08:14 GMT" ], "Pragma": [ "no-cache" @@ -99,10 +99,10 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14996" ], - "request-id": [ - "833342df-fd6a-4be1-8928-1e6fdfc84523" + "x-ms-request-id": [ + "8ed6428d-2652-4db3-a6a3-bf4186995e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,14 +110,11 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "fa3138ae-1ee3-4660-9a81-8bdffa5f69c5" - ], "x-ms-correlation-request-id": [ - "fa3138ae-1ee3-4660-9a81-8bdffa5f69c5" + "c417748d-6735-4d6a-b7d8-aa201d88ecdb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170509T214917Z:fa3138ae-1ee3-4660-9a81-8bdffa5f69c5" + "WESTUS2:20170725T010815Z:c417748d-6735-4d6a-b7d8-aa201d88ecdb" ] }, "StatusCode": 200 diff --git a/src/SDKs/Batch/Management/Management.Batch/Generated/ILocationOperations.cs b/src/SDKs/Batch/Management/Management.Batch/Generated/ILocationOperations.cs index ed70da0cdfb11..21dd36973c7c2 100644 --- a/src/SDKs/Batch/Management/Management.Batch/Generated/ILocationOperations.cs +++ b/src/SDKs/Batch/Management/Management.Batch/Generated/ILocationOperations.cs @@ -46,6 +46,32 @@ public partial interface ILocationOperations /// Thrown when a required parameter is null /// Task> GetQuotasWithHttpMessagesAsync(string locationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Checks whether the Batch account name is available in the specified + /// region. + /// + /// + /// The desired region for the name check. + /// + /// + /// The name to check for availability + /// + /// + /// 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> CheckNameAvailabilityWithHttpMessagesAsync(string locationName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperations.cs b/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperations.cs index 7108a7d8643c6..dbe0d163e2ec0 100644 --- a/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperations.cs +++ b/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperations.cs @@ -236,6 +236,210 @@ internal LocationOperations(BatchManagementClient client) return _result; } + /// + /// Checks whether the Batch account name is available in the specified region. + /// + /// + /// The desired region for the name check. + /// + /// + /// The name to check for availability + /// + /// + /// 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> CheckNameAvailabilityWithHttpMessagesAsync(string locationName, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (locationName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "locationName"); + } + 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 (name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "name"); + } + CheckNameAvailabilityParameters parameters = new CheckNameAvailabilityParameters(); + if (name != null) + { + parameters.Name = name; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("locationName", locationName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CheckNameAvailability", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability").ToString(); + _url = _url.Replace("{locationName}", System.Uri.EscapeDataString(locationName)); + _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 System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (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 System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (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 (Newtonsoft.Json.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 (Newtonsoft.Json.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/Batch/Management/Management.Batch/Generated/LocationOperationsExtensions.cs b/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperationsExtensions.cs index 0018eee34fdf8..74a5c1258dc1c 100644 --- a/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperationsExtensions.cs +++ b/src/SDKs/Batch/Management/Management.Batch/Generated/LocationOperationsExtensions.cs @@ -57,6 +57,46 @@ public static BatchLocationQuota GetQuotas(this ILocationOperations operations, } } + /// + /// Checks whether the Batch account name is available in the specified region. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The desired region for the name check. + /// + /// + /// The name to check for availability + /// + public static CheckNameAvailabilityResult CheckNameAvailability(this ILocationOperations operations, string locationName, string name) + { + return operations.CheckNameAvailabilityAsync(locationName, name).GetAwaiter().GetResult(); + } + + /// + /// Checks whether the Batch account name is available in the specified region. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The desired region for the name check. + /// + /// + /// The name to check for availability + /// + /// + /// The cancellation token. + /// + public static async Task CheckNameAvailabilityAsync(this ILocationOperations operations, string locationName, string name, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CheckNameAvailabilityWithHttpMessagesAsync(locationName, name, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } } diff --git a/src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityParameters.cs b/src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityParameters.cs new file mode 100644 index 0000000000000..718c23a3aed5c --- /dev/null +++ b/src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityParameters.cs @@ -0,0 +1,73 @@ +// 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.Batch.Models +{ + using Azure; + using Management; + using Batch; + using Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Parameters for a check name availability request. + /// + public partial class CheckNameAvailabilityParameters + { + /// + /// Initializes a new instance of the CheckNameAvailabilityParameters + /// class. + /// + public CheckNameAvailabilityParameters() { } + + /// + /// Initializes a new instance of the CheckNameAvailabilityParameters + /// class. + /// + /// The name to check for availability + public CheckNameAvailabilityParameters(string name) + { + Name = name; + } + /// + /// Static constructor for CheckNameAvailabilityParameters class. + /// + static CheckNameAvailabilityParameters() + { + Type = "Microsoft.Batch/batchAccounts"; + } + + /// + /// Gets or sets the name to check for availability + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// The resource type. Must be set to Microsoft.Batch/batchAccounts + /// + [JsonProperty(PropertyName = "type")] + public static string Type { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Name"); + } + } + } +} + diff --git a/src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityResult.cs b/src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityResult.cs new file mode 100644 index 0000000000000..a16735d163074 --- /dev/null +++ b/src/SDKs/Batch/Management/Management.Batch/Generated/Models/CheckNameAvailabilityResult.cs @@ -0,0 +1,73 @@ +// 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.Batch.Models +{ + using Azure; + using Management; + using Batch; + using Newtonsoft.Json; + using System.Linq; + + /// + /// The CheckNameAvailability operation response. + /// + public partial class CheckNameAvailabilityResult + { + /// + /// Initializes a new instance of the CheckNameAvailabilityResult + /// class. + /// + public CheckNameAvailabilityResult() { } + + /// + /// Initializes a new instance of the CheckNameAvailabilityResult + /// class. + /// + /// Gets a boolean value that indicates + /// whether the name is available for you to use. If true, the name is + /// available. If false, the name has already been taken or invalid and + /// cannot be used. + /// Gets the reason that a Batch account name + /// could not be used. The Reason element is only returned if + /// NameAvailable is false. Possible values include: 'Invalid', + /// 'AlreadyExists' + /// Gets an error message explaining the Reason + /// value in more detail. + public CheckNameAvailabilityResult(bool? nameAvailable = default(bool?), NameAvailabilityReason? reason = default(NameAvailabilityReason?), string message = default(string)) + { + NameAvailable = nameAvailable; + Reason = reason; + Message = message; + } + + /// + /// Gets a boolean value that indicates whether the name is available + /// for you to use. If true, the name is available. If false, the name + /// has already been taken or invalid and cannot be used. + /// + [JsonProperty(PropertyName = "nameAvailable")] + public bool? NameAvailable { get; protected set; } + + /// + /// Gets the reason that a Batch account name could not be used. The + /// Reason element is only returned if NameAvailable is false. Possible + /// values include: 'Invalid', 'AlreadyExists' + /// + [JsonProperty(PropertyName = "reason")] + public NameAvailabilityReason? Reason { get; protected set; } + + /// + /// Gets an error message explaining the Reason value in more detail. + /// + [JsonProperty(PropertyName = "message")] + public string Message { get; protected set; } + + } +} + diff --git a/src/SDKs/Batch/Management/Management.Batch/Generated/Models/NameAvailabilityReason.cs b/src/SDKs/Batch/Management/Management.Batch/Generated/Models/NameAvailabilityReason.cs new file mode 100644 index 0000000000000..a3c16e51bfea6 --- /dev/null +++ b/src/SDKs/Batch/Management/Management.Batch/Generated/Models/NameAvailabilityReason.cs @@ -0,0 +1,31 @@ +// 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.Batch.Models +{ + using Azure; + using Management; + using Batch; + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for NameAvailabilityReason. + /// + [JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum NameAvailabilityReason + { + [EnumMember(Value = "Invalid")] + Invalid, + [EnumMember(Value = "AlreadyExists")] + AlreadyExists + } +} + diff --git a/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj b/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj index a99e151ed0ed0..9e12b7300deb1 100644 --- a/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj +++ b/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj @@ -5,7 +5,7 @@ Provides management capabilities for Azure Batch service accounts. Microsoft Azure Batch Management Library Microsoft.Azure.Management.Batch - 5.0.0 + 5.1.0 Microsoft Azure batch management For detailed release notes, see: https://github.com/Azure/azure-sdk-for-net/blob/vs17Dev/src/SDKs/Batch/Management/changelog.md True diff --git a/src/SDKs/Batch/Management/Management.Batch/Properties/AssemblyInfo.cs b/src/SDKs/Batch/Management/Management.Batch/Properties/AssemblyInfo.cs index 47716526df227..018e6b77243db 100644 --- a/src/SDKs/Batch/Management/Management.Batch/Properties/AssemblyInfo.cs +++ b/src/SDKs/Batch/Management/Management.Batch/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("Provides management functions for Microsoft Azure Batch services.")] [assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.1.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/Batch/Management/changelog.md b/src/SDKs/Batch/Management/changelog.md index 96bbba9e6048e..b26c5ef9188d4 100644 --- a/src/SDKs/Batch/Management/changelog.md +++ b/src/SDKs/Batch/Management/changelog.md @@ -1,5 +1,12 @@ ## Microsoft.Azure.Management.Batch release notes +### Changes in 5.1.0 +#### REST API version +- This version targets REST API version 2017-05-01. + +#### Features +- Added a new `CheckNameAvailability` API which allows you to check if an account name is available on a particular region. + ### Changes in 5.0.0 #### REST API version - This version targets REST API version 2017-05-01. diff --git a/src/SDKs/Batch/Management/generate.cmd b/src/SDKs/Batch/Management/generate.cmd index 8b2a70082bc29..d9002bb77ab60 100644 --- a/src/SDKs/Batch/Management/generate.cmd +++ b/src/SDKs/Batch/Management/generate.cmd @@ -7,7 +7,7 @@ setlocal set autoRestVersion=1.0.0-Nightly20170129 if "%1" == "" ( - set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/19f63015ea5a8a0fc64b9d7e2cdfeac447d93eaf/arm-batch/2017-05-01/swagger/BatchManagement.json" + set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/118315820bf944185beaa95b51ca647ec1a87e1b/specification/batch/resource-manager/Microsoft.Batch/2017-05-01/BatchManagement.json" ) else ( set specFile="%1" ) From 379336277612ddf455b4bc1209690ceab432296d Mon Sep 17 00:00:00 2001 From: Abhijeet Date: Thu, 27 Jul 2017 13:40:37 -0700 Subject: [PATCH 06/20] Fixing publishing of symbols. Fixing issue# 3518 (#3519) --- .../Build.Tasks/ExecProcess/NugetExec.cs | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/tools/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs b/tools/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs index b6d1c15edf1ae..f4d23487f6aeb 100644 --- a/tools/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs +++ b/tools/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs @@ -32,22 +32,6 @@ public class NugetExec : ShellExec public string ApiKey { get; set; } - //{ - // get - // { - // if(string.IsNullOrEmpty(_apiKey)) - // { - // _apiKey = Constants.NugetDefaults.DEFAULT_API_KEY; - // } - - // return _apiKey; - // } - - // set - // { - // _apiKey = value; - // } - //} public string PublishToPath { @@ -124,8 +108,8 @@ public NugetPublishStatus Publish(string nupkgPath) string displayArgs = string.Empty; if(nupkgPath.Contains("symbols")) { - args = string.Format("push {0} -source {1} -NonInteractive -Timeout {2} -SymbolSource {3}", nupkgPath, PublishSymbolToPath, Constants.NugetDefaults.NUGET_TIMEOUT, PublishSymbolToPath); - displayArgs = string.Format("{0} {1}", NugetExePath, args); + args = string.Format("push {0} -source {1} -NonInteractive -Timeout {2} -SymbolSource {3} -ApiKey {4} ", nupkgPath, PublishSymbolToPath, Constants.NugetDefaults.NUGET_TIMEOUT, PublishSymbolToPath, ApiKey); + displayArgs = string.Format("push {0} -source {1} -NonInteractive -Timeout {2} -SymbolSource {3} -ApiKey {4} ", nupkgPath, PublishSymbolToPath, Constants.NugetDefaults.NUGET_TIMEOUT, PublishSymbolToPath, ""); } else { From 9efe32f5986444e9b451e7ca942f49a4e6b2e024 Mon Sep 17 00:00:00 2001 From: Monicalyy Date: Fri, 28 Jul 2017 06:10:46 +0800 Subject: [PATCH 07/20] Do hydra to swagger specs migration for azure-sdk-for-net (#3482) * Do hydra to swagger specs migration for azure-sdk-for-net * Fix build failed problem * update the assemblyinfo file with the updated version 2.6.0 * Revert "update the assemblyinfo file with the updated version 2.6.0" This reverts commit a33beb0ca5db650ab1ee672a412135dd06ba1ad5. * Updata the AssemblyFileVersion to 2.6.0.0 * revert package version * Make project files concise. * Add Provider test case * update the pr with new tests with session records * remove extra code --- .../Authorization.Tests.csproj | 56 +- .../ClassicAdministratorListTests.json | 14 +- ...ionsMetadataListWithInvalidAPIVersion.json | 66 + ...ationsMetadataListWithInvalidProvider.json | 75 + ...roviderOperationsMetadataListGetTests.json | 148 ++ .../RoleAssignmentAtScopeAndAboveTest.json | 16 +- .../RoleAssignmentByIdTests.json | 96 +- .../RoleAssignmentListByFilterTest.json | 258 +-- .../RoleAssignmentListForScopeTest.json | 16 +- .../RoleAssignmentsCreateDeleteTests.json | 76 +- .../RoleAssignmentsListGetTests.json | 110 +- .../RoleDefinitionCreateTests.json | 256 +-- .../RoleDefinitionUpdateTests.json | 84 +- .../RoleDefinitionsByIdTests.json | 1958 ++++++++--------- .../RoleDefinitionsListGetTests.json | 984 ++++----- ...etNonExistentResourceGroupPermissions.json | 14 +- .../GetNonExistentResourcePermissions.json | 18 +- .../GetResourceGroupPermissions.json | 40 +- .../Authorization.Tests/Tests/BasicTests.cs | 204 +- .../Tests/TestFixtureData.cs | 1 - .../AuthorizationManagementClient.cs | 131 +- .../ClassicAdministratorsOperations.cs | 81 +- ...assicAdministratorsOperationsExtensions.cs | 33 +- .../IAuthorizationManagementClient.cs | 41 +- .../IClassicAdministratorsOperations.cs | 35 +- .../Generated/IPermissionsOperations.cs | 69 +- .../IProviderOperationsMetadataOperations.cs | 50 +- .../Generated/IRoleAssignmentsOperations.cs | 207 +- .../Generated/IRoleDefinitionsOperations.cs | 92 +- .../Generated/Models/ClassicAdministrator.cs | 34 +- .../Models/ClassicAdministratorProperties.cs | 28 +- .../Generated/Models/Page.cs | 15 +- .../Generated/Models/Permission.cs | 29 +- .../Generated/Models/ProviderOperation.cs | 36 +- .../Models/ProviderOperationsMetadata.cs | 39 +- .../Generated/Models/ResourceType.cs | 32 +- .../Generated/Models/RoleAssignment.cs | 31 +- .../Models/RoleAssignmentCreateParameters.cs | 22 +- .../Generated/Models/RoleAssignmentFilter.cs | 25 +- .../Models/RoleAssignmentProperties.cs | 32 +- .../RoleAssignmentPropertiesWithScope.cs | 38 +- .../Generated/Models/RoleDefinition.cs | 31 +- .../Generated/Models/RoleDefinitionFilter.cs | 25 +- .../Models/RoleDefinitionProperties.cs | 36 +- .../Generated/PermissionsOperations.cs | 137 +- .../PermissionsOperationsExtensions.cs | 70 +- .../ProviderOperationsMetadataOperations.cs | 136 +- ...rOperationsMetadataOperationsExtensions.cs | 48 +- .../Generated/RoleAssignmentsOperations.cs | 498 +++-- .../RoleAssignmentsOperationsExtensions.cs | 200 +- .../Generated/RoleDefinitionsOperations.cs | 266 ++- .../RoleDefinitionsOperationsExtensions.cs | 94 +- 52 files changed, 4158 insertions(+), 2973 deletions(-) create mode 100644 src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidAPIVersion.json create mode 100644 src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidProvider.json create mode 100644 src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ProviderOperationsMetadataListGetTests.json diff --git a/src/SDKs/Authorization/Authorization.Tests/Authorization.Tests.csproj b/src/SDKs/Authorization/Authorization.Tests/Authorization.Tests.csproj index 0c2c01fb7c9d7..f2271cd13e12c 100644 --- a/src/SDKs/Authorization/Authorization.Tests/Authorization.Tests.csproj +++ b/src/SDKs/Authorization/Authorization.Tests/Authorization.Tests.csproj @@ -20,61 +20,7 @@ - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - + PreserveNewest diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ClassicAdministratorListTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ClassicAdministratorListTests.json index 36a72bda97e0f..bece351fb9f31 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ClassicAdministratorListTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ClassicAdministratorListTests.json @@ -7,13 +7,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5949526-d805-4782-b507-b556e230e0e5" + "c42156f6-dcf6-449a-8470-1c10e7a27441" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:20:38 GMT" + "Thu, 25 May 2017 07:14:40 GMT" ], "Pragma": [ "no-cache" @@ -42,16 +42,16 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "westus2:1e7e4205-cf95-40a3-a78d-aff641a83f52" + "southeastasia:9fa50e45-d87b-4dc6-ad49-375e5339c915" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14726" ], "x-ms-correlation-request-id": [ - "b7f76d95-207c-4c9c-a579-2879da42e39c" + "45ffa78b-9eec-416c-8fa3-20707db2578b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232038Z:b7f76d95-207c-4c9c-a579-2879da42e39c" + "SOUTHEASTASIA:20170525T071440Z:45ffa78b-9eec-416c-8fa3-20707db2578b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidAPIVersion.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidAPIVersion.json new file mode 100644 index 0000000000000..2581ef686a92f --- /dev/null +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidAPIVersion.json @@ -0,0 +1,66 @@ +{ + "Entries": [ + { + "RequestUri": "/providers/Microsoft.Authorization/providerOperations?api-version=0001-07-01&$expand=resourceTypes", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wcm92aWRlck9wZXJhdGlvbnM/YXBpLXZlcnNpb249MDAwMS0wNy0wMSYkZXhwYW5kPXJlc291cmNlVHlwZXM=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dbc90372-3670-493a-8b06-32650e47a124" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidResourceType\",\r\n \"message\": \"The resource type 'providerOperations' could not be found in the namespace 'Microsoft.Authorization' for api version '0001-07-01'. The supported api-versions are '2015-07-01-preview,2015-07-01,2016-07-01'.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "258" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 26 Jul 2017 07:21:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-ratelimit-remaining-tenant-reads": [ + "14980" + ], + "x-ms-request-id": [ + "900673a1-fd3e-4b2c-b0b7-17c8ed0fd052" + ], + "x-ms-correlation-request-id": [ + "900673a1-fd3e-4b2c-b0b7-17c8ed0fd052" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170726T072122Z:900673a1-fd3e-4b2c-b0b7-17c8ed0fd052" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 404 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f" + } +} \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidProvider.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidProvider.json new file mode 100644 index 0000000000000..c3e95702e2ce6 --- /dev/null +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/GetProviderOperationsMetadataListWithInvalidProvider.json @@ -0,0 +1,75 @@ +{ + "Entries": [ + { + "RequestUri": "/providers/Microsoft.Authorization/providerOperations/InvalidProvider?api-version=2015-07-01&$expand=resourceTypes", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wcm92aWRlck9wZXJhdGlvbnMvSW52YWxpZFByb3ZpZGVyP2FwaS12ZXJzaW9uPTIwMTUtMDctMDEmJGV4cGFuZD1yZXNvdXJjZVR5cGVz", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4074ccf0-ec81-4824-b468-8f188d855775" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25009.03", + "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ProviderNotFound\",\r\n \"message\": \"Provider 'InvalidProvider' not found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "87" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 26 Jul 2017 07:22:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Set-Cookie": [ + "x-ms-gateway-slice=productionb; path=/; secure; HttpOnly" + ], + "x-ms-request-id": [ + "1230792d-66c5-4c16-b777-833798722c4b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-tenant-reads": [ + "14976" + ], + "x-ms-correlation-request-id": [ + "410ec018-d64f-4c28-9b1a-53b6c61864ce" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170726T072211Z:410ec018-d64f-4c28-9b1a-53b6c61864ce" + ] + }, + "StatusCode": 404 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f" + } +} \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ProviderOperationsMetadataListGetTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ProviderOperationsMetadataListGetTests.json new file mode 100644 index 0000000000000..8142853e78ebe --- /dev/null +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/ProviderOperationsMetadataListGetTests.json @@ -0,0 +1,148 @@ +{ + "Entries": [ + { + "RequestUri": "/providers/Microsoft.Authorization/providerOperations?api-version=2015-07-01&$expand=resourceTypes", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wcm92aWRlck9wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNS0wNy0wMSYkZXhwYW5kPXJlc291cmNlVHlwZXM=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6d7f29c8-d034-4eb3-bff2-34be17b212fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"displayName\": \"Microsoft Domains\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/generateSsoRequest/Action\",\r\n \"displayName\": \"Generate Domain Control Center Single Sign On Request\",\r\n \"description\": \"Generate a request for signing into domain control center.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/validateDomainRegistrationInformation/Action\",\r\n \"displayName\": \"Domain Purchase Info Validation\",\r\n \"description\": \"Validate domain purchase object without submitting it\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/checkDomainAvailability/Action\",\r\n \"displayName\": \"Check Domain Availablity\",\r\n \"description\": \"Check if a domain is available for purchase\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/listDomainRecommendations/Action\",\r\n \"displayName\": \"Retrieve Domain Recommendations\",\r\n \"description\": \"Retrieve the list domain recommendations based on keywords\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/register/action\",\r\n \"displayName\": \"Register Microsoft Domains resource provider\",\r\n \"description\": \"Register the Microsoft Domains resource provider for the subscription\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"domains\",\r\n \"displayName\": \"Domain\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/domains/Read\",\r\n \"displayName\": \"Get Domains\",\r\n \"description\": \"Get the list of domains\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/domains/Write\",\r\n \"displayName\": \"Add or Update Domain\",\r\n \"description\": \"Add a new Domain or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/domains/Delete\",\r\n \"displayName\": \"Delete Domain\",\r\n \"description\": \"Delete an existing domain.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domains/operationresults\",\r\n \"displayName\": \"Domain operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DomainRegistration/domains/operationresults/Read\",\r\n \"displayName\": \"Get Domain Operation\",\r\n \"description\": \"Get a domain operation\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DomainRegistration\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DomainRegistration\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Security\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"jitNetworkAccessPolicies\",\r\n \"displayName\": \"Just-In-Time Network Access Policies\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/jitNetworkAccessPolicies/read\",\r\n \"displayName\": \"Get JIT Network Access Policies\",\r\n \"description\": \"Gets the just-in-time network access policies\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/jitNetworkAccessPolicies/write\",\r\n \"displayName\": \"Create or Update JIT Network Access Policy\",\r\n \"description\": \"Creates a new just-in-time network access policy or updates an existing one\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/jitNetworkAccessPolicies/initiate/action\",\r\n \"displayName\": \"Initiate JIT Network Access Policy\",\r\n \"description\": \"Initiates a just-in-time network access policy\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"securitySolutionsReferenceData\",\r\n \"displayName\": \"Reference Data\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/securitySolutionsReferenceData/read\",\r\n \"displayName\": \"Get Reference Data\",\r\n \"description\": \"Gets the security solutions reference data\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"securityStatuses\",\r\n \"displayName\": \"Resource Security Health\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/securityStatuses/read\",\r\n \"displayName\": \"Get resource security health\",\r\n \"description\": \"Gets the security health statuses for Azure resources\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"webApplicationFirewalls\",\r\n \"displayName\": \"Web Application Firewalls\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/webApplicationFirewalls/read\",\r\n \"displayName\": \"Get Web Application Firewalls\",\r\n \"description\": \"Gets the web application firewalls\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/webApplicationFirewalls/write\",\r\n \"displayName\": \"Create or Update Web Application Firewalls\",\r\n \"description\": \"Creates a new web application firewall or updates an existing one\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/webApplicationFirewalls/delete\",\r\n \"displayName\": \"Delete Security Web Application Firewalls\",\r\n \"description\": \"Deletes a web application firewall\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"securitySolutions\",\r\n \"displayName\": \"Security Solutions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/securitySolutions/read\",\r\n \"displayName\": \"Get Security Solutions\",\r\n \"description\": \"Gets the security solutions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/securitySolutions/write\",\r\n \"displayName\": \"Create or Update Security Solutions\",\r\n \"description\": \"Creates a new security solution or updates an existing one\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/securitySolutions/delete\",\r\n \"displayName\": \"Delete Security Solutions\",\r\n \"description\": \"Deletes a security solution\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"tasks\",\r\n \"displayName\": \"Security Recommendations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/tasks/read\",\r\n \"displayName\": \"Get security recommendations\",\r\n \"description\": \"Gets all available security recommendations\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/tasks/dismiss/action\",\r\n \"displayName\": \"Dismiss Recommendation\",\r\n \"description\": \"Dismiss a security recommendation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/tasks/activate/action\",\r\n \"displayName\": \"Activate Recommendation\",\r\n \"description\": \"Activate a security recommendation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"policies\",\r\n \"displayName\": \"Security Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/policies/read\",\r\n \"displayName\": \"Get security policy\",\r\n \"description\": \"Gets the security policy\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/policies/write\",\r\n \"displayName\": \"Update security policy\",\r\n \"description\": \"Updates the security policy\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"applicationWhitelistings\",\r\n \"displayName\": \"App Whitelistings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Security/applicationWhitelistings/read\",\r\n \"displayName\": \"Get App Whitelisting\",\r\n \"description\": \"Gets the application whitelistings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Security/applicationWhitelistings/write\",\r\n \"displayName\": \"Create or Update App Whitelisting\",\r\n \"description\": \"Creates a new application whitelisting or updates an existing one\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Security\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Security\"\r\n },\r\n {\r\n \"displayName\": \"RevAPM MobileCDN\",\r\n \"operations\": [\r\n {\r\n \"name\": \"RevAPM.MobileCDN/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RevAPM.MobileCDN/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"RevAPM.MobileCDN/accounts/read\",\r\n \"displayName\": \"Read accounts\",\r\n \"description\": \"Read any accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RevAPM.MobileCDN/accounts/write\",\r\n \"displayName\": \"Create or Update accounts\",\r\n \"description\": \"Create or Update any accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RevAPM.MobileCDN/accounts/delete\",\r\n \"displayName\": \"Delete accounts\",\r\n \"description\": \"Deletes any accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RevAPM.MobileCDN/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any accounts Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RevAPM.MobileCDN/accounts/regenerateKeys/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any accounts Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RevAPM.MobileCDN/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any accounts Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"RevAPM.MobileCDN/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/RevAPM.MobileCDN\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"RevAPM.MobileCDN\"\r\n },\r\n {\r\n \"displayName\": \"Marketplace Resource Provider\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"Marketplace Resource Type\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/accounts/Read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/accounts/Write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/accounts/Delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/accounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerates the Key\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"Read Single Sign On Authorization Token\",\r\n \"description\": \"Read Single Sign On Authorization Token For The Resource\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Resource type display name.\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Conexlink.MyCloudIT/Operations/read\",\r\n \"displayName\": \"Operation display name.\",\r\n \"description\": \"Description of the operation.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Conexlink.MyCloudIT\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Conexlink.MyCloudIT\"\r\n },\r\n {\r\n \"displayName\": \"RavenHq Db\",\r\n \"operations\": [\r\n {\r\n \"name\": \"RavenHq.Db/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RavenHq.Db/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"RavenHq.Db/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databases\",\r\n \"displayName\": \"Databases\",\r\n \"operations\": [\r\n {\r\n \"name\": \"RavenHq.Db/databases/Read\",\r\n \"displayName\": \"Read Databases\",\r\n \"description\": \"Read any Databases\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RavenHq.Db/databases/Write\",\r\n \"displayName\": \"Create or Update Databases\",\r\n \"description\": \"Create or Update any Databases\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RavenHq.Db/databases/Delete\",\r\n \"displayName\": \"Delete Databases\",\r\n \"description\": \"Deletes any Databases\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RavenHq.Db/databases/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Databases Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RavenHq.Db/databases/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any Databases Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"RavenHq.Db/databases/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any Databases Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/RavenHq.Db\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"RavenHq.Db\"\r\n },\r\n {\r\n \"displayName\": \"nuubit nextgencdn\",\r\n \"operations\": [\r\n {\r\n \"name\": \"nuubit.nextgencdn/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"nuubit.nextgencdn/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"nuubit.nextgencdn/accounts/read\",\r\n \"displayName\": \"Read accounts\",\r\n \"description\": \"Read any accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"nuubit.nextgencdn/accounts/write\",\r\n \"displayName\": \"Create or Update accounts\",\r\n \"description\": \"Create or Update any accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"nuubit.nextgencdn/accounts/delete\",\r\n \"displayName\": \"Delete accounts\",\r\n \"description\": \"Deletes any accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"nuubit.nextgencdn/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any accounts Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"nuubit.nextgencdn/accounts/regenerateKeys/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any accounts Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"nuubit.nextgencdn/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any accounts Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"nuubit.nextgencdn/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/nuubit.nextgencdn\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"nuubit.nextgencdn\"\r\n },\r\n {\r\n \"displayName\": \"U2uconsult TheIdentityHub\",\r\n \"operations\": [\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/services/Read\",\r\n \"displayName\": \"Read Services\",\r\n \"description\": \"Read any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/services/Write\",\r\n \"displayName\": \"Create or Update Services\",\r\n \"description\": \"Create or Update any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/services/Delete\",\r\n \"displayName\": \"Delete Services\",\r\n \"description\": \"Deletes any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/services/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Services Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any Services Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"U2uconsult.TheIdentityHub/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any Services Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/U2uconsult.TheIdentityHub\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"U2uconsult.TheIdentityHub\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft ClassicCompute\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/register/action\",\r\n \"displayName\": \"Register Classic Compute\",\r\n \"description\": \"Register to Classic Compute\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/checkDomainNameAvailability/action\",\r\n \"displayName\": \"Availability For A Domain Name\",\r\n \"description\": \"Checks the availability of a given domain name.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/moveSubscriptionResources/action\",\r\n \"displayName\": \"Move classic resources\",\r\n \"description\": \"Move all classic resources to a different subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/validateSubscriptionMoveAvailability/action\",\r\n \"displayName\": \"Validate the Subscription for Move Operation\",\r\n \"description\": \"Validate the subscription's availability for classic move operation.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operatingSystemFamilies\",\r\n \"displayName\": \"\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/operatingSystemFamilies/read\",\r\n \"displayName\": \"List available operating system families\",\r\n \"description\": \"Lists the guest operating system families available in Microsoft Azure, and also lists the operating system versions available for each family.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"capabilities\",\r\n \"displayName\": \"Capability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/capabilities/read\",\r\n \"displayName\": \"Get capabilities\",\r\n \"description\": \"Shows the capabilities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operatingSystems\",\r\n \"displayName\": \"\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/operatingSystems/read\",\r\n \"displayName\": \"List available operating systems\",\r\n \"description\": \"Lists the versions of the guest operating system that are currently available in Microsoft Azure.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"resourceTypes/skus\",\r\n \"displayName\": \"Sku\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/resourceTypes/skus/read\",\r\n \"displayName\": \"Get Supported Skus\",\r\n \"description\": \"Gets the Sku list for supported resource types.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames\",\r\n \"displayName\": \"Domain Name\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/read\",\r\n \"displayName\": \"Gets Domain Names\",\r\n \"description\": \"Return the domain names for resources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/write\",\r\n \"displayName\": \"Add Domain Names\",\r\n \"description\": \"Add or modify the domain names for resources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/delete\",\r\n \"displayName\": \"Remove Domain Names\",\r\n \"description\": \"Remove the domain names for resources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/swap/action\",\r\n \"displayName\": \"Swap Staging And Production Slots\",\r\n \"description\": \"Swaps the staging slot to the production slot.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/serviceCertificates\",\r\n \"displayName\": \"Service Certificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/serviceCertificates/read\",\r\n \"displayName\": \"Get The Certificates\",\r\n \"description\": \"Returns the service certificates used.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/serviceCertificates/write\",\r\n \"displayName\": \"Add Service Certificates\",\r\n \"description\": \"Add or modify the service certificates used.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/serviceCertificates/delete\",\r\n \"displayName\": \"Delete Service Certificates\",\r\n \"description\": \"Delete the service certificates used.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/serviceCertificates/operationStatuses\",\r\n \"displayName\": \"Domain Names Service Certificates Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/serviceCertificates/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Service Certificates Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names service certificates.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/capabilities\",\r\n \"displayName\": \"Domain Name Capability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/capabilities/read\",\r\n \"displayName\": \"Get domain name capabilities\",\r\n \"description\": \"Shows the domain name capabilities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/extensions\",\r\n \"displayName\": \"Domain Name Extension\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/extensions/read\",\r\n \"displayName\": \"Get The Domain Name Extensions\",\r\n \"description\": \"Returns the domain name extensions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/extensions/write\",\r\n \"displayName\": \"Add Domain Name Extensions\",\r\n \"description\": \"Add the domain name extensions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/extensions/delete\",\r\n \"displayName\": \"Remove Domain Name Extensions\",\r\n \"description\": \"Remove the domain name extensions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/extensions/operationStatuses\",\r\n \"displayName\": \"Domain Names Extensions Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/extensions/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Extensions Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names extensions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/active\",\r\n \"displayName\": \"Active Domain Name\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/active/write\",\r\n \"displayName\": \"Set Active Domain Name\",\r\n \"description\": \"Sets the active domain name.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots\",\r\n \"displayName\": \"Deployment Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/read\",\r\n \"displayName\": \"Get Deploymen Slots\",\r\n \"description\": \"Shows the deployment slots.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/write\",\r\n \"displayName\": \"Create Deployment Slot\",\r\n \"description\": \"Creates or update the deployment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/delete\",\r\n \"displayName\": \"Delete Deployment Slot\",\r\n \"description\": \"Deletes a given deployment slot.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/start/action\",\r\n \"displayName\": \"Start Deployment Slot\",\r\n \"description\": \"Starts a deployment slot.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/stop/action\",\r\n \"displayName\": \"Suspend Deployment Slot\",\r\n \"description\": \"Suspends the deployment slot.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/operationStatuses\",\r\n \"displayName\": \"Domain Names Slots Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Slots Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names slots.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/roles\",\r\n \"displayName\": \"Deployment Slot Role\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/read\",\r\n \"displayName\": \"Get Deployment Slot Role\",\r\n \"description\": \"Get the role for the deployment slot.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/roles/extensionReferences\",\r\n \"displayName\": \"Deployment Slot Role Extension Reference\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/read\",\r\n \"displayName\": \"Get Deployment Slot Role Extension Reference\",\r\n \"description\": \"Returns the extension reference for the deployment slot role.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/write\",\r\n \"displayName\": \"Add Deployment Slot Role Extension Reference\",\r\n \"description\": \"Add or modify the extension reference for the deployment slot role.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/delete\",\r\n \"displayName\": \"Remove Deployment Slot Role Extension Reference\",\r\n \"description\": \"Remove the extension reference for the deployment slot role.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/roles/extensionReferences/operationStatuses\",\r\n \"displayName\": \"Domain Names Slots Roles Extension References Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/extensionReferences/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Slots Roles Extension References Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names slots roles extension references.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/roles/roleInstances\",\r\n \"displayName\": \"Role Instance\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/read\",\r\n \"displayName\": \"Get Role Instance\",\r\n \"description\": \"Get the role instance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/restart/action\",\r\n \"displayName\": \"Restart Role Instance\",\r\n \"description\": \"Restarts role instances.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/reimage/action\",\r\n \"displayName\": \"Reimage Role Instance\",\r\n \"description\": \"Reimages the role instance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/roles/roleInstances/operationStatuses\",\r\n \"displayName\": \"Domain Names Slots Roles Role Instances Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/roles/roleInstances/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Slots Roles Role Instances Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names slots roles role instances.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/state/start\",\r\n \"displayName\": \"Deployment Slot Start\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/state/start/write\",\r\n \"displayName\": \"Stop Deployment State\",\r\n \"description\": \"Changes the deployment slot state to stopped.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/state/stop\",\r\n \"displayName\": \"Deployment Slot Stopped\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/state/stop/write\",\r\n \"displayName\": \"Start Deployment State\",\r\n \"description\": \"Changes the deployment slot state to started.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/slots/upgradeDomain\",\r\n \"displayName\": \"Upgrade Domain\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/slots/upgradeDomain/write\",\r\n \"displayName\": \"Upgrade The Domain\",\r\n \"description\": \"Walk upgrade the domain.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/internalLoadBalancers\",\r\n \"displayName\": \"Internal Load Balancer\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/internalLoadBalancers/read\",\r\n \"displayName\": \"Get Internal Load Balancers.\",\r\n \"description\": \"Gets the internal load balancers.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/internalLoadBalancers/write\",\r\n \"displayName\": \"Create Internal Load Balance\",\r\n \"description\": \"Creates a new internal load balance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/internalLoadBalancers/delete\",\r\n \"displayName\": \"Remove Internal Load Balance\",\r\n \"description\": \"Remove a new internal load balance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/internalLoadBalancers/operationStatuses\",\r\n \"displayName\": \"Domain Names Internal Load Balancers Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/internalLoadBalancers/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Internal Load Balancers Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names internal load balancers.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/loadBalancedEndpointSets\",\r\n \"displayName\": \"Load Balanced Endpoint Sets\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/loadBalancedEndpointSets/read\",\r\n \"displayName\": \"Get Load Balanced Endpoint Sets\",\r\n \"description\": \"Shows the load balanced endpoint sets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/loadBalancedEndpointSets/operationStatuses\",\r\n \"displayName\": \"Domain Names Load Balanced Endpoint Sets Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/loadBalancedEndpointSets/operationStatuses/read\",\r\n \"displayName\": \"Get the Domain Names Load Balanced Endpoint Sets Operation Status\",\r\n \"description\": \"Reads the operation status for the domain names load balanced endpoint sets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"domainNames/availabilitySets\",\r\n \"displayName\": \"Availability Set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/domainNames/availabilitySets/read\",\r\n \"displayName\": \"Show Availability Set\",\r\n \"description\": \"Show the availability set for the resource.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"quotas\",\r\n \"displayName\": \"Quota\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/quotas/read\",\r\n \"displayName\": \"Get Subscription Quota\",\r\n \"description\": \"Get the quota for the subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines\",\r\n \"displayName\": \"Virtual Machine\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/read\",\r\n \"displayName\": \"Retrieve Virtual Machines\",\r\n \"description\": \"Retrieves list of virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/write\",\r\n \"displayName\": \"Add Virtual Machines\",\r\n \"description\": \"Add or modify virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/delete\",\r\n \"displayName\": \"Remove Virtual Machines\",\r\n \"description\": \"Removes virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/start/action\",\r\n \"displayName\": \"Start Virtual Machine\",\r\n \"description\": \"Start the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/redeploy/action\",\r\n \"displayName\": \"Redeploy Virtual Machine\",\r\n \"description\": \"Redeploys the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/restart/action\",\r\n \"displayName\": \"Restart Virtual Machine\",\r\n \"description\": \"Restarts virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/stop/action\",\r\n \"displayName\": \"Stop Virtual Machine\",\r\n \"description\": \"Stops the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/shutdown/action\",\r\n \"displayName\": \"Shutdown Virtual Machine\",\r\n \"description\": \"Shutdown the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/attachDisk/action\",\r\n \"displayName\": \"Attach Data Disk\",\r\n \"description\": \"Attaches a data disk to a virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/detachDisk/action\",\r\n \"displayName\": \"Detach Data Disk\",\r\n \"description\": \"Detaches a data disk from virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/downloadRemoteDesktopConnectionFile/action\",\r\n \"displayName\": \"Download RDP File\",\r\n \"description\": \"Downloads the RDP file for virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/networkInterfaces/associatedNetworkSecurityGroups\",\r\n \"displayName\": \"Network Interface Associated Network Security Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/read\",\r\n \"displayName\": \"Get Network Interface Associated Network Security Group\",\r\n \"description\": \"Gets the network security group associated with the network interface.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/write\",\r\n \"displayName\": \"Add Network Interface Associated Network Security Group\",\r\n \"description\": \"Adds a network security group associated with the network interface.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/delete\",\r\n \"displayName\": \"Delete Network Interface Associated Network Security Group\",\r\n \"description\": \"Deletes the network security group associated with the network interface.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/operationStatuses\",\r\n \"displayName\": \"Virtual Machines Associated Network Security Groups Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/networkInterfaces/associatedNetworkSecurityGroups/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Machines Associated Network Security Groups Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual machines associated network security groups.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get Metric Definitions\",\r\n \"description\": \"Gets the metrics definitions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Diagnostics Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get Diagnostics Settings\",\r\n \"description\": \"Get the diagnostics settings.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Add Diagnostics Settings\",\r\n \"description\": \"Add or modify diagnostics settings.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/metrics/read\",\r\n \"displayName\": \"Get Metrics\",\r\n \"description\": \"Gets the metrics.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/operationStatuses\",\r\n \"displayName\": \"Virtual Machines Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Machines Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/extensions\",\r\n \"displayName\": \"Virtual Machine Extension\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/extensions/read\",\r\n \"displayName\": \"Get Virtual Machine Extension\",\r\n \"description\": \"Gets the virtual machine extension.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/extensions/write\",\r\n \"displayName\": \"Add Virtual Machine Extension\",\r\n \"description\": \"Puts the virtual machine extension.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/extensions/operationStatuses\",\r\n \"displayName\": \"Virtual Machines Extensions Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/extensions/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Machines Extensions Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual machines extensions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/asyncOperations\",\r\n \"displayName\": \"Virtual Machine Async Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/asyncOperations/read\",\r\n \"displayName\": \"Async Operations\",\r\n \"description\": \"Gets the possible async operations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/disks\",\r\n \"displayName\": \"Virtual Machine Disk\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/disks/read\",\r\n \"displayName\": \"Get Data Disks\",\r\n \"description\": \"Retrives list of data disks\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/associatedNetworkSecurityGroups\",\r\n \"displayName\": \"Virtual Machine Associated Network Security Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/read\",\r\n \"displayName\": \"Get Virtual Machine Associated Network Security Group\",\r\n \"description\": \"Gets the network security group associated with the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/write\",\r\n \"displayName\": \"Add Virtual Machine Associated Network Security Group\",\r\n \"description\": \"Adds a network security group associated with the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/delete\",\r\n \"displayName\": \"Delete Virtual Machine Associated Network Security Group\",\r\n \"description\": \"Deletes the network security group associated with the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/associatedNetworkSecurityGroups/operationStatuses\",\r\n \"displayName\": \"Virtual Machines Associated Network Security Groups Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicCompute/virtualMachines/associatedNetworkSecurityGroups/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Machines Associated Network Security Groups Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual machines associated network security groups.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ClassicCompute\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ClassicCompute\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft SQL Database\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"servers\",\r\n \"displayName\": \"Server\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/read\",\r\n \"displayName\": \"Get server details\",\r\n \"description\": \"Return a list of servers in a resource group on a subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/write\",\r\n \"displayName\": \"Create new or update existing server\",\r\n \"description\": \"Create a new server or modify properties of existing server in a resource group on a subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/delete\",\r\n \"displayName\": \"Delete existing server\",\r\n \"description\": \"Delete a server and all contained databases and elastic pools\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/import/action\",\r\n \"displayName\": \"Create new database from DacPac\",\r\n \"description\": \"Create a new database on the server and deploy schema and data from a DacPac package\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/upgrade/action\",\r\n \"displayName\": \"Upgrade server version\",\r\n \"description\": \"Enable new functionality available on the latest version of server and specify databases edition conversion map\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/VulnerabilityAssessmentScans/action\",\r\n \"displayName\": \"Execute vulnerability assessment server scan\",\r\n \"description\": \"Execute vulnerability assessment server scan\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/operationResults\",\r\n \"displayName\": \"Server Upgrade Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/operationResults/read\",\r\n \"displayName\": \"Get status of server upgrade operation\",\r\n \"description\": \"Operation is used to track progress of server upgrade from lower version to higher\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/operationResults/delete\",\r\n \"displayName\": \"Cancel server upgrade\",\r\n \"description\": \"Abort server version upgrade in progress\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/securityAlertPolicies\",\r\n \"displayName\": \"Server Threat Detection Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/securityAlertPolicies/read\",\r\n \"displayName\": \"Get server threat detection policy\",\r\n \"description\": \"Retrieve details of the server threat detection policy configured on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/securityAlertPolicies/write\",\r\n \"displayName\": \"Set server threat detection policy\",\r\n \"description\": \"Change the server threat detection for a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/securityAlertPolicies/operationResults\",\r\n \"displayName\": \"Server Threat Detection Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/securityAlertPolicies/operationResults/read\",\r\n \"displayName\": \"Get server Threat Detection operation results\",\r\n \"description\": \"Retrieve results of the server Threat Detection policy Set operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/administrators\",\r\n \"displayName\": \"The server administrator\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/administrators/read\",\r\n \"displayName\": \"Get server administrator\",\r\n \"description\": \"Retrieve server administrator details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/administrators/write\",\r\n \"displayName\": \"Create new or update existing server administrator\",\r\n \"description\": \"Create or update server administrator\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/administrators/delete\",\r\n \"displayName\": \"Delete server administrator\",\r\n \"description\": \"Delete server administrator from the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/recoverableDatabases\",\r\n \"displayName\": \"Recoverable Database\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/recoverableDatabases/read\",\r\n \"displayName\": \"Get the last known database recovery point\",\r\n \"description\": \"This operation is used for disaster recovery of live database to restore database to last-known good backup point. It returns information about the last good backup but it doesn't actually restore the database.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/serviceObjectives\",\r\n \"displayName\": \"Service Level Objective\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/serviceObjectives/read\",\r\n \"displayName\": \"Get service level objectives\",\r\n \"description\": \"Retrieve list of service level objectives (also known as performance tiers) available on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/firewallRules\",\r\n \"displayName\": \"Server Firewall Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/firewallRules/read\",\r\n \"displayName\": \"Get server firewall rules\",\r\n \"description\": \"Retrieve server firewall rule details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/firewallRules/write\",\r\n \"displayName\": \"Create new or update existing server firewall rule\",\r\n \"description\": \"Create or update server firewall rule that controls IP address range allowed to connect to the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/firewallRules/delete\",\r\n \"displayName\": \"Delete server firewall rule\",\r\n \"description\": \"Delete firewall rule from the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/administratorOperationResults\",\r\n \"displayName\": \"The server administrator operation results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/administratorOperationResults/read\",\r\n \"displayName\": \"Get server administrator operation results\",\r\n \"description\": \"Retrieve server administrator operation results\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/recommendedElasticPools\",\r\n \"displayName\": \"Recommended Elastic Database Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/recommendedElasticPools/read\",\r\n \"displayName\": \"Get recommended elastic database pools\",\r\n \"description\": \"Retrieve recommendation for elastic database pools to reduce cost or improve performance based on historica resource utilization\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/recommendedElasticPools/metrics\",\r\n \"displayName\": \"Recommended Elastic Database Pool Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/recommendedElasticPools/metrics/read\",\r\n \"displayName\": \"Get recommended elastic database pools metrics\",\r\n \"description\": \"Retrieve metrics for recommended elastic database pools for a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/recommendedElasticPools/databases\",\r\n \"displayName\": \"Recommended Elastic Pool Databases\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/recommendedElasticPools/databases/read\",\r\n \"displayName\": \"Get recommended elastic pools databases\",\r\n \"description\": \"Retrieve databases that should be added into recommended elastic database pools for a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools\",\r\n \"displayName\": \"Elastic Database Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/read\",\r\n \"displayName\": \"Get elastic database pool details\",\r\n \"description\": \"Retrieve details of elastic database pool on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/write\",\r\n \"displayName\": \"Create new or update existing elastic database pool\",\r\n \"description\": \"Create a new or change properties of existing elastic database pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/delete\",\r\n \"displayName\": \"Delete elastic database pool\",\r\n \"description\": \"Delete existing elastic database pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/operationResults\",\r\n \"displayName\": \"Elastic Database Pool Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/operationResults/read\",\r\n \"displayName\": \"Get elastic database pool operation result\",\r\n \"description\": \"Retrieve details on a given elastic database pool operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Elastic Database Pool Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get elastic pool metric definitions\",\r\n \"description\": \"Return types of metrics that are available for elastic database pools\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"cpu_percent\",\r\n \"displayName\": \"CPU percentage\",\r\n \"displayDescription\": \"CPU percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"physical_data_read_percent\",\r\n \"displayName\": \"Data IO percentage\",\r\n \"displayDescription\": \"Data IO percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"log_write_percent\",\r\n \"displayName\": \"Log IO percentage\",\r\n \"displayDescription\": \"Log IO percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"dtu_consumption_percent\",\r\n \"displayName\": \"DTU percentage\",\r\n \"displayDescription\": \"DTU percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"storage_percent\",\r\n \"displayName\": \"Storage percentage\",\r\n \"displayDescription\": \"Storage percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"workers_percent\",\r\n \"displayName\": \"Workers percentage\",\r\n \"displayDescription\": \"Workers percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"sessions_percent\",\r\n \"displayName\": \"Sessions percentage\",\r\n \"displayDescription\": \"Sessions percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"eDTU_limit\",\r\n \"displayName\": \"eDTU limit\",\r\n \"displayDescription\": \"eDTU limit\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"storage_limit\",\r\n \"displayName\": \"Storage limit\",\r\n \"displayDescription\": \"Storage limit\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"eDTU_used\",\r\n \"displayName\": \"eDTU used\",\r\n \"displayDescription\": \"eDTU used\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"storage_used\",\r\n \"displayName\": \"Storage used\",\r\n \"displayDescription\": \"Storage used\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"xtp_storage_percent\",\r\n \"displayName\": \"In-Memory OLTP storage percent\",\r\n \"displayDescription\": \"In-Memory OLTP storage percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Elastic Database Pool Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/metrics\",\r\n \"displayName\": \"Elastic Database Pool Metric\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/metrics/read\",\r\n \"displayName\": \"Get elastic pool resource consumption metrics\",\r\n \"description\": \"Return elastic database pool resource utilization metrics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/elasticPoolDatabaseActivity\",\r\n \"displayName\": \"Elastic Pool Database Activity\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/elasticPoolDatabaseActivity/read\",\r\n \"displayName\": \"Get elastic pool database activity\",\r\n \"description\": \"Retrieve activities and details on a given database that is part of elastic database pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/advisors\",\r\n \"displayName\": \"Elastic pool advisor\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/advisors/read\",\r\n \"displayName\": \"Get advisors for an elastic pool\",\r\n \"description\": \"Returns list of advisors available for the elastic pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/advisors/write\",\r\n \"displayName\": \"Update auto-execute status of a elastic pool advisor\",\r\n \"description\": \"Update auto-execute status of an advisor on elastic pool level.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/advisors/recommendedActions\",\r\n \"displayName\": \"Elastic pool recommended action\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/advisors/recommendedActions/read\",\r\n \"displayName\": \"Get recommended actions for an elastic pool\",\r\n \"description\": \"Returns list of recommended actions of specified advisor for the elastic pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/advisors/recommendedActions/write\",\r\n \"displayName\": \"Update elastic pool recommended action state.\",\r\n \"description\": \"Apply the recommended action on the elastic pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/elasticPoolActivity\",\r\n \"displayName\": \"Elastic Database Pool Activity\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/elasticPoolActivity/read\",\r\n \"displayName\": \"Get elastic database pool activity\",\r\n \"description\": \"Retrieve activities and details on a given elastic database pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPools/databases\",\r\n \"displayName\": \"Database\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPools/databases/read\",\r\n \"displayName\": \"Get elastic pool databases\",\r\n \"description\": \"Retrieve list and details of databases that are part of elastic database pool on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/auditingPolicies\",\r\n \"displayName\": \"Default Server Table Auditing Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/auditingPolicies/read\",\r\n \"displayName\": \"Get default server table auditing policy\",\r\n \"description\": \"Retrieve details of the default server table auditing policy configured on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/auditingPolicies/write\",\r\n \"displayName\": \"Set default server table auditing policy\",\r\n \"description\": \"Change the default server table auditing for a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/disasterRecoveryConfiguration/operationResults\",\r\n \"displayName\": \"Server Disaster Recovery Configuration Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration/operationResults/read\",\r\n \"displayName\": \"Retrieve result for Operation Results on a Disaster Recovery Configuration\",\r\n \"description\": \"Get Disaster Recovery Configuration Operation Results\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/advisors\",\r\n \"displayName\": \"Server advisor\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/advisors/read\",\r\n \"displayName\": \"Get advisors for a server\",\r\n \"description\": \"Returns list of advisors available for the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/advisors/write\",\r\n \"displayName\": \"Update auto-execute status of a server advisor\",\r\n \"description\": \"Updates auto-execute status of an advisor on server level.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/advisors/recommendedActions\",\r\n \"displayName\": \"Returns list of recommended actions of specified advisor for the server\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/advisors/recommendedActions/read\",\r\n \"displayName\": \"Get recommended actions of a server\",\r\n \"description\": \"Returns list of recommended actions of specified advisor for the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/advisors/recommendedActions/write\",\r\n \"displayName\": \"Update server recommended action state.\",\r\n \"description\": \"Apply the recommended action on the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/usages\",\r\n \"displayName\": \"Server Usage\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/usages/read\",\r\n \"displayName\": \"Get server usage details\",\r\n \"description\": \"Return server DTU quota and current DTU consuption by all databases within the server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/elasticPoolEstimates\",\r\n \"displayName\": \"Elastic pool estimate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPoolEstimates/read\",\r\n \"displayName\": \"Get elastic pool estimates of a server\",\r\n \"description\": \"Returns list of elastic pool estimates already created for this server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/elasticPoolEstimates/write\",\r\n \"displayName\": \"Create an elastic pool estimate.\",\r\n \"description\": \"Creates new elastic pool estimate for list of databases provided\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/auditingSettings\",\r\n \"displayName\": \"Server Blob Auditing Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/auditingSettings/read\",\r\n \"displayName\": \"Get server blob auditing policy\",\r\n \"description\": \"Retrieve details of the server blob auditing policy configured on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/auditingSettings/write\",\r\n \"displayName\": \"Set server blob auditing policy\",\r\n \"description\": \"Change the server blob auditing for a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/auditingSettings/operationResults\",\r\n \"displayName\": \"Server Blob Auditing Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/auditingSettings/operationResults/read\",\r\n \"displayName\": \"Get server blob auditing operation results\",\r\n \"description\": \"Retrieve result of the server blob auditing policy Set operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/backupLongTermRetentionVaults\",\r\n \"displayName\": \"A backup long term retention vault\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/backupLongTermRetentionVaults/read\",\r\n \"displayName\": \"Read a backup long term retention vault\",\r\n \"description\": \"This operation is used to get a backup long term retention vault. It returns information about the vault registered to this server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/backupLongTermRetentionVaults/write\",\r\n \"displayName\": \"This operation is used to register a backup long term retention vault to a server.\",\r\n \"description\": \"Register a backup long term retention vault\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/restorableDroppedDatabases\",\r\n \"displayName\": \"Restorable Dropped Database\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/restorableDroppedDatabases/read\",\r\n \"displayName\": \"Get list of restorable dropped databases\",\r\n \"description\": \"Retrieve a list of databases that were dropped on a given server that are still within retention policy. This operation returns a list of databases and associated metadata, like date of deletion.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases\",\r\n \"displayName\": \"Database\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/read\",\r\n \"displayName\": \"Get server details\",\r\n \"description\": \"Return a list of servers in a resource group on a subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/write\",\r\n \"displayName\": \"Create new or update existing server\",\r\n \"description\": \"Create a new server or modify properties of existing server in a resource group on a subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/delete\",\r\n \"displayName\": \"Delete existing server\",\r\n \"description\": \"Delete a server and all contained databases and elastic pools\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/export/action\",\r\n \"displayName\": \"Create new database from DacPac\",\r\n \"description\": \"Create a new database on the server and deploy schema and data from a DacPac package\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/VulnerabilityAssessmentScans/action\",\r\n \"displayName\": \"Execute vulnerability assessment database scan\",\r\n \"description\": \"Execute vulnerability assessment database scan.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/pause/action\",\r\n \"displayName\": \"Pause a database\",\r\n \"description\": \"Pause a DataWarehouse edition database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/resume/action\",\r\n \"displayName\": \"Resume a database\",\r\n \"description\": \"Resume a DataWarehouse edition database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/operationResults\",\r\n \"displayName\": \"Database Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/operationResults/read\",\r\n \"displayName\": \"Get status of database operation\",\r\n \"description\": \"Operation is used to track progress of long running database operation, such as scale.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/replicationLinks\",\r\n \"displayName\": \"Database Replication Link\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/read\",\r\n \"displayName\": \"Get database replication links\",\r\n \"description\": \"Return details about replication links established for a particular database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/delete\",\r\n \"displayName\": \"Force-terminate the replication relationship\",\r\n \"description\": \"Terminate the replication relationship forcefully and with potential data loss\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/unlink/action\",\r\n \"displayName\": \"Terminate the replication relationship\",\r\n \"description\": \"Terminate the replication relationship forcefully or after synchronizing with the partner\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/failover/action\",\r\n \"displayName\": \"Failover replication relationship after synchronizing\",\r\n \"description\": \"Failover after synchronizing all changes from the primary, making this database into the replication relationship's primary and making the remote primary into a secondary\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action\",\r\n \"displayName\": \"Failover replication relationship immediately\",\r\n \"description\": \"Failover immediately with potential data loss, making this database into the replication relationship's primary and making the remote primary into a secondary\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/updateReplicationMode/action\",\r\n \"displayName\": \"Update replication mode for link\",\r\n \"description\": \"Update replication mode for link to synchronous or asynchronous mode\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/replicationLinks/operationResults\",\r\n \"displayName\": \"Replication Link Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/replicationLinks/operationResults/read\",\r\n \"displayName\": \"Get status of replication link operations\",\r\n \"description\": \"Get status of long-running operations on database replication links\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/dataMaskingPolicies\",\r\n \"displayName\": \"Database Data Masking Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/dataMaskingPolicies/read\",\r\n \"displayName\": \"Get database data masking policy\",\r\n \"description\": \"Retrieve details of the data masking policy configured on a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/dataMaskingPolicies/write\",\r\n \"displayName\": \"Set database data masking policy\",\r\n \"description\": \"Change data masking policy for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/dataMaskingPolicies/rules\",\r\n \"displayName\": \"Database Data Masking Policy Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules/read\",\r\n \"displayName\": \"Get database data masking policy rule\",\r\n \"description\": \"Retrieve details of the data masking policy rule configured on a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules/write\",\r\n \"displayName\": \"Set database data masking policy rule\",\r\n \"description\": \"Change data masking policy rule for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/securityAlertPolicies\",\r\n \"displayName\": \"Database Threat Detection Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/securityAlertPolicies/read\",\r\n \"displayName\": \"Get database threat detection policy\",\r\n \"description\": \"Retrieve details of the threat detection policy configured on a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/securityAlertPolicies/write\",\r\n \"displayName\": \"Set threat detection auditing policy\",\r\n \"description\": \"Change the threat detection policy for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Database Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get database metric definitions\",\r\n \"description\": \"Return types of metrics that are available for databases\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"cpu_percent\",\r\n \"displayName\": \"CPU percentage\",\r\n \"displayDescription\": \"CPU percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"physical_data_read_percent\",\r\n \"displayName\": \"Data IO percentage\",\r\n \"displayDescription\": \"Data IO percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"log_write_percent\",\r\n \"displayName\": \"Log IO percentage\",\r\n \"displayDescription\": \"Log IO percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"dtu_consumption_percent\",\r\n \"displayName\": \"DTU percentage\",\r\n \"displayDescription\": \"DTU percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"storage\",\r\n \"displayName\": \"Total database size\",\r\n \"displayDescription\": \"Total database size\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\"\r\n },\r\n {\r\n \"name\": \"connection_successful\",\r\n \"displayName\": \"Successful Connections\",\r\n \"displayDescription\": \"Successful Connections\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"connection_failed\",\r\n \"displayName\": \"Failed Connections\",\r\n \"displayDescription\": \"Failed Connections\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"blocked_by_firewall\",\r\n \"displayName\": \"Blocked by Firewall\",\r\n \"displayDescription\": \"Blocked by Firewall\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"deadlock\",\r\n \"displayName\": \"Deadlocks\",\r\n \"displayDescription\": \"Deadlocks\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"storage_percent\",\r\n \"displayName\": \"Database size percentage\",\r\n \"displayDescription\": \"Database size percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\"\r\n },\r\n {\r\n \"name\": \"xtp_storage_percent\",\r\n \"displayName\": \"In-Memory OLTP storage percent\",\r\n \"displayDescription\": \"In-Memory OLTP storage percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"workers_percent\",\r\n \"displayName\": \"Workers percentage\",\r\n \"displayDescription\": \"Workers percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"sessions_percent\",\r\n \"displayName\": \"Sessions percentage\",\r\n \"displayDescription\": \"Sessions percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"dtu_limit\",\r\n \"displayName\": \"DTU Limit\",\r\n \"displayDescription\": \"DTU Limit\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\"\r\n },\r\n {\r\n \"name\": \"dtu_used\",\r\n \"displayName\": \"DTU used\",\r\n \"displayDescription\": \"DTU used\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"metricFilterPattern\": \"^((?!datawarehouse).)*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"dwu_limit\",\r\n \"displayName\": \"DWU limit\",\r\n \"displayDescription\": \"DWU limit\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"metricFilterPattern\": \".*datawarehouse.*$\"\r\n },\r\n {\r\n \"name\": \"dwu_consumption_percent\",\r\n \"displayName\": \"DWU percentage\",\r\n \"displayDescription\": \"DWU percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"metricFilterPattern\": \".*datawarehouse.*$\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"dwu_used\",\r\n \"displayName\": \"DWU used\",\r\n \"displayDescription\": \"DWU used\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"metricFilterPattern\": \".*datawarehouse.*$\",\r\n \"fillGapWithZero\": true\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Database Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"The log definition of databases\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read databases log definitions\",\r\n \"description\": \"Gets the available logs for databases\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"QueryStore\",\r\n \"displayName\": \"Query Store\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/topQueries\",\r\n \"displayName\": \"Database Top Queries\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/topQueries/read\",\r\n \"displayName\": \"Get Top Queries for the database\",\r\n \"description\": \"Returns aggregated runtime statistics for selected query in selected time period\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/topQueries/queryText\",\r\n \"displayName\": \"Database Top Queries query text\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/topQueries/queryText/read\",\r\n \"displayName\": \"Get Database Top Queries query text\",\r\n \"description\": \"Returns the Transact-SQL text for selected query ID\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/topQueries/statistics\",\r\n \"displayName\": \"Database Top Queries Statistics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/topQueries/statistics/read\",\r\n \"displayName\": \"Get Database Top Queries statistics\",\r\n \"description\": \"Returns aggregated runtime statistics for selected query in selected time period\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/connectionPolicies\",\r\n \"displayName\": \"Database Connection Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/connectionPolicies/read\",\r\n \"displayName\": \"Get database connection policy\",\r\n \"description\": \"Retrieve details of the connection policy configured on a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/connectionPolicies/write\",\r\n \"displayName\": \"Set database connection policy\",\r\n \"description\": \"Change connection policy for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/metrics\",\r\n \"displayName\": \"Database Metric\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/metrics/read\",\r\n \"displayName\": \"Get database resource consumption metrics\",\r\n \"description\": \"Return database resource utilization metrics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/auditRecords\",\r\n \"displayName\": \"Database Blob Audit Records\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"displayName\": \"Get database blob audit records\",\r\n \"description\": \"Retrieve the database blob audit records\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/transparentDataEncryption\",\r\n \"displayName\": \"Database Transparent Data Encryption\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/transparentDataEncryption/read\",\r\n \"displayName\": \"Get database transparent data encryption details\",\r\n \"description\": \"Retrieve status and details of transparent data encryption security feature for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/transparentDataEncryption/write\",\r\n \"displayName\": \"Change transparent data encryption state\",\r\n \"description\": \"Enable or disable transparent data encryption for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/transparentDataEncryption/operationResults\",\r\n \"displayName\": \"Database Transparent Data Encryption\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/transparentDataEncryption/operationResults/read\",\r\n \"displayName\": \"Get database transparent data encryption details\",\r\n \"description\": \"Retrieve status and details of transparent data encryption security feature for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/auditingPolicies\",\r\n \"displayName\": \"Database Table Auditing Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/auditingPolicies/read\",\r\n \"displayName\": \"Get database table auditing policy\",\r\n \"description\": \"Retrieve details of the table auditing policy configured on a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/auditingPolicies/write\",\r\n \"displayName\": \"Set database table auditing policy\",\r\n \"description\": \"Change the table auditing policy for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/dataWarehouseQueries\",\r\n \"displayName\": \"Data Warehouse Query\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/dataWarehouseQueries/read\",\r\n \"displayName\": \"Get details about data warehouse query\",\r\n \"description\": \"Returns the data warehouse distribution query information for selected query ID\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/dataWarehouseQueries/dataWarehouseQuerySteps\",\r\n \"displayName\": \"Data Warehouse Query Step\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/dataWarehouseQueries/dataWarehouseQuerySteps/read\",\r\n \"displayName\": \"Get details about data warehouse query step\",\r\n \"description\": \"Returns the distributed query step information of data warehouse query for selected step ID\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/serviceTierAdvisors\",\r\n \"displayName\": \"Database Service Tier Advisor\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/serviceTierAdvisors/read\",\r\n \"displayName\": \"Get recommended database performance level\",\r\n \"description\": \"Return suggestion about scaling database up or down based on query execution statistics to improve performance or reduce cost\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/advisors\",\r\n \"displayName\": \"Database advisor\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/advisors/read\",\r\n \"displayName\": \"Get advisors for a database\",\r\n \"description\": \"Returns list of advisors available for the database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/advisors/write\",\r\n \"displayName\": \"Update auto-execute status of a database advisor\",\r\n \"description\": \"Update auto-execute status of an advisor on database level.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/advisors/recommendedActions\",\r\n \"displayName\": \"Database recommended action\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/advisors/recommendedActions/read\",\r\n \"displayName\": \"Get recommended actions for a database\",\r\n \"description\": \"Returns list of recommended actions of specified advisor for the database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/advisors/recommendedActions/write\",\r\n \"displayName\": \"Update database recommended action state.\",\r\n \"description\": \"Apply the recommended action on the database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/usages\",\r\n \"displayName\": \"Database Usage\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/usages/read\",\r\n \"displayName\": \"Get database usage details\",\r\n \"description\": \"Return database maxiumum size that can be reached and current size occupied by data\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/queryStore\",\r\n \"displayName\": \"Query Store settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/queryStore/read\",\r\n \"displayName\": \"Get Query Store settings\",\r\n \"description\": \"Returns current values of Query Store settings for the database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/queryStore/write\",\r\n \"displayName\": \"Update Query Store settings\",\r\n \"description\": \"Updates Query Store setting for the database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/auditingSettings\",\r\n \"displayName\": \"Database Blob Auditing Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/auditingSettings/read\",\r\n \"displayName\": \"Get database blob auditing policy\",\r\n \"description\": \"Retrieve details of the blob auditing policy configured on a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/auditingSettings/write\",\r\n \"displayName\": \"Set database blob auditing policy\",\r\n \"description\": \"Change the blob auditing policy for a given database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/schemas/tables/recommendedIndexes\",\r\n \"displayName\": \"Recommended Index\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/schemas/tables/recommendedIndexes/read\",\r\n \"displayName\": \"Get list of index recommendations\",\r\n \"description\": \"Retrieve list of index recommendations on a database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/schemas/tables/recommendedIndexes/write\",\r\n \"displayName\": \"Update Recommended Index State\",\r\n \"description\": \"Apply index recommendation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/schemas/tables/columns\",\r\n \"displayName\": \"Database table column\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"displayName\": \"Get columns\",\r\n \"description\": \"Retrieve list of columns of a table\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/missingindexes\",\r\n \"displayName\": \"Database Index Advisor\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/missingindexes/read\",\r\n \"displayName\": \"Get recommended database indexes\",\r\n \"description\": \"Return suggestions about database indexes to create, modify or delete in order to improve query performance\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/missingindexes/write\",\r\n \"displayName\": \"Apply recommended database index\",\r\n \"description\": \"Use database index recommendation in a particular database\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/databases/importExportOperationResults\",\r\n \"displayName\": \"Database Import/Export Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/databases/importExportOperationResults/read\",\r\n \"displayName\": \"Get details about database import or export operation on the server\",\r\n \"description\": \"Return details about database import or export operation from DacPac located in storage account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/importExportOperationResults\",\r\n \"displayName\": \"Server Database Import Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Sql/servers/importExportOperationResults/read\",\r\n \"displayName\": \"Get details about database import operation on the server\",\r\n \"description\": \"Return the list with details for database import operations from storage account on a given server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Sql\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Sql\"\r\n },\r\n {\r\n \"displayName\": \"Lombiq.DotNest\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Lombiq.DotNest/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preference\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Lombiq.DotNest/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read Any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"sites\",\r\n \"displayName\": \"sites\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Lombiq.DotNest/sites/read\",\r\n \"displayName\": \"Read sites\",\r\n \"description\": \"Read any sites\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Lombiq.DotNest/sites/write\",\r\n \"displayName\": \"Create or Update sites\",\r\n \"description\": \"Create or Update any sites\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Lombiq.DotNest/sites/delete\",\r\n \"displayName\": \"Delete sites\",\r\n \"description\": \"Deletes any sites\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Lombiq.DotNest/sites/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any sites Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Lombiq.DotNest/sites/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any sites Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Lombiq.DotNest/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Lombiq.DotNest\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Lombiq.DotNest\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft.ContentModerator\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContentModerator/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication\",\r\n \"description\": \"Update communication preference\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContentModerator/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication\",\r\n \"description\": \"List communication preference\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"applications\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContentModerator/applications/read\",\r\n \"displayName\": \"Get Resource\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContentModerator/applications/write\",\r\n \"displayName\": \"Get Resource\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContentModerator/applications/write\",\r\n \"displayName\": \"Create/Update Resource\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContentModerator/applications/delete\",\r\n \"displayName\": \"Delete Resource\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContentModerator/applications/listSecrets/action\",\r\n \"displayName\": \"Get Secrets\",\r\n \"description\": \"List Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContentModerator/applications/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContentModerator/operations/read\",\r\n \"displayName\": \"List Operations\",\r\n \"description\": \"read operations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ContentModerator\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ContentModerator\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Azure Customer Insights\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"hubs\",\r\n \"displayName\": \"Azure Customer Insights Hubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/read\",\r\n \"displayName\": \"Read Azure Customer Insights Hub\",\r\n \"description\": \"Read any Azure Customer Insights Hub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Hub\",\r\n \"description\": \"Create or Update any Azure Customer Insights Hub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights Hub\",\r\n \"description\": \"Delete any Azure Customer Insights Hub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Microsoft Azure Customer Insights Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read resource metric definitions\",\r\n \"description\": \"Gets the available metrics for resource\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"ServiceSpecification\": {\r\n \"MetricSpecifications\": [\r\n {\r\n \"AggregationType\": \"Total\",\r\n \"Availabilities\": [\r\n {\r\n \"BlobDuration\": \"PT1H\",\r\n \"TimeGrain\": \"PT1M\"\r\n },\r\n {\r\n \"BlobDuration\": \"P1D\",\r\n \"TimeGrain\": \"PT1H\"\r\n },\r\n {\r\n \"BlobDuration\": \"P7D\",\r\n \"TimeGrain\": \"P1D\"\r\n }\r\n ],\r\n \"DisplayName\": \"CustomerInsightsApiCalls\",\r\n \"Name\": \"CustomerInsightsApiCalls\",\r\n \"Unit\": \"Count\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Microsoft Azure Customer Insights Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Diagnostic setting read\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Diagnostic setting write\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Microsoft Azure Customer Insights Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read resource log definitions\",\r\n \"description\": \"Gets the available logs for resource\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"ServiceSpecification\": {\r\n \"LogSpecifications\": [\r\n {\r\n \"BlobDuration\": \"PT1H\",\r\n \"DisplayName\": \"AuditEvents\",\r\n \"Name\": \"AuditEvents\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/authorizationPolicies\",\r\n \"displayName\": \"Azure Customer Insights Shared Access Signature Policies\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/authorizationPolicies/read\",\r\n \"displayName\": \"Read Azure Customer Insights Shared Access Signature Policy\",\r\n \"description\": \"Read any Azure Customer Insights Shared Access Signature Policy\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/authorizationPolicies/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Shared Access Signature Policy\",\r\n \"description\": \"Create or Update any Azure Customer Insights Shared Access Signature Policy\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/authorizationPolicies/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights Shared Access Signature Policy\",\r\n \"description\": \"Delete any Azure Customer Insights Shared Access Signature Policy\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/authorizationPolicies/regeneratePrimaryKey/action\",\r\n \"displayName\": \"Regenerate Azure Customer Insights Shared Access Signature Policy primary key\",\r\n \"description\": \"Regenerate Azure Customer Insights Shared Access Signature Policy primary key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/authorizationPolicies/regenerateSecondaryKey/action\",\r\n \"displayName\": \"Regenerate Azure Customer Insights Shared Access Signature Policy secondary key\",\r\n \"description\": \"Regenerate Azure Customer Insights Shared Access Signature Policy secondary key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/profiles\",\r\n \"displayName\": \"Azure Customer Insights Profiles\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/profiles/read\",\r\n \"displayName\": \"Read Azure Customer Insights Profile\",\r\n \"description\": \"Read any Azure Customer Insights Profile\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/profiles/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Profile\",\r\n \"description\": \"Write any Azure Customer Insights Profile\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/kpi\",\r\n \"displayName\": \"Create or Update Customer Insights Key Performance Indicators\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/kpi/read\",\r\n \"displayName\": \"Read Azure Customer Insights Key Performance Indicator\",\r\n \"description\": \"Read any Azure Customer Insights Key Performance Indicator\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/kpi/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Key Performance Indicator\",\r\n \"description\": \"Create or Update any Azure Customer Insights Key Performance Indicator\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/kpi/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights Key Performance Indicator\",\r\n \"description\": \"Delete any Azure Customer Insights Key Performance Indicator\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/views\",\r\n \"displayName\": \"Azure Customer Insights App Views\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/views/read\",\r\n \"displayName\": \"Read Azure Customer Insights App View\",\r\n \"description\": \"Read any Azure Customer Insights App View\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/views/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights App View\",\r\n \"description\": \"Create or Update any Azure Customer Insights App View\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/views/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights App View\",\r\n \"description\": \"Delete any Azure Customer Insights App View\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/interactions\",\r\n \"displayName\": \"Azure Customer Insights Interactions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/interactions/read\",\r\n \"displayName\": \"Read Azure Customer Insights Interaction\",\r\n \"description\": \"Read any Azure Customer Insights Interaction\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/interactions/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Interaction\",\r\n \"description\": \"Create or Update any Azure Customer Insights Interaction\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/roleAssignments\",\r\n \"displayName\": \"Azure Customer Insights Rbac Assignments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/roleAssignments/read\",\r\n \"displayName\": \"Read Azure Customer Insights Rbac Assignment\",\r\n \"description\": \"Read any Azure Customer Insights Rbac Assignment\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/roleAssignments/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Rbac Assignment\",\r\n \"description\": \"Create or Update any Azure Customer Insights Rbac Assignment\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/roleAssignments/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights Rbac Assignment\",\r\n \"description\": \"Delete any Azure Customer Insights Rbac Assignment\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/connectors\",\r\n \"displayName\": \"Azure Customer Insights Connectors\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/connectors/read\",\r\n \"displayName\": \"Read Azure Customer Insights Connector\",\r\n \"description\": \"Read any Azure Customer Insights Connector\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/connectors/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Connector\",\r\n \"description\": \"Create or Update any Azure Customer Insights Connector\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/connectors/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights Connector\",\r\n \"description\": \"Delete any Azure Customer Insights Connector\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hubs/connectors/mappings\",\r\n \"displayName\": \"Azure Customer Insights Connector Mappings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/connectors/mappings/read\",\r\n \"displayName\": \"Read Azure Customer Insights Connector Mapping\",\r\n \"description\": \"Read any Azure Customer Insights Connector Mapping\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/connectors/mappings/write\",\r\n \"displayName\": \"Create or Update Azure Customer Insights Connector Mapping\",\r\n \"description\": \"Create or Update any Azure Customer Insights Connector Mapping\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomerInsights/hubs/connectors/mappings/delete\",\r\n \"displayName\": \"Delete Azure Customer Insights App View\",\r\n \"description\": \"Delete any Azure Customer Insights Connector Mapping\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.CustomerInsights\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.CustomerInsights\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft DB for PostgreSQL\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"servers\",\r\n \"displayName\": \"PostgreSQL Server\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/read\",\r\n \"displayName\": \"List/Get PostgreSQL Servers\",\r\n \"description\": \"Return the list of servers or gets the properties for the specified server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/write\",\r\n \"displayName\": \"Create/Update PostgreSQL Server\",\r\n \"description\": \"Creates a server with the specified parameters or update the properties or tags for the specified server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/delete\",\r\n \"displayName\": \"Delete PostgreSQL Server\",\r\n \"description\": \"Deletes an existing server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Database Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get database metric definitions\",\r\n \"description\": \"Return types of metrics that are available for databases\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"cpu_percent\",\r\n \"displayName\": \"CPU percent\",\r\n \"displayDescription\": \"CPU percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"compute_limit\",\r\n \"displayName\": \"Compute Unit limit\",\r\n \"displayDescription\": \"Compute Unit limit\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"compute_consumption_percent\",\r\n \"displayName\": \"Compute Unit percentage\",\r\n \"displayDescription\": \"Compute Unit percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"memory_percent\",\r\n \"displayName\": \"Memory percent\",\r\n \"displayDescription\": \"Memory percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"io_consumption_percent\",\r\n \"displayName\": \"IO percent\",\r\n \"displayDescription\": \"IO percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"storage_percent\",\r\n \"displayName\": \"Storage percentage\",\r\n \"displayDescription\": \"Storage percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"storage_used\",\r\n \"displayName\": \"Storage used\",\r\n \"displayDescription\": \"Storage used\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"storage_limit\",\r\n \"displayName\": \"Storage limit\",\r\n \"displayDescription\": \"Storage limit\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"active_connections\",\r\n \"displayName\": \"Total active connections\",\r\n \"displayDescription\": \"Total active connections\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"connections_failed\",\r\n \"displayName\": \"Total failed connections\",\r\n \"displayDescription\": \"Total failed connections\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Database Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the disagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/firewallRules\",\r\n \"displayName\": \"Firewall Rules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/firewallRules/read\",\r\n \"displayName\": \"List/Get Firewall Rules\",\r\n \"description\": \"Return the list of firewall rules for a server or gets the properties for the specified firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/firewallRules/write\",\r\n \"displayName\": \"Create/Update Firewall Rule\",\r\n \"description\": \"Creates a firewall rule with the specified parameters or update an existing rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/firewallRules/delete\",\r\n \"displayName\": \"Delete Firewall Rule\",\r\n \"description\": \"Deletes an existing firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"performanceTiers\",\r\n \"displayName\": \"Performance Tiers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/performanceTiers/read\",\r\n \"displayName\": \"List Performance Tiers\",\r\n \"description\": \"Returns the list of Performance Tiers available.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/performanceTiers\",\r\n \"displayName\": \"Performance Tiers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/locations/performanceTiers/read\",\r\n \"displayName\": \"List Performance Tiers\",\r\n \"description\": \"Returns the list of Performance Tiers available.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DBforPostgreSQL\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DBforPostgreSQL\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Devices\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/register/action\",\r\n \"displayName\": \"Register Resource Provider\",\r\n \"description\": \"Register the subscription for the IotHub resource provider and enables the creation of IotHub resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/checkNameAvailability/Action\",\r\n \"displayName\": \"Check If IotHub name is available\",\r\n \"description\": \"Check If IotHub name is available\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"usages\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/usages/Read\",\r\n \"displayName\": \"Get Subscription Usages\",\r\n \"description\": \"Get subscription usage details for this provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/operations/Read\",\r\n \"displayName\": \"Get All ResourceProvider Operations\",\r\n \"description\": \"Get All ResourceProvider Operations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/Read\",\r\n \"displayName\": \"Get IotHub(s)\",\r\n \"description\": \"Gets the IotHub resource(s)\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/Write\",\r\n \"displayName\": \"Create or update IotHub Resource\",\r\n \"description\": \"Create or update IotHub Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/Delete\",\r\n \"displayName\": \"Delete IotHub Resource\",\r\n \"description\": \"Delete IotHub Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/listkeys/Action\",\r\n \"displayName\": \"Get all IotHub Keys\",\r\n \"description\": \"Get all IotHub Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/exportDevices/Action\",\r\n \"displayName\": \"Export Devices\",\r\n \"description\": \"Export Devices\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/importDevices/Action\",\r\n \"displayName\": \"Import Devices\",\r\n \"description\": \"Import Devices\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"IotHubs/metricDefinitions\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/metricDefinitions/read\",\r\n \"displayName\": \"Read IotHub service metric definitions\",\r\n \"description\": \"Gets the available metrics for the IotHub service\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"d2c.telemetry.ingress.allProtocol\",\r\n \"displayName\": \"Telemetry message send attempts\",\r\n \"displayDescription\": \"Number of device-to-cloud telemetry messages attempted to be sent to your IoT hub\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.ingress.success\",\r\n \"displayName\": \"Telemetry messages sent\",\r\n \"displayDescription\": \"Number of device-to-cloud telemetry messages sent successfully to your IoT hub\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.commands.egress.complete.success\",\r\n \"displayName\": \"Commands completed\",\r\n \"displayDescription\": \"Number of cloud-to-device commands completed successfully by the device\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.commands.egress.abandon.success\",\r\n \"displayName\": \"Commands abandoned\",\r\n \"displayDescription\": \"Number of cloud-to-device commands abandoned by the device\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.commands.egress.reject.success\",\r\n \"displayName\": \"Commands rejected\",\r\n \"displayDescription\": \"Number of cloud-to-device commands rejected by the device\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"devices.totalDevices\",\r\n \"displayName\": \"Total devices\",\r\n \"displayDescription\": \"Number of devices registered to your IoT hub\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"devices.connectedDevices.allProtocol\",\r\n \"displayName\": \"Connected devices\",\r\n \"displayDescription\": \"Number of devices connected to your IoT hub\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.egress.success\",\r\n \"displayName\": \"Telemetry messages delivered\",\r\n \"displayDescription\": \"Number of times messages were successfully written to endpoints (total)\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.egress.dropped\",\r\n \"displayName\": \"Dropped messages\",\r\n \"displayDescription\": \"Number of messages dropped because the delivery endpoint was dead\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.egress.orphaned\",\r\n \"displayName\": \"Orphaned messages\",\r\n \"displayDescription\": \"The count of messages not matching any routes including the fallback route\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.egress.invalid\",\r\n \"displayName\": \"Invalid messages\",\r\n \"displayDescription\": \"The count of messages not delivered due to incompatibility with the endpoint\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.egress.fallback\",\r\n \"displayName\": \"Messages matching fallback condition\",\r\n \"displayDescription\": \"Number of messages written to the fallback endpoint\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.egress.eventHubs\",\r\n \"displayName\": \"Messages delivered to Event Hub endpoints\",\r\n \"displayDescription\": \"Number of times messages were successfully written to Event Hub endpoints\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.latency.eventHubs\",\r\n \"displayName\": \"Message latency for Event Hub endpoints\",\r\n \"displayDescription\": \"The average latency between message ingress to the IoT hub and message ingress into an Event Hub endpoint, in milliseconds\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.egress.serviceBusQueues\",\r\n \"displayName\": \"Messages delivered to Service Bus Queue endpoints\",\r\n \"displayDescription\": \"Number of times messages were successfully written to Service Bus Queue endpoints\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.latency.serviceBusQueues\",\r\n \"displayName\": \"Message latency for Service Bus Queue endpoints\",\r\n \"displayDescription\": \"The average latency between message ingress to the IoT hub and message ingress into a Service Bus Queue endpoint, in milliseconds\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.egress.serviceBusTopics\",\r\n \"displayName\": \"Messages delivered to Service Bus Topic endpoints\",\r\n \"displayDescription\": \"Number of times messages were successfully written to Service Bus Topic endpoints\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.latency.serviceBusTopics\",\r\n \"displayName\": \"Message latency for Service Bus Topic endpoints\",\r\n \"displayDescription\": \"The average latency between message ingress to the IoT hub and message ingress into a Service Bus Topic endpoint, in milliseconds\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.egress.builtIn.events\",\r\n \"displayName\": \"Messages delivered to the built-in endpoint (messages/events)\",\r\n \"displayDescription\": \"Number of times messages were successfully written to the built-in endpoint (messages/events)\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.endpoints.latency.builtIn.events\",\r\n \"displayName\": \"Message latency for the built-in endpoint (messages/events)\",\r\n \"displayDescription\": \"The average latency between message ingress to the IoT hub and message ingress into the built-in endpoint (messages/events), in milliseconds \",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.twin.read.success\",\r\n \"displayName\": \"Successful twin reads from devices\",\r\n \"displayDescription\": \"The count of all successful device-initiated twin reads.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.twin.read.failure\",\r\n \"displayName\": \"Failed twin reads from devices\",\r\n \"displayDescription\": \"The count of all failed device-initiated twin reads.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.twin.read.size\",\r\n \"displayName\": \"Response size of twin reads from devices\",\r\n \"displayDescription\": \"The average, min, and max of all successful device-initiated twin reads.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.twin.update.success\",\r\n \"displayName\": \"Successful twin updates from devices\",\r\n \"displayDescription\": \"The count of all successful device-initiated twin updates.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.twin.update.failure\",\r\n \"displayName\": \"Failed twin updates from devices\",\r\n \"displayDescription\": \"The count of all failed device-initiated twin updates.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.twin.update.size\",\r\n \"displayName\": \"Size of twin updates from devices\",\r\n \"displayDescription\": \"The average, min, and max size of all successful device-initiated twin updates.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.methods.success\",\r\n \"displayName\": \"Successful direct method invocations\",\r\n \"displayDescription\": \"The count of all successful direct method calls.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.methods.failure\",\r\n \"displayName\": \"Failed direct method invocations\",\r\n \"displayDescription\": \"The count of all failed direct method calls.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.methods.requestSize\",\r\n \"displayName\": \"Request size of direct method invocations\",\r\n \"displayDescription\": \"The average, min, and max of all successful direct method requests.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.methods.responseSize\",\r\n \"displayName\": \"Response size of direct method invocations\",\r\n \"displayDescription\": \"The average, min, and max of all successful direct method responses.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.twin.read.success\",\r\n \"displayName\": \"Successful twin reads from back end\",\r\n \"displayDescription\": \"The count of all successful back-end-initiated twin reads.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.twin.read.failure\",\r\n \"displayName\": \"Failed twin reads from back end\",\r\n \"displayDescription\": \"The count of all failed back-end-initiated twin reads.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.twin.read.size\",\r\n \"displayName\": \"Response size of twin reads from back end\",\r\n \"displayDescription\": \"The average, min, and max of all successful back-end-initiated twin reads.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.twin.update.success\",\r\n \"displayName\": \"Successful twin updates from back end\",\r\n \"displayDescription\": \"The count of all successful back-end-initiated twin updates.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.twin.update.failure\",\r\n \"displayName\": \"Failed twin updates from back end\",\r\n \"displayDescription\": \"The count of all failed back-end-initiated twin updates.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.twin.update.size\",\r\n \"displayName\": \"Size of twin updates from back end\",\r\n \"displayDescription\": \"The average, min, and max size of all successful back-end-initiated twin updates.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"twinQueries.success\",\r\n \"displayName\": \"Successful twin queries\",\r\n \"displayDescription\": \"The count of all successful twin queries.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"twinQueries.failure\",\r\n \"displayName\": \"Failed twin queries\",\r\n \"displayDescription\": \"The count of all failed twin queries.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"twinQueries.resultSize\",\r\n \"displayName\": \"Twin queries result size\",\r\n \"displayDescription\": \"The average, min, and max of the result size of all successful twin queries.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.createTwinUpdateJob.success\",\r\n \"displayName\": \"Successful creations of twin update jobs\",\r\n \"displayDescription\": \"The count of all successful creation of twin update jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.createTwinUpdateJob.failure\",\r\n \"displayName\": \"Failed creations of twin update jobs\",\r\n \"displayDescription\": \"The count of all failed creation of twin update jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.createDirectMethodJob.success\",\r\n \"displayName\": \"Successful creations of method invocation jobs\",\r\n \"displayDescription\": \"The count of all successful creation of direct method invocation jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.createDirectMethodJob.failure\",\r\n \"displayName\": \"Failed creations of method invocation jobs\",\r\n \"displayDescription\": \"The count of all failed creation of direct method invocation jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.listJobs.success\",\r\n \"displayName\": \"Successful calls to list jobs\",\r\n \"displayDescription\": \"The count of all successful calls to list jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.listJobs.failure\",\r\n \"displayName\": \"Failed calls to list jobs\",\r\n \"displayDescription\": \"The count of all failed calls to list jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.cancelJob.success\",\r\n \"displayName\": \"Successful job cancellations\",\r\n \"displayDescription\": \"The count of all successful calls to cancel a job.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.cancelJob.failure\",\r\n \"displayName\": \"Failed job cancellations\",\r\n \"displayDescription\": \"The count of all failed calls to cancel a job.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.queryJobs.success\",\r\n \"displayName\": \"Successful job queries\",\r\n \"displayDescription\": \"The count of all successful calls to query jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.queryJobs.failure\",\r\n \"displayName\": \"Failed job queries\",\r\n \"displayDescription\": \"The count of all failed calls to query jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.completed\",\r\n \"displayName\": \"Completed jobs\",\r\n \"displayDescription\": \"The count of all completed jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobs.failed\",\r\n \"displayName\": \"Failed jobs\",\r\n \"displayDescription\": \"The count of all failed jobs.\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.telemetry.ingress.sendThrottle\",\r\n \"displayName\": \"Number of throttling errors\",\r\n \"displayDescription\": \"Number of throttling errors due to device throughput throttles\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dailyMessageQuotaUsed\",\r\n \"displayName\": \"Total number of messages used\",\r\n \"displayDescription\": \"Number of total messages used today\",\r\n \"fillGapWithZero\": true,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/iotHubKeys\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/iotHubKeys/listkeys/Action\",\r\n \"displayName\": \"Get IotHub Key for the given name\",\r\n \"description\": \"Get IotHub Key for the given name\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/iotHubStats\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/iotHubStats/Read\",\r\n \"displayName\": \"Get IotHub Statistics\",\r\n \"description\": \"Get IotHub Statistics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/quotaMetrics\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/quotaMetrics/Read\",\r\n \"displayName\": \"Get Quota Metrics\",\r\n \"description\": \"Get Quota Metrics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/eventHubEndpoints/consumerGroups\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/eventHubEndpoints/consumerGroups/Write\",\r\n \"displayName\": \"Create EventHub Consumer Group\",\r\n \"description\": \"Create EventHub Consumer Group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/eventHubEndpoints/consumerGroups/Read\",\r\n \"displayName\": \"Get EventHub Consumer Group(s)\",\r\n \"description\": \"Get EventHub Consumer Group(s)\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/eventHubEndpoints/consumerGroups/Delete\",\r\n \"displayName\": \"Delete EventHub Consumer Group\",\r\n \"description\": \"Delete EventHub Consumer Group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/routing/routes\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/routing/routes/$testall/Action\",\r\n \"displayName\": \"Routing Rule Test All\",\r\n \"description\": \"Test a message against all existing Routes\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/routing/routes/$testnew/Action\",\r\n \"displayName\": \"Routing Rule Test Route\",\r\n \"description\": \"Test a message against a provided test Route\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"IotHubs/diagnosticSettings\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/diagnosticSettings/read\",\r\n \"displayName\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/diagnosticSettings/write\",\r\n \"displayName\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/skus\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/skus/Read\",\r\n \"displayName\": \"Get valid IotHub Skus\",\r\n \"description\": \"Get valid IotHub Skus\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/jobs\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/jobs/Read\",\r\n \"displayName\": \"Get the Job(s) on IotHub\",\r\n \"description\": \"Get Job(s) details submitted on given IotHub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"iotHubs/routingEndpointsHealth\",\r\n \"displayName\": \"IotHubs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Devices/iotHubs/routingEndpointsHealth/Read\",\r\n \"displayName\": \"Get Endpoint Health\",\r\n \"description\": \"Gets the health of all routing Endpoints for an IotHub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Devices\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Devices\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Operations Management\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationsManagement/register/action\",\r\n \"displayName\": \"Register a subscription to a resource provider.\",\r\n \"description\": \"Register a subscription to a resource provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"solutions\",\r\n \"displayName\": \"Solution\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationsManagement/solutions/write\",\r\n \"displayName\": \"Create new OMS solution\",\r\n \"description\": \"Create new OMS solution\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationsManagement/solutions/read\",\r\n \"displayName\": \"Get existing OMS solution\",\r\n \"description\": \"Get exiting OMS solution\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationsManagement/solutions/delete\",\r\n \"displayName\": \"Delete existing OMS solution\",\r\n \"description\": \"Delete existing OMS solution\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.OperationsManagement\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.OperationsManagement\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft DataLakeAnalytics\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/read\",\r\n \"displayName\": \"Get DataLakeAnalytics Account\",\r\n \"description\": \"Get information about the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/write\",\r\n \"displayName\": \"Create or update DataLakeAnalytics Account\",\r\n \"description\": \"Create or update the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/delete\",\r\n \"displayName\": \"Delete DataLakeAnalytics Account\",\r\n \"description\": \"Delete the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get DataLakeAnalytics Account metric definitions\",\r\n \"description\": \"Get the available metrics for the DataLakeAnalytics account.\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Diagnostic Setting\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get DataLakeAnalytics Account diagnostic settings\",\r\n \"description\": \"Get the diagnostic settings for the DataLakeAnalytics account.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Create or update DataLakeAnalytics Account diagnostic settings\",\r\n \"description\": \"Create or update the diagnostic settings for the DataLakeAnalytics account.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get DataLakeAnalytics Account log definitions\",\r\n \"description\": \"Get the available logs for the DataLakeAnalytics account.\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"Audit\",\r\n \"displayName\": \"Audit Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"Requests\",\r\n \"displayName\": \"Request Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/firewallRules\",\r\n \"displayName\": \"Firewall Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules/read\",\r\n \"displayName\": \"Get Firewall Rule\",\r\n \"description\": \"Get information about a firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules/write\",\r\n \"displayName\": \"Add Firewall Rule\",\r\n \"description\": \"Create or update a firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules/delete\",\r\n \"displayName\": \"Delete Firewall Rule\",\r\n \"description\": \"Delete a firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/storageAccounts\",\r\n \"displayName\": \"Storage Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/read\",\r\n \"displayName\": \"Get Linked Storage Account\",\r\n \"description\": \"Get linked Storage account for the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/write\",\r\n \"displayName\": \"Link Storage Account\",\r\n \"description\": \"Link a Storage account to the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/delete\",\r\n \"displayName\": \"Unlink Storage Account\",\r\n \"description\": \"Unlink a Storage account from the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/storageAccounts/Containers\",\r\n \"displayName\": \"Container\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Containers/read\",\r\n \"displayName\": \"Get Storage Container\",\r\n \"description\": \"Get Containers under the Storage account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Containers/listSasTokens/action\",\r\n \"displayName\": \"List SAS tokens\",\r\n \"description\": \"List SAS Tokens for the Storage container\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/dataLakeStoreAccounts\",\r\n \"displayName\": \"DataLakeStore Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/read\",\r\n \"displayName\": \"Get Linked DataLakeStore Account\",\r\n \"description\": \"Get linked DataLakeStore account for the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/write\",\r\n \"displayName\": \"Link DataLakeStore Account\",\r\n \"description\": \"Link a DataLakeStore account to the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/delete\",\r\n \"displayName\": \"Unlink DataLakeStore Account\",\r\n \"description\": \"Unlink a DataLakeStore account from the DataLakeAnalytics account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DataLakeAnalytics\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DataLakeAnalytics\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft API Management\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/checkNameAvailability/action\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"description\": \"Checks if provided service name is available\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/register/action\",\r\n \"displayName\": \"Register Microsoft.ApiManagement resource provider\",\r\n \"description\": \"Register subscription for Microsoft.ApiManagement resource provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/unregister/action\",\r\n \"displayName\": \"Un-register Microsoft.ApiManagement resource provider\",\r\n \"description\": \"Un-register subscription for Microsoft.ApiManagement resource provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"service\",\r\n \"displayName\": \"Service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/write\",\r\n \"displayName\": \"Create a new instance of API Management Service\",\r\n \"description\": \"Create a new instance of API Management Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/read\",\r\n \"displayName\": \"Read metadata for an API Management Service instance\",\r\n \"description\": \"Read metadata for an API Management Service instance\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/delete\",\r\n \"displayName\": \"Delete API Management Service instance\",\r\n \"description\": \"Delete API Management Service instance\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"displayName\": \"Update domain names\",\r\n \"description\": \"Setup, update or remove custom domain names for an API Management Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/uploadcertificate/action\",\r\n \"displayName\": \"Upload SSL certificate\",\r\n \"description\": \"Upload SSL certificate for an API Management Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backup/action\",\r\n \"displayName\": \"Backup API Management Service\",\r\n \"description\": \"Backup API Management Service to the specified container in a user provided storage account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/restore/action\",\r\n \"displayName\": \"Restore API Management Service\",\r\n \"description\": \"Restore API Management Service from the specified container in a user provided storage account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"displayName\": \"Manage Service Deployments\",\r\n \"description\": \"Change SKU/units, add/remove regional deployments of API Management Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/getssotoken/action\",\r\n \"displayName\": \"Get SSO token\",\r\n \"description\": \"Gets SSO token that can be used to login into API Management Service Legacy portal as an administrator\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/applynetworkconfigurationupdates/action\",\r\n \"displayName\": \"Apply Network Configuration Updates\",\r\n \"description\": \"Updates the Microsoft.ApiManagement resources running in Virtual Network to pick updated Network Settings.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/operationresults\",\r\n \"displayName\": \"Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/operationresults/read\",\r\n \"displayName\": \"Get long running operation result\",\r\n \"description\": \"Gets current status of long running operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of API Management service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read API Management service metric definitions\",\r\n \"description\": \"Gets the available metrics for API Management service\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"TotalRequests\",\r\n \"displayName\": \"Total Gateway Requests\",\r\n \"displayDescription\": \"Number of gateway requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"SuccessfulRequests\",\r\n \"displayName\": \"Successful Gateway Requests\",\r\n \"displayDescription\": \"Number of successful gateway requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"UnauthorizedRequests\",\r\n \"displayName\": \"Unauthorized Gateway Requests\",\r\n \"displayDescription\": \"Number of unauthorized gateway requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"FailedRequests\",\r\n \"displayName\": \"Failed Gateway Requests\",\r\n \"displayDescription\": \"Number of failures in gateway requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"OtherRequests\",\r\n \"displayName\": \"Other Gateway Requests\",\r\n \"displayDescription\": \"Number of other gateway requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\"\r\n }\r\n ],\r\n \"logSpecifications\": null\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for API Management service\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for API Management service\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"The log definition of API Management service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read API Management service log definitions\",\r\n \"description\": \"Gets the available logs for API Management service\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": null,\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"GatewayLogs\",\r\n \"displayName\": \"Logs related to ApiManagement Gateway\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/networkStatus\",\r\n \"displayName\": \"Network Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/networkStatus/read\",\r\n \"displayName\": \"Get Network status\",\r\n \"description\": \"Gets the network access status of resources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/loggers\",\r\n \"displayName\": \"Loggers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/read\",\r\n \"displayName\": \"Get loggers list or Get logger details\",\r\n \"description\": \"Get list of loggers or Get details of logger\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/write\",\r\n \"displayName\": \"Add logger or Update logger\",\r\n \"description\": \"Add new logger or Update existing logger details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/delete\",\r\n \"displayName\": \"Remove logger\",\r\n \"description\": \"Remove existing logger\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/users\",\r\n \"displayName\": \"User accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/read\",\r\n \"displayName\": \"Get users list or Get user details\",\r\n \"description\": \"Get a list of registered users or Get account details of a user\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/write\",\r\n \"displayName\": \"Register new user or Update user\",\r\n \"description\": \"Register a new user or Update account details of an existing user\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/delete\",\r\n \"displayName\": \"Remove user\",\r\n \"description\": \"Remove user account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/token/action\",\r\n \"displayName\": \"Get token\",\r\n \"description\": \"Get token access token for a user\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/generateSsoUrl/action\",\r\n \"displayName\": \"Generage SSO URL\",\r\n \"description\": \"Generate SSO URL. The URL can be used to access admin portal\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/users/subscriptions\",\r\n \"displayName\": \"User subscriptions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/subscriptions/read\",\r\n \"displayName\": \"Get user subscriptions list\",\r\n \"description\": \"Get list of user subscriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/users/keys\",\r\n \"displayName\": \"Shared access key set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/keys/read\",\r\n \"displayName\": \"Get user keys\",\r\n \"description\": \"Get list of user keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/users/groups\",\r\n \"displayName\": \"Developer groups assigned to user\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/groups/read\",\r\n \"displayName\": \"Get user groups list\",\r\n \"description\": \"Get list of user groups\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/tenant/operationResults\",\r\n \"displayName\": \"Results of async operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/operationResults/read\",\r\n \"displayName\": \"Get operation results or Get operation result\",\r\n \"description\": \"Get list of operation results or Get result of a specific operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/tenant/policy\",\r\n \"displayName\": \"Policy configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/policy/read\",\r\n \"displayName\": \"Get tenant policy configuration\",\r\n \"description\": \"Get policy configuration for the tenant\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/policy/write\",\r\n \"displayName\": \"Set tenant policy configuration\",\r\n \"description\": \"Set policy configuration for the tenant\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/policy/delete\",\r\n \"displayName\": \"Remove tenant policy configuration\",\r\n \"description\": \"Remove policy configuration for the tenant\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/tenant/configuration\",\r\n \"displayName\": \"Commits configuration snapshot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/configuration/save/action\",\r\n \"displayName\": \"Creates commit with configuration snapshot\",\r\n \"description\": \"Creates commit with configuration snapshot to the specified branch in the repository\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/configuration/deploy/action\",\r\n \"displayName\": \"Runs a deployment task to apply changes from the specified git branch\",\r\n \"description\": \"Runs a deployment task to apply changes from the specified git branch to the configuration in database.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/configuration/validate/action\",\r\n \"displayName\": \"Validates changes from the specified branch\",\r\n \"description\": \"Validates changes from the specified git branch\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/tenant/configuration/operationResults\",\r\n \"displayName\": \"Results of async operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/configuration/operationResults/read\",\r\n \"displayName\": \"Get operation results or Get operation result\",\r\n \"description\": \"Get list of operation results or Get result of a specific operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/tenant/configuration/syncState\",\r\n \"displayName\": \"Get status of last synchronization\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/configuration/syncState/read\",\r\n \"displayName\": \"Get status of last synchronization\",\r\n \"description\": \"Get status of last git synchronization\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/tenant/access\",\r\n \"displayName\": \"Tenant access information\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/access/read\",\r\n \"displayName\": \"Get tenant acces information\",\r\n \"description\": \"Get tenant access information details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/access/write\",\r\n \"displayName\": \"Update tenant access information\",\r\n \"description\": \"Update tenant access information details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/access/regeneratePrimaryKey/action\",\r\n \"displayName\": \"Regenerate primary key\",\r\n \"description\": \"Regenerate primary access key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tenant/access/regenerateSecondaryKey/action\",\r\n \"displayName\": \"Regenerate secondary key\",\r\n \"description\": \"Regenerate secondary access key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/identityProviders\",\r\n \"displayName\": \"Identity Providers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/read\",\r\n \"displayName\": \"Get Identity providers list or Get Identity Provider details\",\r\n \"description\": \"Get list of Identity providers or Get details of Identity Provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/write\",\r\n \"displayName\": \"Create new Identity Provider or Update existing Identity Provider\",\r\n \"description\": \"Create a new Identity Provider or Update details of an existing Identity Provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/delete\",\r\n \"displayName\": \"Remove Identity Provider\",\r\n \"description\": \"Remove existing Identity Provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/subscriptions\",\r\n \"displayName\": \"Product subscriptions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/read\",\r\n \"displayName\": \"Get subscriptions list or Get subscripiton details\",\r\n \"description\": \"Get a list of product subscriptions or Get details of product subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/write\",\r\n \"displayName\": \"Subscribe to product or Update subscription\",\r\n \"description\": \"Subscribe an existing user to an existing product or Update existing subscription details. This operation can be used to renew subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/delete\",\r\n \"displayName\": \"Delete subscription\",\r\n \"description\": \"Delete subscription. This operation can be used to delete subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/regeneratePrimaryKey/action\",\r\n \"displayName\": \"Regenerate subscription PK\",\r\n \"description\": \"Regenerate subscription primary key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/regenerateSecondaryKey/action\",\r\n \"displayName\": \"Regenerate subscription SK\",\r\n \"description\": \"Regenerate subscription secondary key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/backends\",\r\n \"displayName\": \"Backends\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/read\",\r\n \"displayName\": \"Get backends list or Get backend details\",\r\n \"description\": \"Get list of backends or Get details of backend\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/write\",\r\n \"displayName\": \"Add backend or Update backend\",\r\n \"description\": \"Add a new backend or Update existing backend details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/delete\",\r\n \"displayName\": \"Remove backend\",\r\n \"description\": \"Remove existing backend\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/apis\",\r\n \"displayName\": \"APIs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/read\",\r\n \"displayName\": \"Get API list or Get API details\",\r\n \"description\": \"Get list of all registered APIs or Get details of API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/write\",\r\n \"displayName\": \"Create API or Update API\",\r\n \"description\": \"Create new API or Update existing API details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/delete\",\r\n \"displayName\": \"Remove API\",\r\n \"description\": \"Remove existing API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/apis/revisions\",\r\n \"displayName\": \"API revisions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/revisions/read\",\r\n \"displayName\": \"Get revisions for an API\",\r\n \"description\": \"Get revisions belonging to an API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/apis/policy\",\r\n \"displayName\": \"API policy configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policy/read\",\r\n \"displayName\": \"Get API policy configuration\",\r\n \"description\": \"Get policy configuration details for API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policy/write\",\r\n \"displayName\": \"Set API policy configuration\",\r\n \"description\": \"Set policy configuration details for API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policy/delete\",\r\n \"displayName\": \"Remove API policy configuration\",\r\n \"description\": \"Remove policy configuration from API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/apis/policies\",\r\n \"displayName\": \"API policies configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/read\",\r\n \"displayName\": \"Get API policies or Get API policy configuration\",\r\n \"description\": \"Get policies for API or Get policy configuration details for API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/write\",\r\n \"displayName\": \"Set API policy configuration\",\r\n \"description\": \"Set policy configuration details for API\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/delete\",\r\n \"displayName\": \"Remove API policy configuration from policies\",\r\n \"description\": \"Remove policy configuration from API policies\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/apis/operations\",\r\n \"displayName\": \"API operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/read\",\r\n \"displayName\": \"Get API operations or Get API operation details\",\r\n \"description\": \"Get list of existing API operations or Get details of API operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/write\",\r\n \"displayName\": \"Create API operation or Update API operation\",\r\n \"description\": \"Create new API operation or Update existing API operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/delete\",\r\n \"displayName\": \"Remove API operation\",\r\n \"description\": \"Remove existing API operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/apis/operations/policy\",\r\n \"displayName\": \"Operation policy configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policy/read\",\r\n \"displayName\": \"Get operation policy configuration\",\r\n \"description\": \"Get policy configuration details for operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policy/write\",\r\n \"displayName\": \"Set operation policy configuration\",\r\n \"description\": \"Set policy configuration details for operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policy/delete\",\r\n \"displayName\": \"Remove operation policy configuration\",\r\n \"description\": \"Remove policy configuration from operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/products\",\r\n \"displayName\": \"Products\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/read\",\r\n \"displayName\": \"Get product list or Get product details\",\r\n \"description\": \"Get list of products or Get details of product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/write\",\r\n \"displayName\": \"Create product or Update product\",\r\n \"description\": \"Create new product or Update existing product details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/delete\",\r\n \"displayName\": \"Remove product\",\r\n \"description\": \"Remove existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/products/subscriptions\",\r\n \"displayName\": \"Product subscriptions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/subscriptions/read\",\r\n \"displayName\": \"Get product subscriptions list\",\r\n \"description\": \"Get list of product subscriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/products/apis\",\r\n \"displayName\": \"APIs added to product\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/apis/read\",\r\n \"displayName\": \"Get product APIs list\",\r\n \"description\": \"Get list of APIs added to existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/apis/write\",\r\n \"displayName\": \"Add API to product\",\r\n \"description\": \"Add existing API to existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/apis/delete\",\r\n \"displayName\": \"Remove API from product\",\r\n \"description\": \"Remove existing API from existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/products/policy\",\r\n \"displayName\": \"Product policy configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policy/read\",\r\n \"displayName\": \"Get product policy configuration\",\r\n \"description\": \"Get policy configuration of existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policy/write\",\r\n \"displayName\": \"Set product policy configuration\",\r\n \"description\": \"Set policy configuration for existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policy/delete\",\r\n \"displayName\": \"Remove product policy configuration\",\r\n \"description\": \"Remove policy configuration from existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/products/groups\",\r\n \"displayName\": \"Developer groups associated with product\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/groups/read\",\r\n \"displayName\": \"Get product groups list\",\r\n \"description\": \"Get list of developer groups associated with product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/groups/write\",\r\n \"displayName\": \"Associate group with product\",\r\n \"description\": \"Associate existing developer group with existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/groups/delete\",\r\n \"displayName\": \"Delete group with product association\",\r\n \"description\": \"Delete association of existing developer group with existing product\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/openidConnectProviders\",\r\n \"displayName\": \"OpenID Connect Providers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/read\",\r\n \"displayName\": \"Get OpenID providers list or Get OpenID Connect Provider details\",\r\n \"description\": \"Get list of OpenID Connect providers or Get details of OpenID Connect Provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/write\",\r\n \"displayName\": \"Create new OpenID Connect Provider or Update existing OpenID Connect Provider\",\r\n \"description\": \"Create a new OpenID Connect Provider or Update details of an existing OpenID Connect Provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/delete\",\r\n \"displayName\": \"Remove OpenID Connect Provider\",\r\n \"description\": \"Remove existing OpenID Connect Provider\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/certificates\",\r\n \"displayName\": \"Certificates\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates/read\",\r\n \"displayName\": \"Get certificates list or Get cerificate details\",\r\n \"description\": \"Get list of certificates or Get details of certificate\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates/write\",\r\n \"displayName\": \"Add certificate\",\r\n \"description\": \"Add new certificate\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates/delete\",\r\n \"displayName\": \"Remove certificate\",\r\n \"description\": \"Remove existing certificate\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/api-version-sets\",\r\n \"displayName\": \"ApiVersionSets\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets/read\",\r\n \"displayName\": \"Get version set list or Get versionSet details\",\r\n \"description\": \"Get list of version group entities or Gets details of a VersionSet\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets/write\",\r\n \"displayName\": \"Create VersionSet or Update VersionSet\",\r\n \"description\": \"Create new VersionSet or Update existing VersionSet details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets/delete\",\r\n \"displayName\": \"Remove VersionSet\",\r\n \"description\": \"Remove existing VersionSet\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/api-version-sets/versions\",\r\n \"displayName\": \"Version entities associated with VersionSet\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets/versions/read\",\r\n \"displayName\": \"Get VersionSet version entity list\",\r\n \"description\": \"Get list of version entities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/properties\",\r\n \"displayName\": \"Collection of properties. Properties are used to manage constant string values across all API configurations or policies.\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/read\",\r\n \"displayName\": \"Get all properties or Get property details\",\r\n \"description\": \"Gets list of all properties or Gets details of specified property\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/write\",\r\n \"displayName\": \"Create property or Update property value\",\r\n \"description\": \"Creates a new property or Updates value for specified property\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/delete\",\r\n \"displayName\": \"Remove property\",\r\n \"description\": \"Removes existing property\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/groups\",\r\n \"displayName\": \"Groups\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/read\",\r\n \"displayName\": \"Get groups list or Get group details\",\r\n \"description\": \"Get list of groups or Gets details of a group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/write\",\r\n \"displayName\": \"Create group or Update group\",\r\n \"description\": \"Create new group or Update existing group details\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/delete\",\r\n \"displayName\": \"Remove group\",\r\n \"description\": \"Remove existing group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/groups/users\",\r\n \"displayName\": \"Group users\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/users/read\",\r\n \"displayName\": \"Get group users list\",\r\n \"description\": \"Get list of group users\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/users/write\",\r\n \"displayName\": \"Add user to group\",\r\n \"description\": \"Add existing user to existing group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/users/delete\",\r\n \"displayName\": \"Remove user from group\",\r\n \"description\": \"Remove existing user from existing group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/authorizationServers\",\r\n \"displayName\": \"OAuth Authorization servers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/read\",\r\n \"displayName\": \"Get authorization service list or Get authorization server details\",\r\n \"description\": \"Get list of authorization servers or Get details of authorization server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/write\",\r\n \"displayName\": \"Create new authorization server or Update existing authorization server\",\r\n \"description\": \"Create a new authorization server or Update details of an existing authorization server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/delete\",\r\n \"displayName\": \"Remove authorization server\",\r\n \"description\": \"Remove existing authorization server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/bySubscription\",\r\n \"displayName\": \"By subscription report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/bySubscription/read\",\r\n \"displayName\": \"Get by subscription report\",\r\n \"description\": \"Get report aggregated by subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byRequest\",\r\n \"displayName\": \"Requests reporting data\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byRequest/read\",\r\n \"displayName\": \"Get requests data report\",\r\n \"description\": \"Get requests reposting data\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byOperation\",\r\n \"displayName\": \"By operation report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byOperation/read\",\r\n \"displayName\": \"Get by operation report\",\r\n \"description\": \"Get report aggregated by operations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byGeo\",\r\n \"displayName\": \"By region report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byGeo/read\",\r\n \"displayName\": \"Get by region report\",\r\n \"description\": \"Get report aggregated by geographical region\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byUser\",\r\n \"displayName\": \"By developer report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byUser/read\",\r\n \"displayName\": \"Get by developer repoer\",\r\n \"description\": \"Get report aggregated by developers.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byTime\",\r\n \"displayName\": \"By time report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byTime/read\",\r\n \"displayName\": \"Get by time report\",\r\n \"description\": \"Get report aggregated by time periods\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byApi\",\r\n \"displayName\": \"By api report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byApi/read\",\r\n \"displayName\": \"Get by API report\",\r\n \"description\": \"Get report aggregated by APIs\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"service/reports/byProduct\",\r\n \"displayName\": \"By product report\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/reports/byProduct/read\",\r\n \"displayName\": \"Get by product report\",\r\n \"description\": \"Get report aggregated by products.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ApiManagement\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ApiManagement\"\r\n },\r\n {\r\n \"displayName\": \"84codes.CloudAMQP\",\r\n \"operations\": [\r\n {\r\n \"name\": \"84codes.CloudAMQP/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"84codes.CloudAMQP/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"servers\",\r\n \"displayName\": \"server\",\r\n \"operations\": [\r\n {\r\n \"name\": \"84codes.CloudAMQP/servers/read\",\r\n \"displayName\": \"Read server\",\r\n \"description\": \"Read any server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"84codes.CloudAMQP/servers/write\",\r\n \"displayName\": \"Create or Update server\",\r\n \"description\": \"Create or Update any server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"84codes.CloudAMQP/servers/delete\",\r\n \"displayName\": \"Delete server\",\r\n \"description\": \"Deletes any server\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"84codes.CloudAMQP/servers/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any server Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"84codes.CloudAMQP/servers/regenerateKeys/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any server Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"84codes.CloudAMQP/servers/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any server Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"84codes.CloudAMQP/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/84codes.CloudAMQP\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"84codes.CloudAMQP\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft ResourceHealth\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resourcehealth/healthevent/action\",\r\n \"displayName\": \"HealthEvent Change\",\r\n \"description\": \"Denotes the change in health state for the specified resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"AvailabilityStatuses\",\r\n \"displayName\": \"Availability Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ResourceHealth/AvailabilityStatuses/read\",\r\n \"displayName\": \"Get Availability Statuses\",\r\n \"description\": \"Gets the availability statuses for all resources in the specified scope\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AvailabilityStatuses/current\",\r\n \"displayName\": \"Availability Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ResourceHealth/AvailabilityStatuses/current/read\",\r\n \"displayName\": \"Get Availability Status\",\r\n \"description\": \"Gets the availability status for the specified resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Resourcehealth\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Resourcehealth\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Azure ServiceBus\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/checkNameAvailability/action\",\r\n \"displayName\": \"Get namespace availability.\",\r\n \"description\": \"Checks availability of namespace under given subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/register/action\",\r\n \"displayName\": \"Registers the ServiceBus Resource Provider\",\r\n \"description\": \"Registers the subscription for the ServiceBus resource provider and enables the creation of ServiceBus resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"namespaces\",\r\n \"displayName\": \"Namespace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/write\",\r\n \"displayName\": \"Create Or Update Namespace \",\r\n \"description\": \"Create a Namespace Resource and Update its properties. Tags and status of the Namespace are the properties which can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/read\",\r\n \"displayName\": \"Get Namespace Resource\",\r\n \"description\": \"Get the list of Namespace Resource Description\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/Delete\",\r\n \"displayName\": \"Delete Namespace\",\r\n \"description\": \"Delete Namespace Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/metricDefinitions\",\r\n \"displayName\": \"Namespace metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/metricDefinitions/read\",\r\n \"displayName\": \"Get Namespace metrics\",\r\n \"description\": \"Get list of Namespace metrics Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CPUXNS\",\r\n \"displayName\": \"CPU usage per namespace\",\r\n \"displayDescription\": \"Service bus premium namespace CPU usage metric\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": \"(?i)^premium$\",\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"WSXNS\",\r\n \"displayName\": \"Memory size usage per namespace\",\r\n \"displayDescription\": \"Service bus premium namespace memory usage metric\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": \"(?i)^premium$\",\r\n \"fillGapWithZero\": false\r\n }\r\n ],\r\n \"logSpecifications\": null\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/authorizationRules\",\r\n \"displayName\": \"AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Namespace Authorization Rules\",\r\n \"description\": \"Create a Namespace level Authorization Rules and update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/authorizationRules/read\",\r\n \"displayName\": \"Get Namespace Authorization Rules\",\r\n \"description\": \"Get the list of Namespaces Authorization Rules description.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/authorizationRules/delete\",\r\n \"displayName\": \"Delete Namespace Authorization Rule\",\r\n \"description\": \"Delete Namespace Authorization Rule. The Default Namespace Authorization Rule cannot be deleted. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/authorizationRules/listkeys/action\",\r\n \"displayName\": \"Get Namespace Listkeys\",\r\n \"description\": \"Get the Connection String to the Namespace\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Resource Regeneratekeys\",\r\n \"description\": \"Regenerate the Primary or Secondary key to the Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/diagnosticSettings\",\r\n \"displayName\": \"Namespace diagnostic settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/diagnosticSettings/read\",\r\n \"displayName\": \"Get Namespace diagnostic settings\",\r\n \"description\": \"Get list of Namespace diagnostic settings Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/diagnosticSettings/write\",\r\n \"displayName\": \"Create or Update Namespace diagnostic settings\",\r\n \"description\": \"Get list of Namespace diagnostic settings Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/queues\",\r\n \"displayName\": \"Queue\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/write\",\r\n \"displayName\": \"Create or Update Queue\",\r\n \"description\": \"Create or Update Queue properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/read\",\r\n \"displayName\": \"Get Queue\",\r\n \"description\": \"Get list of Queue Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/Delete\",\r\n \"displayName\": \"Delete Queue\",\r\n \"description\": \"Operation to delete Queue Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/queues/authorizationRules\",\r\n \"displayName\": \"Queue AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Queue Authorization Rule\",\r\n \"description\": \"Create Queue Authorization Rules and Update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/authorizationRules/read\",\r\n \"displayName\": \" Get Queue Authorization Rules\",\r\n \"description\": \" Get the list of Queue Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/authorizationRules/delete\",\r\n \"displayName\": \"Delete Queue Authorization Rules\",\r\n \"description\": \"Operation to delete Queue Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/authorizationRules/listkeys/action\",\r\n \"displayName\": \"List Queue keys\",\r\n \"description\": \"Get the Connection String to Queue\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/queues/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Resource Regeneratekeys\",\r\n \"description\": \"Regenerate the Primary or Secondary key to the Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/logDefinitions\",\r\n \"displayName\": \"Namespace logs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/logDefinitions/read\",\r\n \"displayName\": \"Get Namespace logs\",\r\n \"description\": \"Get list of Namespace logs Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": null,\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"OperationalLogs\",\r\n \"displayName\": \"Operational Logs\",\r\n \"blobDuration\": \"PT5M\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/topics\",\r\n \"displayName\": \"Topic\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/write\",\r\n \"displayName\": \"Create or Update Topic\",\r\n \"description\": \"Create or Update Topic properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/read\",\r\n \"displayName\": \"Get Topic\",\r\n \"description\": \"Get list of Topic Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/Delete\",\r\n \"displayName\": \"Delete Topic\",\r\n \"description\": \"Operation to delete Topic Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/topics/authorizationRules\",\r\n \"displayName\": \"Topic AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Topic Authorization Rule\",\r\n \"description\": \"Create Topic Authorization Rules and Update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/authorizationRules/read\",\r\n \"displayName\": \" Get Topic Authorization Rules\",\r\n \"description\": \" Get the list of Topic Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/authorizationRules/delete\",\r\n \"displayName\": \"Delete Topic Authorization Rules\",\r\n \"description\": \"Operation to delete Topic Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/authorizationRules/listkeys/action\",\r\n \"displayName\": \"List Topic keys\",\r\n \"description\": \"Get the Connection String to Topic\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Resource Regeneratekeys\",\r\n \"description\": \"Regenerate the Primary or Secondary key to the Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/topics/subscriptions\",\r\n \"displayName\": \"TopicSubscription\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/subscriptions/write\",\r\n \"displayName\": \"Create or Update TopicSubscription\",\r\n \"description\": \"Create or Update TopicSubscription properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/subscriptions/read\",\r\n \"displayName\": \"Get TopicSubscription\",\r\n \"description\": \"Get list of TopicSubscription Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/subscriptions/Delete\",\r\n \"displayName\": \"Delete TopicSubscription\",\r\n \"description\": \"Operation to delete TopicSubscription Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/topics/subscriptions/rules\",\r\n \"displayName\": \"Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules/write\",\r\n \"displayName\": \"Create or Update Rule\",\r\n \"description\": \"Create or Update Rule properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules/read\",\r\n \"displayName\": \"Get Rule\",\r\n \"description\": \"Get list of Rule Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules/Delete\",\r\n \"displayName\": \"Delete Rule\",\r\n \"description\": \"Operation to delete Rule Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ServiceBus\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ServiceBus\"\r\n },\r\n {\r\n \"displayName\": \"Mailjet Email\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Mailjet.Email/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Mailjet.Email/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read Any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Mailjet.Email/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Mailjet.Email/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read Any services Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Mailjet.Email/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Any services Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Mailjet.Email/services/write\",\r\n \"displayName\": \"Create or Upgrade services Plan\",\r\n \"description\": \"Create or Upgrade any services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Mailjet.Email/services/read\",\r\n \"displayName\": \"Read services\",\r\n \"description\": \"Read any services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Mailjet.Email/services/delete\",\r\n \"displayName\": \"Delete services\",\r\n \"description\": \"Delete any services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Mailjet.Email\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Mailjet.Email\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft StorSimple Device Manager\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"managers\",\r\n \"displayName\": \"Device Managers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/clearAlerts/action\",\r\n \"displayName\": \"Clears All Alerts\",\r\n \"description\": \"Clear all the alerts associated with the device manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/getActivationKey/action\",\r\n \"displayName\": \"Get Activation Key\",\r\n \"description\": \"Get activation key for the device manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/regenerateActivationKey/action\",\r\n \"displayName\": \"Regenerate Activation Key\",\r\n \"description\": \"Regenerate activation key for the device manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/regenarateRegistationCertificate/action\",\r\n \"displayName\": \"Regenerate Registration Certificate\",\r\n \"description\": \"Regenerate registration certificate for the device managers.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/getEncryptionKey/action\",\r\n \"displayName\": \"Get Encryption Key\",\r\n \"description\": \"Get encryption key for the device manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/read\",\r\n \"displayName\": \"List Device Managers\",\r\n \"description\": \"Lists or gets the Device Managers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/delete\",\r\n \"displayName\": \"Delete Device Managers\",\r\n \"description\": \"Deletes the Device Managers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/write\",\r\n \"displayName\": \"Create or Update Device Managers\",\r\n \"description\": \"Create or update the Device Managers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/configureDevice/action\",\r\n \"displayName\": \"Configure Device\",\r\n \"description\": \"Configures a device\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/listActivationKey/action\",\r\n \"displayName\": \"Gets Activation Key\",\r\n \"description\": \"Gets the activation key of the StorSimple Device Manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/listPublicEncryptionKey/action\",\r\n \"displayName\": \"List Public Encryption Key\",\r\n \"description\": \"List public encryption keys of a StorSimple Device Manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/listPrivateEncryptionKey/action\",\r\n \"displayName\": \"List Private Encryption Key\",\r\n \"description\": \"Gets private encryption key for a StorSimple Device Manager.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/provisionCloudAppliance/action\",\r\n \"displayName\": \"Create Cloud Appliance (8000 Series Only)\",\r\n \"description\": \"Create a new cloud appliance.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/write\",\r\n \"displayName\": \"Create Vault\",\r\n \"description\": \"Create Vault operation creates an Azure resource of type 'vault'\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/read\",\r\n \"displayName\": \"Get Vault\",\r\n \"description\": \"The Get Vault operation gets an object representing the Azure resource of type 'vault'\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/delete\",\r\n \"displayName\": \"Delete Vault\",\r\n \"description\": \"The Delete Vault operation deletes the specified Azure resource of type 'vault'\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/storageAccountCredentials\",\r\n \"displayName\": \"Storage Account Credentials\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageAccountCredentials/write\",\r\n \"displayName\": \"Create or Update Storage Account Credentials\",\r\n \"description\": \"Create or update the Storage Account Credentials\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageAccountCredentials/read\",\r\n \"displayName\": \"List Storage Account Credentials\",\r\n \"description\": \"Lists or gets the Storage Account Credentials\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageAccountCredentials/delete\",\r\n \"displayName\": \"Delete Storage Account Credentials\",\r\n \"description\": \"Deletes the Storage Account Credentials\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageAccountCredentials/listAccessKey/action\",\r\n \"displayName\": \"List Access Keys\",\r\n \"description\": \"List access keys of Storage Account Credentials\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/accessControlRecords\",\r\n \"displayName\": \"Access Control Records\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/accessControlRecords/read\",\r\n \"displayName\": \"List Access Control Records\",\r\n \"description\": \"Lists or gets the Access Control Records\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/accessControlRecords/write\",\r\n \"displayName\": \"Create or Update Access Control Records\",\r\n \"description\": \"Create or update the Access Control Records\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/accessControlRecords/delete\",\r\n \"displayName\": \"Delete Access Control Records\",\r\n \"description\": \"Deletes the Access Control Records\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"Lists or gets the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/bandwidthSettings\",\r\n \"displayName\": \"Bandwidth Settings (8000 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/bandwidthSettings/read\",\r\n \"displayName\": \"List Bandwidth Settings (8000 Series Only)\",\r\n \"description\": \"List the Bandwidth Settings (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/bandwidthSettings/write\",\r\n \"displayName\": \"Creates or Updates Bandwidth Settings (8000 Series Only)\",\r\n \"description\": \"Creates a new or updates Bandwidth Settings (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/bandwidthSettings/delete\",\r\n \"displayName\": \"Deletes Bandwidth Settings (8000 Series Only)\",\r\n \"description\": \"Deletes an existing Bandwidth Settings (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Managers/extendedInformation\",\r\n \"displayName\": \"Managers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/extendedInformation/read\",\r\n \"displayName\": \"Get Extended Info\",\r\n \"description\": \"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/extendedInformation/write\",\r\n \"displayName\": \"Get Extended Info\",\r\n \"description\": \"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/extendedInformation/delete\",\r\n \"displayName\": \"Get Extended Info\",\r\n \"description\": \"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/alerts\",\r\n \"displayName\": \"Alerts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/alerts/read\",\r\n \"displayName\": \"List Alerts\",\r\n \"description\": \"Lists or gets the Alerts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/storageDomains\",\r\n \"displayName\": \"Storage Domains (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageDomains/read\",\r\n \"displayName\": \"List Storage Domains\",\r\n \"description\": \"Lists or gets the Storage Domains\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageDomains/write\",\r\n \"displayName\": \"Create or Update Storage Domains\",\r\n \"description\": \"Create or update the Storage Domains\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/storageDomains/delete\",\r\n \"displayName\": \"Delete Storage Domains\",\r\n \"description\": \"Deletes the Storage Domains\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices\",\r\n \"displayName\": \"Devices\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/scanForUpdates/action\",\r\n \"displayName\": \"Scan Updates\",\r\n \"description\": \"Scan for updates in a device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/download/action\",\r\n \"displayName\": \"Download Device Updates\",\r\n \"description\": \"Dowload updates for a device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/install/action\",\r\n \"displayName\": \"Install Updates (1200 Series Only)\",\r\n \"description\": \"Install updates on a device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/read\",\r\n \"displayName\": \"List Devices\",\r\n \"description\": \"Lists or gets the Devices\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/write\",\r\n \"displayName\": \"Create or Update Devices\",\r\n \"description\": \"Create or update the Devices\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/delete\",\r\n \"displayName\": \"Delete Devices\",\r\n \"description\": \"Deletes the Devices\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/deactivate/action\",\r\n \"displayName\": \"Deactivate Device\",\r\n \"description\": \"Deactivates a device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/publishSupportPackage/action\",\r\n \"displayName\": \"Publish Support Package\",\r\n \"description\": \"Publish support package of a device for Microsoft Support troubleshooting.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/failover/action\",\r\n \"displayName\": \"Failover Device\",\r\n \"description\": \"Failover of the device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/sendTestAlertEmail/action\",\r\n \"displayName\": \"Send Test Alert Email\",\r\n \"description\": \"Send test alert email to configured email recipients.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/installUpdates/action\",\r\n \"displayName\": \"Install Updates (8000 Series Only)\",\r\n \"description\": \"Installs updates on the devices\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/listFailoverSets/action\",\r\n \"displayName\": \"List Failover Sets\",\r\n \"description\": \"List the failover sets for an existing device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/listFailoverTargets/action\",\r\n \"displayName\": \"List Failover Targets\",\r\n \"description\": \"List failover targets of the devices\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/publicEncryptionKey/action\",\r\n \"displayName\": \"List Public Encryption Key\",\r\n \"description\": \"List public encryption key of the device manager\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/hardwareComponentGroups\",\r\n \"displayName\": \"Hardware Component Groups (8000 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/hardwareComponentGroups/read\",\r\n \"displayName\": \"List Hardware Component Groups\",\r\n \"description\": \"List the Hardware Component Groups\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/hardwareComponentGroups/changeControllerPowerState/action\",\r\n \"displayName\": \"Change controller power state of hardware component groups\",\r\n \"description\": \"Change controller power state of hardware component groups\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"Lists or gets the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/chapSettings\",\r\n \"displayName\": \"Chap Settings (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/chapSettings/write\",\r\n \"displayName\": \"Create or Update Chap Settings\",\r\n \"description\": \"Create or update the Chap Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/chapSettings/read\",\r\n \"displayName\": \"List Chap Settings\",\r\n \"description\": \"Lists or gets the Chap Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/chapSettings/delete\",\r\n \"displayName\": \"Delete Chap Settings\",\r\n \"description\": \"Deletes the Chap Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/backupScheduleGroups\",\r\n \"displayName\": \"Backup Schedule Groups (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupScheduleGroups/read\",\r\n \"displayName\": \"List Backup Schedule Groups\",\r\n \"description\": \"Lists or gets the Backup Schedule Groups\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupScheduleGroups/write\",\r\n \"displayName\": \"Create or Update Backup Schedule Groups\",\r\n \"description\": \"Create or update the Backup Schedule Groups\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupScheduleGroups/delete\",\r\n \"displayName\": \"Delete Backup Schedule Groups\",\r\n \"description\": \"Deletes the Backup Schedule Groups\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/updateSummary\",\r\n \"displayName\": \"Update Summary\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/updateSummary/read\",\r\n \"displayName\": \"List Update Summary\",\r\n \"description\": \"Lists or gets the Update Summary\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/migrationSourceConfigurations\",\r\n \"displayName\": \"Migration Source Configurations (8000 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/import/action\",\r\n \"displayName\": \"Import Source Configurations\",\r\n \"description\": \"Import source configurations for migration\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/startMigrationEstimate/action\",\r\n \"displayName\": \"Start Migration Estimate\",\r\n \"description\": \"Start a job to estimate the duration of the migration process.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/startMigration/action\",\r\n \"displayName\": \"Start Migration\",\r\n \"description\": \"Start migration using source configurations\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/confirmMigration/action\",\r\n \"displayName\": \"Confirm Migration\",\r\n \"description\": \"Confirms a successful migration and commit it.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/fetchMigrationEstimate/action\",\r\n \"displayName\": \"Fetch Migration Estimate\",\r\n \"description\": \"Fetch the status for the migration estimation job.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/fetchMigrationStatus/action\",\r\n \"displayName\": \"Fetch Migration Status\",\r\n \"description\": \"Fetch the status for the migration.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/migrationSourceConfigurations/fetchConfirmMigrationStatus/action\",\r\n \"displayName\": \"Fetch Migration Confirm Status\",\r\n \"description\": \"Fetch the confirm status of migration.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/alertSettings\",\r\n \"displayName\": \"Alert Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/alertSettings/read\",\r\n \"displayName\": \"List Alert Settings\",\r\n \"description\": \"Lists or gets the Alert Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/alertSettings/write\",\r\n \"displayName\": \"Create or Update Alert Settings\",\r\n \"description\": \"Create or update the Alert Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/networkSettings\",\r\n \"displayName\": \"Network Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/networkSettings/read\",\r\n \"displayName\": \"List Network Settings\",\r\n \"description\": \"Lists or gets the Network Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/networkSettings/write\",\r\n \"displayName\": \"Creates or Updates Network Settings\",\r\n \"description\": \"Creates a new or updates Network Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/jobs\",\r\n \"displayName\": \"Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/jobs/read\",\r\n \"displayName\": \"List Jobs\",\r\n \"description\": \"Lists or gets the Jobs\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/jobs/cancel/action\",\r\n \"displayName\": \"Cancel Job\",\r\n \"description\": \"Cancel a running job\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"Lists or gets the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/volumeContainers\",\r\n \"displayName\": \"Volume Containers (8000 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/write\",\r\n \"displayName\": \"Creates or Updates Volume Containers (8000 Series Only)\",\r\n \"description\": \"Creates a new or updates Volume Containers (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/read\",\r\n \"displayName\": \"List Volume Containers (8000 Series Only)\",\r\n \"description\": \"List the Volume Containers (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/delete\",\r\n \"displayName\": \"Deletes Volume Containers (8000 Series Only)\",\r\n \"description\": \"Deletes an existing Volume Containers (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/listEncryptionKeys/action\",\r\n \"displayName\": \"List Encryption Keys\",\r\n \"description\": \"List encryption keys of Volume Containers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/rolloverEncryptionKey/action\",\r\n \"displayName\": \"Rollover Encryption Keys\",\r\n \"description\": \"Rollover encryption keys of Volume Containers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/volumeContainers/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"List the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/volumeContainers/volumes\",\r\n \"displayName\": \"Volumes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/read\",\r\n \"displayName\": \"List Volumes\",\r\n \"description\": \"List the Volumes\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/write\",\r\n \"displayName\": \"Creates or Updates Volumes\",\r\n \"description\": \"Creates a new or updates Volumes\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/delete\",\r\n \"displayName\": \"Deletes Volumes\",\r\n \"description\": \"Deletes an existing Volumes\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/volumeContainers/volumes/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"List the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/volumeContainers/volumes/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/volumes/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"List the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/volumeContainers/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/volumeContainers/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"List the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/iscsiservers\",\r\n \"displayName\": \"iSCSI Servers (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/read\",\r\n \"displayName\": \"List iSCSI Servers\",\r\n \"description\": \"Lists or gets the iSCSI Servers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/write\",\r\n \"displayName\": \"Create or Update iSCSI Servers\",\r\n \"description\": \"Create or update the iSCSI Servers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/delete\",\r\n \"displayName\": \"Delete iSCSI Servers\",\r\n \"description\": \"Deletes the iSCSI Servers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/backup/action\",\r\n \"displayName\": \"Take Backup\",\r\n \"description\": \"Take backup of an iSCSI server.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/iscsiservers/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"Lists or gets the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/iscsiservers/disks\",\r\n \"displayName\": \"Disks (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/disks/read\",\r\n \"displayName\": \"List Disks\",\r\n \"description\": \"Lists or gets the Disks\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/disks/write\",\r\n \"displayName\": \"Create or Update Disks\",\r\n \"description\": \"Create or update the Disks\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/disks/delete\",\r\n \"displayName\": \"Delete Disks\",\r\n \"description\": \"Deletes the Disks\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/iscsiservers/disks/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/disks/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"Lists or gets the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/iscsiservers/disks/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/disks/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"Lists or gets the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/iscsiservers/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/iscsiservers/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"Lists or gets the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/backups\",\r\n \"displayName\": \"Backup Set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backups/read\",\r\n \"displayName\": \"List Backup Set\",\r\n \"description\": \"Lists or gets the Backup Set\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backups/delete\",\r\n \"displayName\": \"Delete Backup Set\",\r\n \"description\": \"Deletes the Backup Set\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backups/restore/action\",\r\n \"displayName\": \"Restore from Backup Set\",\r\n \"description\": \"Restore all the volumes from a backup set.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/backups/elements\",\r\n \"displayName\": \"Backup Elements (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backups/elements/clone/action\",\r\n \"displayName\": \"Clone\",\r\n \"description\": \"Clone a share or volume using a backup element.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/backupPolicies\",\r\n \"displayName\": \"Backup Polices (8000 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/write\",\r\n \"displayName\": \"Creates or Updates Backup Polices (8000 Series Only)\",\r\n \"description\": \"Creates a new or updates Backup Polices (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/read\",\r\n \"displayName\": \"List Backup Polices (8000 Series Only)\",\r\n \"description\": \"List the Backup Polices (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/delete\",\r\n \"displayName\": \"Deletes Backup Polices (8000 Series Only)\",\r\n \"description\": \"Deletes an existing Backup Polices (8000 Series Only)\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/backup/action\",\r\n \"displayName\": \"Take Backup\",\r\n \"description\": \"Take a manual backup to create an on-demand backup of all the volumes protected by the policy.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/backupPolicies/schedules\",\r\n \"displayName\": \"Schedules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/schedules/write\",\r\n \"displayName\": \"Creates or Updates Schedules\",\r\n \"description\": \"Creates a new or updates Schedules\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/schedules/read\",\r\n \"displayName\": \"List Schedules\",\r\n \"description\": \"List the Schedules\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/backupPolicies/schedules/delete\",\r\n \"displayName\": \"Deletes Schedules\",\r\n \"description\": \"Deletes an existing Schedules\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/securitySettings\",\r\n \"displayName\": \"Security Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/securitySettings/update/action\",\r\n \"displayName\": \"Update (1200 Series Only)\",\r\n \"description\": \"Update the security settings.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/securitySettings/read\",\r\n \"displayName\": \"List Security Settings\",\r\n \"description\": \"List the Security Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/securitySettings/syncRemoteManagementCertificate/action\",\r\n \"displayName\": \"Synchronize Remote Management Certificate (8000 Series Only)\",\r\n \"description\": \"Synchronize the remote management certificate for a device.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/securitySettings/write\",\r\n \"displayName\": \"Creates or Updates Security Settings\",\r\n \"description\": \"Creates a new or updates Security Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/fileservers\",\r\n \"displayName\": \"File Servers (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/read\",\r\n \"displayName\": \"List File Servers\",\r\n \"description\": \"Lists or gets the File Servers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/write\",\r\n \"displayName\": \"Create or Update File Servers\",\r\n \"description\": \"Create or update the File Servers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/delete\",\r\n \"displayName\": \"Delete File Servers\",\r\n \"description\": \"Deletes the File Servers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/backup/action\",\r\n \"displayName\": \"Take Backup\",\r\n \"description\": \"Take backup of an File Server.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/fileservers/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"Lists or gets the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/fileservers/shares\",\r\n \"displayName\": \"Shares (1200 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/shares/write\",\r\n \"displayName\": \"Create or Update Shares\",\r\n \"description\": \"Create or update the Shares\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/shares/read\",\r\n \"displayName\": \"List Shares\",\r\n \"description\": \"Lists or gets the Shares\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/shares/delete\",\r\n \"displayName\": \"Delete Shares\",\r\n \"description\": \"Deletes the Shares\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/fileservers/shares/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/shares/metrics/read\",\r\n \"displayName\": \"List Metrics\",\r\n \"description\": \"Lists or gets the Metrics\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/fileservers/shares/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/shares/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"Lists or gets the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/fileservers/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/fileservers/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"Lists or gets the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/devices/timeSettings\",\r\n \"displayName\": \"Time Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/timeSettings/read\",\r\n \"displayName\": \"List Time Settings\",\r\n \"description\": \"Lists or gets the Time Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/devices/timeSettings/write\",\r\n \"displayName\": \"Creates or Updates Time Settings\",\r\n \"description\": \"Creates a new or updates Time Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Managers/certificates\",\r\n \"displayName\": \"Managers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/Managers/certificates/write\",\r\n \"displayName\": \"Update Resource Certificate\",\r\n \"description\": \"The Update Resource Certificate operation updates the resource/vault credential certificate.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/cloudApplianceConfigurations\",\r\n \"displayName\": \"Cloud Appliance Supported Configurations (8000 Series Only)\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/cloudApplianceConfigurations/read\",\r\n \"displayName\": \"List Cloud Appliance Supported Configurations\",\r\n \"description\": \"List the Cloud Appliance Supported Configurations\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/metricsDefinitions\",\r\n \"displayName\": \"Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/metricsDefinitions/read\",\r\n \"displayName\": \"List Metrics Definitions\",\r\n \"description\": \"Lists or gets the Metrics Definitions\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managers/encryptionSettings\",\r\n \"displayName\": \"Encryption Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StorSimple/managers/encryptionSettings/read\",\r\n \"displayName\": \"List Encryption Settings\",\r\n \"description\": \"Lists or gets the Encryption Settings\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.StorSimple\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.StorSimple\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft DocumentDb\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"databaseAccountNames\",\r\n \"displayName\": \"Database Account Names\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccountNames/read\",\r\n \"displayName\": \"Read database account names\",\r\n \"description\": \"Checks for name availability.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts\",\r\n \"displayName\": \"Database Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/read\",\r\n \"displayName\": \"Read database account\",\r\n \"description\": \"Reads a database account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/write\",\r\n \"displayName\": \"Update database account\",\r\n \"description\": \"Update a database accounts.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/listKeys/action\",\r\n \"displayName\": \"List keys\",\r\n \"description\": \"List keys of a database account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/regenerateKey/action\",\r\n \"displayName\": \"Rotate keys\",\r\n \"description\": \"Rotate keys of a database account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/listConnectionStrings/action\",\r\n \"displayName\": \"Get Connection Strings\",\r\n \"description\": \"Get the connection strings for a database account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/changeResourceGroup/action\",\r\n \"displayName\": \"Change resource group\",\r\n \"description\": \"Change resource group of a database account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/failoverPriorityChange/action\",\r\n \"displayName\": \"Manual Failover\",\r\n \"description\": \"Change failover priorities of regions of a database account. This is used to perform manual failover operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/delete\",\r\n \"displayName\": \"Delete database accounts\",\r\n \"description\": \"Deletes the database accounts.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/metricDefinitions\",\r\n \"displayName\": \"Database Accoun metric definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/metricDefinitions/read\",\r\n \"displayName\": \"Read database account metrics definitions\",\r\n \"description\": \"Reads the database account metrics definitions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/metrics\",\r\n \"displayName\": \"Database Account metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/metrics/read\",\r\n \"displayName\": \"Read database account metrics\",\r\n \"description\": \"Reads the database account metrics.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/usages\",\r\n \"displayName\": \"Database Account usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/usages/read\",\r\n \"displayName\": \"Read database account usages\",\r\n \"description\": \"Reads the database account usages.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/databases/collections/metricDefinitions\",\r\n \"displayName\": \"Collection metric definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databases/collections/metricDefinitions/read\",\r\n \"displayName\": \"Read collection metric definitions\",\r\n \"description\": \"Reads the collection metric definitions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/databases/collections/metrics\",\r\n \"displayName\": \"Collection metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databases/collections/metrics/read\",\r\n \"displayName\": \"Read collection metrics\",\r\n \"description\": \"Reads the collection metrics.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/databases/collections/usages\",\r\n \"displayName\": \"Collection usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databases/collections/usages/read\",\r\n \"displayName\": \"Read collection usages\",\r\n \"description\": \"Reads the collection usages.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/databases/metricDefinitions\",\r\n \"displayName\": \"Database metric definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databases/metricDefinitions/read\",\r\n \"displayName\": \"Read database metric definitions\",\r\n \"description\": \"Reads the database metric definitions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/databases/metrics\",\r\n \"displayName\": \"Database metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databases/metrics/read\",\r\n \"displayName\": \"Read database metrics\",\r\n \"description\": \"Reads the database metrics.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/databases/usages\",\r\n \"displayName\": \"Database usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databases/usages/read\",\r\n \"displayName\": \"Read database usages\",\r\n \"description\": \"Reads the database usages.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"databaseAccounts/readonlykeys\",\r\n \"displayName\": \"Database Account readonly keys\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/readonlykeys/read\",\r\n \"displayName\": \"Read database account readonly keys\",\r\n \"description\": \"Reads the database account readonly keys.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DocumentDB\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DocumentDB\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Automation\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"automationAccounts\",\r\n \"displayName\": \"Azure Automation Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/read\",\r\n \"displayName\": \"Read an Azure Automation account\",\r\n \"description\": \"Gets an Azure Automation account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/write\",\r\n \"displayName\": \"Create or Update an Azure Automation account\",\r\n \"description\": \"Creates or updates an Azure Automation account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/delete\",\r\n \"displayName\": \"Delete an Azure Automation account\",\r\n \"description\": \"Deletes an Azure Automation account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/configurations\",\r\n \"displayName\": \"Azure Automation Desired State Configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/readContent/action\",\r\n \"displayName\": \"Read an Azure Automation DSC's content\",\r\n \"description\": \"Gets an Azure Automation DSC's content\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/hybridRunbookWorkerGroups\",\r\n \"displayName\": \"Azure Automation Hybrid Runbook Worker Resource Type\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Reads Hybrid Runbook Worker Resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Deletes Hybrid Runbook Worker Resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/jobSchedules\",\r\n \"displayName\": \"Azure Automation Job Schedule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"displayName\": \"Read an Azure Automation job schedule\",\r\n \"description\": \"Gets an Azure Automation job schedule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"displayName\": \"Create an Azure Automation job schedule\",\r\n \"description\": \"Creates an Azure Automation job schedule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/delete\",\r\n \"displayName\": \"Delete an Azure Automation job schedule\",\r\n \"description\": \"Deletes an Azure Automation job schedule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/connectionTypes\",\r\n \"displayName\": \"Azure Automation Connection Type Asset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connectionTypes/read\",\r\n \"displayName\": \"Read an Azure Automation connection asset\",\r\n \"description\": \"Gets an Azure Automation connection type asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connectionTypes/write\",\r\n \"displayName\": \"Create an Azure Automation connection asset\",\r\n \"description\": \"Creates an Azure Automation connection type asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connectionTypes/delete\",\r\n \"displayName\": \"Delete an Azure Automation connection asset\",\r\n \"description\": \"Deletes an Azure Automation connection type asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/diagnosticSettings\",\r\n \"displayName\": \"Azure Automation Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/diagnosticSettings/read\",\r\n \"displayName\": \"Get Diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/diagnosticSettings/write\",\r\n \"displayName\": \"Set Diagnostic setting\",\r\n \"description\": \"Sets the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/modules\",\r\n \"displayName\": \"Azure Automation Module\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/read\",\r\n \"displayName\": \"Read an Azure Automation module\",\r\n \"description\": \"Gets an Azure Automation module\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/write\",\r\n \"displayName\": \"Create or Update an Azure Automation module\",\r\n \"description\": \"Creates or updates an Azure Automation module\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/delete\",\r\n \"displayName\": \"Delete an Azure Automation module\",\r\n \"description\": \"Deletes an Azure Automation module\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/credentials\",\r\n \"displayName\": \"Azure Automation Credential Asset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/credentials/read\",\r\n \"displayName\": \"Read an Azure Automation credential asset\",\r\n \"description\": \"Gets an Azure Automation credential asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/credentials/write\",\r\n \"displayName\": \"Create or Update an Azure Automation credential asset\",\r\n \"description\": \"Creates or updates an Azure Automation credential asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/credentials/delete\",\r\n \"displayName\": \"Delete an Azure Automation credential asset\",\r\n \"description\": \"Deletes an Azure Automation credential asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/certificates\",\r\n \"displayName\": \"Azure Automation Certificate Asset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/read\",\r\n \"displayName\": \"Read an Azure Automation certificate\",\r\n \"description\": \"Gets an Azure Automation certificate asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/write\",\r\n \"displayName\": \"Create or Update Azure Automation certificate\",\r\n \"description\": \"Creates or updates an Azure Automation certificate asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/delete\",\r\n \"displayName\": \"Delete an Azure Automation certificate\",\r\n \"description\": \"Deletes an Azure Automation certificate asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/logDefinitions\",\r\n \"displayName\": \"Azure Automation Account Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/logDefinitions/read\",\r\n \"displayName\": \"Read automation account log definitions\",\r\n \"description\": \"Gets the available logs for the automation account\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": null,\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"JobLogs\",\r\n \"displayName\": \"Job Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"JobStreams\",\r\n \"displayName\": \"Job Streams\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"DscNodeStatus\",\r\n \"displayName\": \"Dsc Node Status\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/schedules\",\r\n \"displayName\": \"Azure Automation Schedule Asset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"displayName\": \"Read an Azure Automation schedule asset\",\r\n \"description\": \"Gets an Azure Automation schedule asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"displayName\": \"Create or Update an Azure Automation schedule asset\",\r\n \"description\": \"Creates or updates an Azure Automation schedule asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/delete\",\r\n \"displayName\": \"Delete an Azure Automation schedule asset\",\r\n \"description\": \"Deletes an Azure Automation schedule asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/jobs\",\r\n \"displayName\": \"Azure Automation Job\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"displayName\": \"Read an Azure Automation job\",\r\n \"description\": \"Gets an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"displayName\": \"Create an Azure Automation job\",\r\n \"description\": \"Creates an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"displayName\": \"Stop an Azure Automation job\",\r\n \"description\": \"Stops an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"displayName\": \"Suspend an Azure Automation job\",\r\n \"description\": \"Suspends an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"displayName\": \"Resume an Azure Automation job\",\r\n \"description\": \"Resumes an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/runbookContent/action\",\r\n \"displayName\": \"Get runbook content\",\r\n \"description\": \"Gets the content of the Azure Automation runbook at the time of the job execution\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/output/action\",\r\n \"displayName\": \"Get the output of a job\",\r\n \"description\": \"Gets the output of a job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"displayName\": \"Read an Azure Automation job\",\r\n \"description\": \"Gets an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"displayName\": \"Create an Azure Automation job\",\r\n \"description\": \"Creates an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"displayName\": \"Stop an Azure Automation job\",\r\n \"description\": \"Stops an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"displayName\": \"Suspend an Azure Automation job\",\r\n \"description\": \"Suspends an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"displayName\": \"Resume an Azure Automation job\",\r\n \"description\": \"Resumes an Azure Automation job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/jobs/streams\",\r\n \"displayName\": \"Azure Automation Job Stream\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"displayName\": \"Read an Azure Automation job stream\",\r\n \"description\": \"Gets an Azure Automation job stream\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/connections\",\r\n \"displayName\": \"Azure Automation Connection Asset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/read\",\r\n \"displayName\": \"Read an Azure Automation connection asset\",\r\n \"description\": \"Gets an Azure Automation connection asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/write\",\r\n \"displayName\": \"Create or Update an Azure Automation connection asset\",\r\n \"description\": \"Creates or updates an Azure Automation connection asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/delete\",\r\n \"displayName\": \"Delete an Azure Automation connection asset\",\r\n \"description\": \"Deletes an Azure Automation connection asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/variables\",\r\n \"displayName\": \"Azure Automation Variable Asset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/variables/read\",\r\n \"displayName\": \"Read an Azure Automation variable asset\",\r\n \"description\": \"Reads an Azure Automation variable asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/variables/write\",\r\n \"displayName\": \"Create or Update an Azure Automation variable asset\",\r\n \"description\": \"Creates or updates an Azure Automation variable asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/variables/delete\",\r\n \"displayName\": \"Delete an Azure Automation variable asset\",\r\n \"description\": \"Deletes an Azure Automation variable asset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/runbooks\",\r\n \"displayName\": \"Azure Automation Runbook\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/readContent/action\",\r\n \"displayName\": \"Read the content of an Azure Automation runbook draft\",\r\n \"description\": \"Gets the content of an Azure Automation runbook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"displayName\": \"Read an Azure Automation Runbook\",\r\n \"description\": \"Gets an Azure Automation runbook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/write\",\r\n \"displayName\": \"Create or Update an Azure Automation Runbook\",\r\n \"description\": \"Creates or updates an Azure Automation runbook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/delete\",\r\n \"displayName\": \"Delete an Azure Automation Runbook\",\r\n \"description\": \"Deletes an Azure Automation runbook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/runbooks/draft\",\r\n \"displayName\": \"Azure Automation Runbook Draft\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/readContent/action\",\r\n \"displayName\": \"Read the content of an Azure Automation runbook draft\",\r\n \"description\": \"Gets the content of an Azure Automation runbook draft\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/writeContent/action\",\r\n \"displayName\": \"Write the content of an Azure Automation runbook draft\",\r\n \"description\": \"Creates the content of an Azure Automation runbook draft\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/read\",\r\n \"displayName\": \"Read an Azure Automation runbook draft\",\r\n \"description\": \"Gets an Azure Automation runbook draft\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/publish/action\",\r\n \"displayName\": \"Publish an Azure Automation runbook draft\",\r\n \"description\": \"Publishes an Azure Automation runbook draft\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/undoEdit/action\",\r\n \"displayName\": \"Undo Edit to an Azure Automation runbook draft\",\r\n \"description\": \"Undo edits to an Azure Automation runbook draft\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/runbooks/draft/testJob\",\r\n \"displayName\": \"Azure Automation Runbook Draft Test Job\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/testJob/read\",\r\n \"displayName\": \"Read an Azure Automation runbook draft test job\",\r\n \"description\": \"Gets an Azure Automation runbook draft test job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/testJob/write\",\r\n \"displayName\": \"Create an Azure Automation runbook draft test job\",\r\n \"description\": \"Creates an Azure Automation runbook draft test job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/testJob/stop/action\",\r\n \"displayName\": \"Stop an Azure Automation runbook draft test job\",\r\n \"description\": \"Stops an Azure Automation runbook draft test job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/testJob/suspend/action\",\r\n \"displayName\": \"Suspend an Azure Automation runbook draft test job\",\r\n \"description\": \"Suspends an Azure Automation runbook draft test job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft/testJob/resume/action\",\r\n \"displayName\": \"Resume an Azure Automation runbook draft test job\",\r\n \"description\": \"Resumes an Azure Automation runbook draft test job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"automationAccounts/webhooks\",\r\n \"displayName\": \"Azure Automation Webhook\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/read\",\r\n \"displayName\": \"Read an Azure Automation webhook\",\r\n \"description\": \"Reads an Azure Automation webhook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/write\",\r\n \"displayName\": \"Create or Update an Azure Automation webhook\",\r\n \"description\": \"Creates or updates an Azure Automation webhook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/delete\",\r\n \"displayName\": \"Delete an Azure Automation webhook\",\r\n \"description\": \"Deletes an Azure Automation webhook \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/generateUri/action\",\r\n \"displayName\": \"Generate a URI for an Azure Automation webhook\",\r\n \"description\": \"Generates a URI for an Azure Automation webhook\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Automation\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Automation\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Authorization\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/elevateAccess/action\",\r\n \"displayName\": \"Assigns the caller to User Access Administrator role\",\r\n \"description\": \"Grants the caller User Access Administrator access at the tenant scope\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"classicAdministrators\",\r\n \"displayName\": \"Classic subscription administrator\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"displayName\": \"Get administrator\",\r\n \"description\": \"Reads the administrators for the subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/classicAdministrators/write\",\r\n \"displayName\": \"Set administrator\",\r\n \"description\": \"Add or modify administrator to a subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/classicAdministrators/delete\",\r\n \"displayName\": \"Delete administrator\",\r\n \"description\": \"Removes the administrator from the subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locks\",\r\n \"displayName\": \"Management lock\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/read\",\r\n \"displayName\": \"Get management locks\",\r\n \"description\": \"Gets locks at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/write\",\r\n \"displayName\": \"Add management locks\",\r\n \"description\": \"Add locks at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/delete\",\r\n \"displayName\": \"Delete management locks\",\r\n \"description\": \"Delete locks at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"policyAssignments\",\r\n \"displayName\": \"Policy assignment\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/read\",\r\n \"displayName\": \"Get policy assignment\",\r\n \"description\": \"Get information about a policy assignment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/write\",\r\n \"displayName\": \"Create policy assignment\",\r\n \"description\": \"Create a policy assignment at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/delete\",\r\n \"displayName\": \"Delete policy assignment\",\r\n \"description\": \"Delete a policy assignment at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"permissions\",\r\n \"displayName\": \"Permission\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/permissions/read\",\r\n \"displayName\": \"List permissions\",\r\n \"description\": \"Lists all the permissions the caller has at a given scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"roleDefinitions\",\r\n \"displayName\": \"Role definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/read\",\r\n \"displayName\": \"Get role definition\",\r\n \"description\": \"Get information about a role definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/write\",\r\n \"displayName\": \"Create or update custom role definition\",\r\n \"description\": \"Create or update a custom role definition with specified permissions and assignable scopes.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/delete\",\r\n \"displayName\": \"Delete custom role definition\",\r\n \"description\": \"Delete the specified custom role definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"providerOperations\",\r\n \"displayName\": \"Provider operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/providerOperations/read\",\r\n \"displayName\": \"Get operations for resource providers\",\r\n \"description\": \"Get operations for all resource providers which can be used in role definitions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"policyDefinitions\",\r\n \"displayName\": \"Policy definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/read\",\r\n \"displayName\": \"Get policy definition\",\r\n \"description\": \"Get information about a policy definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/write\",\r\n \"displayName\": \"Create policy definition\",\r\n \"description\": \"Create a custom policy definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/delete\",\r\n \"displayName\": \"Delete policy definition\",\r\n \"description\": \"Delete a policy definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"roleAssignments\",\r\n \"displayName\": \"Role assignment\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/read\",\r\n \"displayName\": \"Get role assignment\",\r\n \"description\": \"Get information about a role assignment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/write\",\r\n \"displayName\": \"Create role assignment\",\r\n \"description\": \"Create a role assignment at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/delete\",\r\n \"displayName\": \"Delete role assignment\",\r\n \"description\": \"Delete a role assignment at the specified scope.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Authorization\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Authorization\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Storage\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/register/action\",\r\n \"displayName\": \"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 \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"checknameavailability\",\r\n \"displayName\": \"Name Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/checknameavailability/read\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"description\": \"Checks that account name is valid and is not in use.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts\",\r\n \"displayName\": \"Storage Accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/write\",\r\n \"displayName\": \"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 \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/delete\",\r\n \"displayName\": \"Delete Storage Account\",\r\n \"description\": \"Deletes an existing storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"displayName\": \"List Storage Account Keys\",\r\n \"description\": \"Returns the access keys for the specified storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"displayName\": \"Regenerate Storage Account Keys\",\r\n \"description\": \"Regenerates the access keys for the specified storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/read\",\r\n \"displayName\": \"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 \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listAccountSas/action\",\r\n \"displayName\": \"Returns Storage Account SAS Token\",\r\n \"description\": \"Returns the Account SAS token for the specified storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listServiceSas/action\",\r\n \"displayName\": \"Returns Storage Service SAS Token\",\r\n \"description\": \"Storage Service SAS Token\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Storage Accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\",\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 }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Storage Accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/blobServices/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Blob service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\",\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 }\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 }\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\": \"BlobProvisionedSize\",\r\n \"displayName\": \"Blob Provisioned Size\",\r\n \"displayDescription\": \"The amount of storage provisioned in 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 }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Blob service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/tableServices/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Table service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\",\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 }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Table service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/fileServices/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"File service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\",\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\": \"FileProvisionedSize\",\r\n \"displayName\": \"File Provisioned Size\",\r\n \"displayDescription\": \"The amount of storage provisioned in 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 }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"File service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/queueServices/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Queue service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\",\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 }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Queue service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/services/diagnosticSettings\",\r\n \"displayName\": \"Storage Accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/services/diagnosticSettings/write\",\r\n \"displayName\": \"Create/Update Diagnostic Settings\",\r\n \"description\": \"Create/Update storage account diagnostic settings.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"skus\",\r\n \"displayName\": \"Skus\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/skus/read\",\r\n \"displayName\": \"List Skus\",\r\n \"description\": \"Lists the Skus supported by Microsoft.Storage.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usages\",\r\n \"displayName\": \"Usage Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/usages/read\",\r\n \"displayName\": \"Get Subscription Usages\",\r\n \"description\": \"Returns the limit and the current usage count for resources in the specified subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/operations/read\",\r\n \"displayName\": \"Poll Asynchronous Operation\",\r\n \"description\": \"Polls the status of an asynchronous operation.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations\",\r\n \"displayName\": \"Location\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Storage/locations/deleteVirtualNetworkOrSubnets/action\",\r\n \"displayName\": \"Delete virtual network or subnets notifications\",\r\n \"description\": \"Notifies Microsoft.Storage that virtual network or subnet is being deleted\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Storage\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Storage\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Network\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/register/action\",\r\n \"displayName\": \"Register Subscription\",\r\n \"description\": \"Registers the subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/unregister/action\",\r\n \"displayName\": \"Unregister Subscription\",\r\n \"description\": \"Unregisters the subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/checkTrafficManagerNameAvailability/action\",\r\n \"displayName\": \"Check Traffic Manager Name Availability\",\r\n \"description\": \"Checks the availability of a Traffic Manager Relative DNS name.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"dnszones\",\r\n \"displayName\": \"DNS Zone\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/read\",\r\n \"displayName\": \"Get DNS Zone\",\r\n \"description\": \"Get the DNS zone, in JSON format. The zone properties include tags, etag, numberOfRecordSets, and maxNumberOfRecordSets. Note that this command does not retrieve the record sets contained within the zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/write\",\r\n \"displayName\": \"Create or Update DNS Zone\",\r\n \"description\": \"Create or update a DNS zone within a resource group. Used to update the tags on a DNS zone resource. Note that this command can not be used to create or update record sets within the zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/delete\",\r\n \"displayName\": \"Delete DNS Zone\",\r\n \"description\": \"Delete the DNS zone, in JSON format. The zone properties include tags, etag, numberOfRecordSets, and maxNumberOfRecordSets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/MX\",\r\n \"displayName\": \"DNS MX record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/read\",\r\n \"displayName\": \"Get record set of type MX\",\r\n \"description\": \"Get the record set of type ‘MX’, in JSON format. The record set contains a list of records as well as the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/write\",\r\n \"displayName\": \"Create or update record set of type MX\",\r\n \"description\": \"Create or update a record set of type ‘MX’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/delete\",\r\n \"displayName\": \"Delete record set of type MX\",\r\n \"description\": \"Remove the record set of a given name and type ‘MX’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/NS\",\r\n \"displayName\": \"DNS record set of type NS\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/read\",\r\n \"displayName\": \"Gets DNS record set of type NS\",\r\n \"description\": \"Gets DNS record set of type NS\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/write\",\r\n \"displayName\": \"Creates or updates DNS record set of type NS\",\r\n \"description\": \"Creates or updates DNS record set of type NS\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/delete\",\r\n \"displayName\": \"Deletes the DNS record set of type NS\",\r\n \"description\": \"Deletes the DNS record set of type NS\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/AAAA\",\r\n \"displayName\": \"DNS AAAA record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/read\",\r\n \"displayName\": \"Get record set of type AAAA\",\r\n \"description\": \"Get the record set of type ‘AAAA’, in JSON format. The record set contains a list of records as well as the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/write\",\r\n \"displayName\": \"Create or update record set of type AAAA\",\r\n \"description\": \"Create or update a record set of type ‘AAAA’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/delete\",\r\n \"displayName\": \"Delete record set of type AAAA\",\r\n \"description\": \"Remove the record set of a given name and type ‘AAAA’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/CNAME\",\r\n \"displayName\": \"DNS CNAME record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/read\",\r\n \"displayName\": \"Get record set of type CNAME\",\r\n \"description\": \"Get the record set of type ‘CNAME’, in JSON format. The record set contains the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/write\",\r\n \"displayName\": \"Create or update record set of type CNAME\",\r\n \"description\": \"Create or update a record set of type ‘CNAME’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/delete\",\r\n \"displayName\": \"Delete record set of type CNAME\",\r\n \"description\": \"Remove the record set of a given name and type ‘CNAME’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/SOA\",\r\n \"displayName\": \"DNS record set of type SOA\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/read\",\r\n \"displayName\": \"Gets DNS record set of type SOA\",\r\n \"description\": \"Gets DNS record set of type SOA\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/write\",\r\n \"displayName\": \"Creates or updates DNS record set of type SOA\",\r\n \"description\": \"Creates or updates DNS record set of type SOA\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/SRV\",\r\n \"displayName\": \"DNS SRV record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/read\",\r\n \"displayName\": \"Get record set of type SRV\",\r\n \"description\": \"Get the record set of type ‘SRV’, in JSON format. The record set contains a list of records as well as the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/write\",\r\n \"displayName\": \"Create or update a record set of type ‘SRV’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"description\": \"Create or update record set of type SRV\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/delete\",\r\n \"displayName\": \"Delete record set of type SRV\",\r\n \"description\": \"Remove the record set of a given name and type ‘SRV’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/PTR\",\r\n \"displayName\": \"DNS PTR record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/read\",\r\n \"displayName\": \"Get record set of type PTR\",\r\n \"description\": \"Get the record set of type ‘PTR’, in JSON format. The record set contains a list of records as well as the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/write\",\r\n \"displayName\": \"Create or update record set of type PTR\",\r\n \"description\": \"Create or update a record set of type ‘PTR’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/delete\",\r\n \"displayName\": \"Delete record set of type PTR\",\r\n \"description\": \"Remove the record set of a given name and type ‘PTR’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/A\",\r\n \"displayName\": \"DNS A record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/read\",\r\n \"displayName\": \"Get record set of type A\",\r\n \"description\": \"Get the record set of type ‘A’, in JSON format. The record set contains a list of records as well as the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/write\",\r\n \"displayName\": \"Create or update record set of type A\",\r\n \"description\": \"Create or update a record set of type ‘A’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/delete\",\r\n \"displayName\": \"Delete record set of type A\",\r\n \"description\": \"Remove the record set of a given name and type ‘A’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/TXT\",\r\n \"displayName\": \"DNS TXT record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/read\",\r\n \"displayName\": \"Get record set of type TXT\",\r\n \"description\": \"Get the record set of type ‘TXT’, in JSON format. The record set contains a list of records as well as the TTL, tags, and etag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/write\",\r\n \"displayName\": \"Create or update record set of type TXT\",\r\n \"description\": \"Create or update a record set of type ‘TXT’ within a DNS zone. The records specified will replace the current records in the record set.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/delete\",\r\n \"displayName\": \"Delete record set of type TXT\",\r\n \"description\": \"Remove the record set of a given name and type ‘TXT’ from a DNS zone.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnszones/recordsets\",\r\n \"displayName\": \"DNS record set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/recordsets/read\",\r\n \"displayName\": \"Gets DNS record sets across types\",\r\n \"description\": \"Gets DNS record sets across types\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkInterfaces\",\r\n \"displayName\": \"Network Interface\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/read\",\r\n \"displayName\": \"Get Network Interface\",\r\n \"description\": \"Gets a network interface definition. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/write\",\r\n \"displayName\": \"Create or Update Network Interface\",\r\n \"description\": \"Creates a network interface or updates an existing network interface. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"displayName\": \"Join Virtual Machine to a network interface\",\r\n \"description\": \"Joins a Virtual Machine to a network interface\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/delete\",\r\n \"displayName\": \"Delete Network Interface\",\r\n \"description\": \"Deletes a network interface\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/effectiveRouteTable/action\",\r\n \"displayName\": \"Get Network Interface Effective Route Table\",\r\n \"description\": \"Get Route Table configured On Network Interface Of The Vm\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/effectiveNetworkSecurityGroups/action\",\r\n \"displayName\": \"Get Network Interface Effective Security Groups\",\r\n \"description\": \"Get Network Security Groups configured On Network Interface Of The Vm\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkInterfaces/loadBalancers\",\r\n \"displayName\": \"Network Interface Load Balancers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/loadBalancers/read\",\r\n \"displayName\": \"Get Network Interface Load Balancers\",\r\n \"description\": \"Gets all the load balancers that the network interface is part of\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkInterfaces/ipconfigurations\",\r\n \"displayName\": \"Network Interface IP Configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipconfigurations/read\",\r\n \"displayName\": \"Get Network Interface IP Configuration\",\r\n \"description\": \"Gets a network interface ip configuration definition. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publicIPAddresses\",\r\n \"displayName\": \"Public Ip Address\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/read\",\r\n \"displayName\": \"Get Public Ip Address\",\r\n \"description\": \"Gets a public ip address definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/write\",\r\n \"displayName\": \"Create or Update Public Ip Address\",\r\n \"description\": \"Creates a public Ip address or updates an existing public Ip address. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/delete\",\r\n \"displayName\": \"Delete Public Ip Address\",\r\n \"description\": \"Deletes a public Ip address.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"displayName\": \"Join Public Ip Address\",\r\n \"description\": \"Joins a public ip address\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"routeFilters\",\r\n \"displayName\": \"Route Filter\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/read\",\r\n \"displayName\": \"Get Route Filter\",\r\n \"description\": \"Gets a route filter definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/join/action\",\r\n \"displayName\": \"Join Route Filter\",\r\n \"description\": \"Joins a route filter\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/delete\",\r\n \"displayName\": \"Delete Route Filter\",\r\n \"description\": \"Deletes a route filter definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/write\",\r\n \"displayName\": \"Create or Update Route Filter\",\r\n \"description\": \"Creates a route filter or Updates an existing rotue filter\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"routeFilters/rules\",\r\n \"displayName\": \"Route Filter Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules/read\",\r\n \"displayName\": \"Get Route Filter Rule\",\r\n \"description\": \"Gets a route filter rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules/write\",\r\n \"displayName\": \"Create or Update Route Filter Rule\",\r\n \"description\": \"Creates a route filter rule or Updates an existing route filter rule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules/delete\",\r\n \"displayName\": \"Delete Route Fitler Rule\",\r\n \"description\": \"Deletes a route filter rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkWatchers\",\r\n \"displayName\": \"Network Watcher\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/read\",\r\n \"displayName\": \"Get Network Watcher\",\r\n \"description\": \"Get the network watcher definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/write\",\r\n \"displayName\": \"Create or Update Network Watcher\",\r\n \"description\": \"Creates a network watcher or updates an existing network watcher\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/delete\",\r\n \"displayName\": \"Delete Network Watcher\",\r\n \"description\": \"Deletes a network watcher\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/configureFlowLog/action\",\r\n \"displayName\": \"Configure Flow Log\",\r\n \"description\": \"Configures flow logging for a target resource.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/ipFlowVerify/action\",\r\n \"displayName\": \"Verify Ip Flow\",\r\n \"description\": \"Returns whether the packet is allowed or denied to or from a particular destination.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/nextHop/action\",\r\n \"displayName\": \"Gets the next hop from a VM\",\r\n \"description\": \"For a specified target and destination IP address, return the next hop type and next hope IP address.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/queryFlowLogStatus/action\",\r\n \"displayName\": \"Query Flow Log Status\",\r\n \"description\": \"Gets the status of flow logging on a resource.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/queryTroubleshootResult/action\",\r\n \"displayName\": \"Query Results Of Troubleshoot\",\r\n \"description\": \"Gets the troubleshooting result from the previously run or currently running troubleshooting operation.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/securityGroupView/action\",\r\n \"displayName\": \"View Security Groups\",\r\n \"description\": \"View the configured and effective network security group rules applied on a VM.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/topology/action\",\r\n \"displayName\": \"Get Topology\",\r\n \"description\": \"Gets a network level view of resources and their relationships in a resource group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/troubleshoot/action\",\r\n \"displayName\": \"Troubleshoot\",\r\n \"description\": \"Starts troubleshooting on a Networking resource in Azure.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkWatchers/packetCaptures\",\r\n \"displayName\": \"Packet Capture\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/packetCaptures/queryStatus/action\",\r\n \"displayName\": \"Query Status Of Packet Capture\",\r\n \"description\": \"Gets information about properties and status of a packet capture resource.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/packetCaptures/stop/action\",\r\n \"displayName\": \"Stop Packet Capture\",\r\n \"description\": \"Stop the running packet capture session.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/packetCaptures/read\",\r\n \"displayName\": \"Get Packet Capture\",\r\n \"description\": \"Get the packet capture definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/packetCaptures/write\",\r\n \"displayName\": \"Create Packet Capture\",\r\n \"description\": \"Creates a packet capture\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/packetCaptures/delete\",\r\n \"displayName\": \"Delete Packet Capture\",\r\n \"description\": \"Deletes a packet capture\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers\",\r\n \"displayName\": \"Load Balancer\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/read\",\r\n \"displayName\": \"Get Load Balancer\",\r\n \"description\": \"Gets a load balancer definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/write\",\r\n \"displayName\": \"Create or Update Load Balancer\",\r\n \"description\": \"Creates a load balancer or updates an existing load balancer\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/delete\",\r\n \"displayName\": \"Delete Load Balancer\",\r\n \"description\": \"Deletes a load balancer\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/networkInterfaces\",\r\n \"displayName\": \"Load Balancer Network Interfaces\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/networkInterfaces/read\",\r\n \"displayName\": \"Get Load Balancer Network Interfaces\",\r\n \"description\": \"Gets references to all the network interfaces under a load balancer\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Load Balancer Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get Load Balancer Diagnostic Settings\",\r\n \"description\": \"Gets the Load Balancer Diagnostic Settings\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Create or update Load Balancer Diagnostic Settings\",\r\n \"description\": \"Creates or updates the Load Balancer Diagnostic Settings\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Load Balancer Log Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get Load Balancer Event Log Definitions\",\r\n \"description\": \"Gets the events for Load Balancer\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"LoadBalancerAlertEvent\",\r\n \"displayName\": \"Load Balancer Alert Events\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"LoadBalancerProbeHealthStatus\",\r\n \"displayName\": \"Load Balancer Probe Health Status\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/loadBalancingRules\",\r\n \"displayName\": \"Load Balancer Load Balancing Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules/read\",\r\n \"displayName\": \"Get Load Balancer Load Balancing Rule\",\r\n \"description\": \"Gets a load balancer load balancing rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/backendAddressPools\",\r\n \"displayName\": \"Load Balancer Backend Address Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools/read\",\r\n \"displayName\": \"Get Load Balancer Backend Address Pool\",\r\n \"description\": \"Gets a load balancer backend address pool definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"displayName\": \"Join Load Balancer Backend Address Pool\",\r\n \"description\": \"Joins a load balancer backend address pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/inboundNatPools\",\r\n \"displayName\": \"Load Balancer Inbound Nat Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools/read\",\r\n \"displayName\": \"Get Load Balancer Inbound Nat Pool\",\r\n \"description\": \"Gets a load balancer inbound nat pool definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"displayName\": \"Join Load Balancer Inbound Nat Pool\",\r\n \"description\": \"Joins a load balancer inbound nat pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/inboundNatRules\",\r\n \"displayName\": \"Load Balancer Inbound Nat Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules/read\",\r\n \"displayName\": \"Get Load Balancer Inbound Nat Rule\",\r\n \"description\": \"Gets a load balancer inbound nat rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules/write\",\r\n \"displayName\": \"Create or Update Load Balancer Inbound Nat Rule\",\r\n \"description\": \"Creates a load balancer inbound nat rule or updates an existing load balancer inbound nat rule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules/delete\",\r\n \"displayName\": \"Delete Load Balancer Inbound Nat Rule\",\r\n \"description\": \"Deletes a load balancer inbound nat rule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"displayName\": \"Join Load Balancer Inbound Nat Rule\",\r\n \"description\": \"Joins a load balancer inbound nat rule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/outboundNatRules\",\r\n \"displayName\": \"Load Balancer Outbound Nat Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules/read\",\r\n \"displayName\": \"Get Load Balancer Outbound Nat Rule\",\r\n \"description\": \"Gets a load balancer outbound nat rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/probes\",\r\n \"displayName\": \"Load Balancer Probe\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes/read\",\r\n \"displayName\": \"Get Load Balancer Probe\",\r\n \"description\": \"Gets a load balancer probe\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/virtualMachines\",\r\n \"displayName\": \"Load Balancer Virtual Machines\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/virtualMachines/read\",\r\n \"displayName\": \"Get Load Balancer Virtual Machines\",\r\n \"description\": \"Gets references to all the virtual machines under a load balancer\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"loadBalancers/frontendIPConfigurations\",\r\n \"displayName\": \"Load Balancer Frontend IP Configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations/read\",\r\n \"displayName\": \"Get Load Balancer Frontend IP Configuration\",\r\n \"description\": \"Gets a load balancer frontend IP configuration definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serviceTunnelServices\",\r\n \"displayName\": \"Service Tunnel Service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/serviceTunnelServices/read\",\r\n \"displayName\": \"Get available Service Tunnel services\",\r\n \"description\": \"Gets a list of services that support Service Tunnelling\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"trafficManagerGeographicHierarchies\",\r\n \"displayName\": \"Traffic Manager Geographic Hierarchy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/trafficManagerGeographicHierarchies/read\",\r\n \"displayName\": \"Get Traffic Manager Geographic Hierarchy\",\r\n \"description\": \"Gets the Traffic Manager Geographic Hierarchy containing regions which can be used with the Geographic traffic routing method\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"bgpServiceCommunities\",\r\n \"displayName\": \"Bgp Service Community\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/bgpServiceCommunities/read\",\r\n \"displayName\": \"Get Bgp Service Communities\",\r\n \"description\": \"Get Bgp Service Communities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"displayName\": \"Application Gateway available Waf Rule Set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayAvailableWafRuleSets/read\",\r\n \"displayName\": \"Get Application Gateway Available Waf Rule Sets\",\r\n \"description\": \"Gets Application Gateway Available Waf Rule Sets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks\",\r\n \"displayName\": \"Virtual Network\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/read\",\r\n \"displayName\": \"Get Virtual Network\",\r\n \"description\": \"Get the virtual network definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/write\",\r\n \"displayName\": \"Create or Update Virtual Network\",\r\n \"description\": \"Creates a virtual network or updates an existing virtual network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/delete\",\r\n \"displayName\": \"Delete Virtual Network\",\r\n \"description\": \"Deletes a virtual network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/peer/action\",\r\n \"displayName\": \"Peer Virtual Networks\",\r\n \"description\": \"Peers a virtual network with another virtual network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/virtualNetworkPeerings\",\r\n \"displayName\": \"Virtual Network Peering\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/read\",\r\n \"displayName\": \"Get Virtual Network Peering\",\r\n \"description\": \"Gets a virtual network peering definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/write\",\r\n \"displayName\": \"Create or Update Virtual Network Peering\",\r\n \"description\": \"Creates a virtual network peering or updates an existing virtual network peering\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/delete\",\r\n \"displayName\": \"Delete Virtual Network Peering\",\r\n \"description\": \"Deletes a virtual network peering\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/subnets\",\r\n \"displayName\": \"Virtual Network Subnet\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"displayName\": \"Get Virtual Network Subnet\",\r\n \"description\": \"Gets a virtual network subnet definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/write\",\r\n \"displayName\": \"Create or Update Virtual Network Subnet\",\r\n \"description\": \"Creates a virtual network subnet or updates an existing virtual network subnet\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delete\",\r\n \"displayName\": \"Delete Virtual Network Subnet\",\r\n \"description\": \"Deletes a virtual network subnet\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"displayName\": \"Join Virtual Network\",\r\n \"description\": \"Joins a virtual network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/joinViaServiceTunnel/action\",\r\n \"displayName\": \"Join Subnet Via Service Tunnel\",\r\n \"description\": \"Joins resource such as storage account or SQL database to a Service Tunneling enabled subnet.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/subnets/resourceNavigationLinks\",\r\n \"displayName\": \"Resource Navigation Link\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks/read\",\r\n \"displayName\": \"Get Resource Navigation Link\",\r\n \"description\": \"Get the Resource Navigation Link definition\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks/write\",\r\n \"displayName\": \"Create or Update Resource Navigation Link\",\r\n \"description\": \"Creates a Resource Navigation Link or updates an existing Resource Navigation Link\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks/delete\",\r\n \"displayName\": \"Delete Resource Navigation Link\",\r\n \"description\": \"Deletes a Resource Navigation Link\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/subnets/virtualMachines\",\r\n \"displayName\": \"Virtual Network Subnet Virtual Machines\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"displayName\": \"Get Virtual Network Subnet Virtual Machines\",\r\n \"description\": \"Gets references to all the virtual machines in a virtual network subnet\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/checkIpAddressAvailability\",\r\n \"displayName\": \"IP Availability Check Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"displayName\": \"Check Ip Address Availability\",\r\n \"description\": \"Check if Ip Address is available at the specified virtual network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/taggedTrafficConsumers\",\r\n \"displayName\": \"Tagged Traffic Consumer\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/taggedTrafficConsumers/read\",\r\n \"displayName\": \"Get Tagged Traffic Consumer\",\r\n \"description\": \"Get the Tagged Traffic Consumer definition\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/taggedTrafficConsumers/write\",\r\n \"displayName\": \"Create or Update Tagged Traffic Consumer\",\r\n \"description\": \"Creates a Tagged Traffic Consumer or updates an existing Tagged Traffic Consumer\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/taggedTrafficConsumers/delete\",\r\n \"displayName\": \"Delete Tagged Traffic Consumer\",\r\n \"description\": \"Deletes a Tagged Traffic Consumer\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/taggedTrafficConsumers/validate/action\",\r\n \"displayName\": \"Validate Tagged Traffic Consumer\",\r\n \"description\": \"Validates a Tagged Traffic Consumer\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/virtualMachines\",\r\n \"displayName\": \"Virtual Network Virtual Machines\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"displayName\": \"Get Virtual Network Virtual Machines\",\r\n \"description\": \"Gets references to all the virtual machines in a virtual network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteServiceProviders\",\r\n \"displayName\": \"Express Route Service Provider\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteServiceProviders/read\",\r\n \"displayName\": \"Get Express Route Service Provider\",\r\n \"description\": \"Gets Express Route Service Providers\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnsoperationresults\",\r\n \"displayName\": \"DNS operation results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnsoperationresults/read\",\r\n \"displayName\": \"Gets results of a DNS operation\",\r\n \"description\": \"Gets results of a DNS operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"localnetworkgateways\",\r\n \"displayName\": \"LocalNetworkGateway\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/localnetworkgateways/read\",\r\n \"displayName\": \"Get LocalNetworkGateway\",\r\n \"description\": \"Gets LocalNetworkGateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localnetworkgateways/write\",\r\n \"displayName\": \"Create or update LocalNetworkGateway\",\r\n \"description\": \"Creates or updates an existing LocalNetworkGateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localnetworkgateways/delete\",\r\n \"displayName\": \"Delete LocalNetworkGateway\",\r\n \"description\": \"Deletes LocalNetworkGateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"trafficManagerProfiles\",\r\n \"displayName\": \"Traffic Manager Profile\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/trafficManagerProfiles/read\",\r\n \"displayName\": \"Get Traffic Manager Profile\",\r\n \"description\": \"Get the Traffic Manager profile configuration. This includes DNS settings, traffic routing settings, endpoint monitoring settings, and the list of endpoints routed by this Traffic Manager profile.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficManagerProfiles/write\",\r\n \"displayName\": \"Create or Update Traffic Manager Profile\",\r\n \"description\": \"Create a Traffic Manager profile, or modify the configuration of an existing Traffic Manager profile. This includes enabling or disabling a profile and modifying DNS settings, traffic routing settings, or endpoint monitoring settings. Endpoints routed by the Traffic Manager profile can be added, removed, enabled or disabled.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficManagerProfiles/delete\",\r\n \"displayName\": \"Delete Traffic Manager Profile\",\r\n \"description\": \"Delete the Traffic Manager profile. All settings associated with the Traffic Manager profile will be lost, and the profile can no longer be used to route traffic.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"dnsoperationstatuses\",\r\n \"displayName\": \"DNS operation status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnsoperationstatuses/read\",\r\n \"displayName\": \"Gets status of a DNS operation \",\r\n \"description\": \"Gets status of a DNS operation \",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Available Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/operations/read\",\r\n \"displayName\": \"Get Available Operations\",\r\n \"description\": \"Get Available Operations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits\",\r\n \"displayName\": \"ExpressRouteCircuit\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/read\",\r\n \"displayName\": \"Gets ExpressRouteCircuit\",\r\n \"description\": \"Get an ExpressRouteCircuit\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/write\",\r\n \"displayName\": \"Create or Update ExpressRouteCircuit\",\r\n \"description\": \"Creates or updates an existing ExpressRouteCircuit\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/delete\",\r\n \"displayName\": \"Deletes ExpressRouteCircuit\",\r\n \"description\": \"Deletes an ExpressRouteCircuit\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/stats\",\r\n \"displayName\": \"ExpressRouteCircuitStat\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/stats/read\",\r\n \"displayName\": \"Get an ExpressRouteCircuit Stat\",\r\n \"description\": \"Gets an ExpressRouteCircuit Stat\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"ExpressRoute Circuit metric definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Gets the metric definitions for ExpressRoute Circuits\",\r\n \"description\": \"Gets the metric definitions for ExpressRoute Circuits\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"BytesIn\",\r\n \"displayName\": \"BytesIn\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"00:01:00\",\r\n \"retention\": \"00:00:00\",\r\n \"blobDuration\": \"00:01:00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesOut\",\r\n \"displayName\": \"BytesOut\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"00:01:00\",\r\n \"retention\": \"00:00:00\",\r\n \"blobDuration\": \"00:01:00\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Diagnostic settings for ExpressRoute Circuits\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Gets diagnostic settings for ExpressRoute Circuits\",\r\n \"description\": \"Gets diagnostic settings for ExpressRoute Circuits\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Create or update diagnostic settings for ExpressRoute Circuits\",\r\n \"description\": \"Creates or updates diagnostic settings for ExpressRoute Circuits\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"ExpressRoute Circuit log definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get the logs for ExpressRoute Circuits\",\r\n \"description\": \"Get the events for ExpressRoute Circuits\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"GWMCountersTable\",\r\n \"displayName\": \"Table of GWM counters\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/peerings\",\r\n \"displayName\": \"ExpressRouteCircuitPeering\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/read\",\r\n \"displayName\": \"Get ExpressRouteCircuit Peering\",\r\n \"description\": \"Gets an ExpressRouteCircuit Peering\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/write\",\r\n \"displayName\": \"Create or update ExpressRouteCircuit Peering\",\r\n \"description\": \"Creates or updates an existing ExpressRouteCircuit Peering\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/delete\",\r\n \"displayName\": \"Delete ExpressRouteCircuit Peering\",\r\n \"description\": \"Deletes an ExpressRouteCircuit Peering\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/arpTables/action\",\r\n \"displayName\": \"Get ExpressRouteCircuit Peering ArpTable\",\r\n \"description\": \"Gets an ExpressRouteCircuit Peering ArpTable\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeTables/action\",\r\n \"displayName\": \"Get ExpressRouteCircuit Peering RouteTable\",\r\n \"description\": \"Gets an ExpressRouteCircuit Peering RouteTable\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeTablesSummary/action\",\r\n \"displayName\": \"Get an ExpressRouteCircuit Peering RouteTable Summary\",\r\n \"description\": \"Gets an ExpressRouteCircuit Peering RouteTable Summary\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/peerings/stats\",\r\n \"displayName\": \"ExpressRouteCircuitPeeringStat\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats/read\",\r\n \"displayName\": \"Get ExpressRouteCircuit Peering Stat\",\r\n \"description\": \"Gets an ExpressRouteCircuit Peering Stat\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expressRouteCircuits/authorizations\",\r\n \"displayName\": \"ExpressRouteCircuitAuthorization\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations/read\",\r\n \"displayName\": \"Get an ExpressRouteCircuit Authorization\",\r\n \"description\": \"Gets an ExpressRouteCircuit Authorization\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations/write\",\r\n \"displayName\": \"Create or update an existing ExpressRouteCircuit Authorization\",\r\n \"description\": \"Creates or updates an existing ExpressRouteCircuit Authorization\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations/delete\",\r\n \"displayName\": \"Delete ExpressRouteCircuit Authorization\",\r\n \"description\": \"Deletes an ExpressRouteCircuit Authorization\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connections\",\r\n \"displayName\": \"VirtualNetworkGatewayConnection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/connections/read\",\r\n \"displayName\": \"Get VirtualNetworkGatewayConnection\",\r\n \"description\": \"Gets VirtualNetworkGatewayConnection\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/write\",\r\n \"displayName\": \"Create or update VirtualNetworkGatewayConnection\",\r\n \"description\": \"Creates or updates an existing VirtualNetworkGatewayConnection\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/delete\",\r\n \"displayName\": \"Delete VirtualNetworkGatewayConnection\",\r\n \"description\": \"Deletes VirtualNetworkGatewayConnection\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connections/sharedKey\",\r\n \"displayName\": \"VirtualNetworkGatewayConnection shared key\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/connections/sharedKey/read\",\r\n \"displayName\": \"Get VirtualNetworkGatewayConnection SharedKey\",\r\n \"description\": \"Gets VirtualNetworkGatewayConnection SharedKey\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/sharedKey/write\",\r\n \"displayName\": \"Create or update VirtualNetworkGatewayConnection SharedKey\",\r\n \"description\": \"Creates or updates an existing VirtualNetworkGatewayConnection SharedKey\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups\",\r\n \"displayName\": \"Network Security Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"displayName\": \"Get Network Security Group\",\r\n \"description\": \"Gets a network security group definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"displayName\": \"Create or Update Network Security Group\",\r\n \"description\": \"Creates a network security group or updates an existing network security group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/delete\",\r\n \"displayName\": \"Delete Network Security Group\",\r\n \"description\": \"Deletes a network security group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"displayName\": \"Join Network Security Group\",\r\n \"description\": \"Joins a network security group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networksecuritygroups/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Network Security Groups Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networksecuritygroups/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get Network Security Groups Diagnostic Settings\",\r\n \"description\": \"Gets the Network Security Groups Diagnostic Settings\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networksecuritygroups/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Create or update Network Security Groups diagnostic settings\",\r\n \"description\": \"Creates or updates the Network Security Groups diagnostic settings, this operation is supplimented by insghts resource provider.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networksecuritygroups/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Network Security Groups Log Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networksecuritygroups/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get Network Security Group Event Log Definitions\",\r\n \"description\": \"Gets the events for network security group\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"NetworkSecurityGroupEvent\",\r\n \"displayName\": \"Network Security Group Event\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"NetworkSecurityGroupRuleCounter\",\r\n \"displayName\": \"Network Security Group Rule Counter\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"NetworkSecurityGroupFlowEvent\",\r\n \"displayName\": \"Network Security Group Rule Flow Event\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups/defaultSecurityRules\",\r\n \"displayName\": \"Default Security Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules/read\",\r\n \"displayName\": \"Get Default Security Rule\",\r\n \"description\": \"Gets a default security rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups/securityRules\",\r\n \"displayName\": \"Security Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/read\",\r\n \"displayName\": \"Get Security Rule\",\r\n \"description\": \"Gets a security rule definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/write\",\r\n \"displayName\": \"Create or Update Security Rule\",\r\n \"description\": \"Creates a security rule or updates an existing security rule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/delete\",\r\n \"displayName\": \"Delete Security Rule\",\r\n \"description\": \"Deletes a security rule\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"applicationGateways\",\r\n \"displayName\": \"Application Gateway\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/read\",\r\n \"displayName\": \"Get Application Gateway\",\r\n \"description\": \"Gets an application gateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/write\",\r\n \"displayName\": \"Create or Update Application Gateway\",\r\n \"description\": \"Creates an application gateway or updates an application gateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/delete\",\r\n \"displayName\": \"Delete Application Gateway\",\r\n \"description\": \"Deletes an application gateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendhealth/action\",\r\n \"displayName\": \"Get an application gateway backend health\",\r\n \"description\": \"Gets an application gateway backend health\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/start/action\",\r\n \"displayName\": \"Start an application gateway\",\r\n \"description\": \"Starts an application gateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/stop/action\",\r\n \"displayName\": \"Stop an application gateway\",\r\n \"description\": \"Stops an application gateway\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/setSecurityCenterConfiguration/action\",\r\n \"displayName\": \"Set Application Gateway SecurityCenter Configuration\",\r\n \"description\": \"Sets Application Gateway Security Center Configuration\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"applicationGateways/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Application Gateway metric definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read Application Gateway metric definitions\",\r\n \"description\": \"Gets the available metrics for Application Gateway\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Throughput\",\r\n \"displayName\": \"Throughput\",\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"00:01:00\",\r\n \"retention\": \"00:00:00\",\r\n \"blobDuration\": \"01:00:00\"\r\n },\r\n {\r\n \"timeGrain\": \"01:00:00\",\r\n \"retention\": \"00:00:00\",\r\n \"blobDuration\": \"1.00:00:00\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"applicationGateways/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"ApplicationGateway Log Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Gets the logs for Application Gateway\",\r\n \"description\": \"Gets the events for Application Gateway\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"ApplicationGatewayAccessLog\",\r\n \"displayName\": \"Application Gateway Access Log\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"ApplicationGatewayPerformanceLog\",\r\n \"displayName\": \"Application Gateway Performance Log\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"ApplicationGatewayFirewallLog\",\r\n \"displayName\": \"Application Gateway Firewall Log\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"applicationGateways/backendAddressPools\",\r\n \"displayName\": \"Application Gateway Backend Address Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"displayName\": \"Join Application Gateway Backend Address Pool\",\r\n \"description\": \"Joins an application gateway backend address pool\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"routeTables\",\r\n \"displayName\": \"Route Table\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/read\",\r\n \"displayName\": \"Get Route Table\",\r\n \"description\": \"Gets a route table definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/write\",\r\n \"displayName\": \"Create or Update Route Table\",\r\n \"description\": \"Creates a route table or Updates an existing rotue table\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/delete\",\r\n \"displayName\": \"Delete Route Table\",\r\n \"description\": \"Deletes a route table definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/join/action\",\r\n \"displayName\": \"Join Route Table\",\r\n \"description\": \"Joins a route table\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"routeTables/routes\",\r\n \"displayName\": \"Route\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes/read\",\r\n \"displayName\": \"Get Route\",\r\n \"description\": \"Gets a route definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes/write\",\r\n \"displayName\": \"Create or Update Route\",\r\n \"description\": \"Creates a route or Updates an existing route\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes/delete\",\r\n \"displayName\": \"Delete Route\",\r\n \"description\": \"Deletes a route definition\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/operationResults\",\r\n \"displayName\": \"Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/locations/operationResults/read\",\r\n \"displayName\": \"Get Operation Result\",\r\n \"description\": \"Gets operation result of an async POST or DELETE operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/checkDnsNameAvailability\",\r\n \"displayName\": \"Dns Availability Check Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/locations/checkDnsNameAvailability/read\",\r\n \"displayName\": \"Check Dns Name Availability\",\r\n \"description\": \"Checks if dns label is available at the specified location\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/usages\",\r\n \"displayName\": \"Usage Metric\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/locations/usages/read\",\r\n \"displayName\": \"Get Usage Metric\",\r\n \"description\": \"Gets the resources usage metrics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Network/locations/operations/read\",\r\n \"displayName\": \"Get Operation Resource\",\r\n \"description\": \"Gets operation resource that represents status of an asynchronous operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Network\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Network\"\r\n },\r\n {\r\n \"displayName\": \"Dynatrace DynatraceSaaS\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication\",\r\n \"description\": \"Regenerate the Key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication\",\r\n \"description\": \"Regenerate the Key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/accounts/read\",\r\n \"displayName\": \"Get Resource\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/accounts/write\",\r\n \"displayName\": \"Create/Update Resource\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/accounts/delete\",\r\n \"displayName\": \"Delete Resource\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/accounts/listSecrets/action\",\r\n \"displayName\": \"Get Secrets\",\r\n \"description\": \"Lists the secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/accounts/regenerateKeys/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Dynatrace.DynatraceSaaS/operations/read\",\r\n \"displayName\": \"List Operations\",\r\n \"description\": \"read operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Dynatrace.DynatraceSaaS\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Dynatrace.DynatraceSaaS\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Commerce\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"RateCard\",\r\n \"displayName\": \"RateCard\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Commerce/RateCard/read\",\r\n \"displayName\": \"Read Rate Card\",\r\n \"description\": \"Returns offer data, resource/meter metadata and rates for the given subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"UsageAggregates\",\r\n \"displayName\": \"Usage Aggregates\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Commerce/UsageAggregates/read\",\r\n \"displayName\": \"Read Usage Aggregates\",\r\n \"description\": \"Retrieves Microsoft Azure’s consumption by a subscription. The result contains aggregates usage data, subscription and resource related information, on a particular time range.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Commerce\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Commerce\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Portal\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"dashboards\",\r\n \"displayName\": \"Dashboards\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Portal/dashboards/read\",\r\n \"displayName\": \"Get Dashboard\",\r\n \"description\": \"Reads the dashboards for the subscription.\",\r\n \"origin\": \"User\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Portal/dashboards/write\",\r\n \"displayName\": \"Set Dashboard\",\r\n \"description\": \"Add or modify dashboard to a subscription.\",\r\n \"origin\": \"User\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Portal/dashboards/delete\",\r\n \"displayName\": \"Delete Dashboard\",\r\n \"description\": \"Removes the dashboard from the subscription.\",\r\n \"origin\": \"User\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Portal\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Portal\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Azure Relay\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/checkNamespaceAvailability/action\",\r\n \"displayName\": \"Get namespace availability.\",\r\n \"description\": \"Checks availability of namespace under given subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/register/action\",\r\n \"displayName\": \"Registers the Relay Resource Provider\",\r\n \"description\": \"Registers the subscription for the Relay resource provider and enables the creation of Relay resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"namespaces\",\r\n \"displayName\": \"Namespace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/write\",\r\n \"displayName\": \"Create Or Update Namespace \",\r\n \"description\": \"Create a Namespace Resource and Update its properties. Tags and status of the Namespace are the properties which can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/read\",\r\n \"displayName\": \"Get Namespace Resource\",\r\n \"description\": \"Get the list of Namespace Resource Description\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/Delete\",\r\n \"displayName\": \"Delete Namespace\",\r\n \"description\": \"Delete Namespace Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/authorizationRules\",\r\n \"displayName\": \"AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Namespace Authorization Rules\",\r\n \"description\": \"Create a Namespace level Authorization Rules and update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/authorizationRules/delete\",\r\n \"displayName\": \"Delete Namespace Authorization Rule\",\r\n \"description\": \"Delete Namespace Authorization Rule. The Default Namespace Authorization Rule cannot be deleted. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/authorizationRules/listkeys/action\",\r\n \"displayName\": \"Get Namespace Listkeys\",\r\n \"description\": \"Get the Connection String to the Namespace\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/HybridConnections\",\r\n \"displayName\": \"HybridConnection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/HybridConnections/write\",\r\n \"displayName\": \"Create or Update HybridConnection\",\r\n \"description\": \"Create or Update HybridConnection properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/HybridConnections/read\",\r\n \"displayName\": \"Get HybridConnection\",\r\n \"description\": \"Get list of HybridConnection Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/HybridConnections/Delete\",\r\n \"displayName\": \"Delete HybridConnection\",\r\n \"description\": \"Operation to delete HybridConnection Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/HybridConnections/authorizationRules\",\r\n \"displayName\": \"HybridConnection AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/HybridConnections/authorizationRules/write\",\r\n \"displayName\": \"Create or Update HybridConnection Authorization Rule\",\r\n \"description\": \"Create HybridConnection Authorization Rules and Update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/HybridConnections/authorizationRules/delete\",\r\n \"displayName\": \"Delete HybridConnection Authorization Rules\",\r\n \"description\": \"Operation to delete HybridConnection Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/HybridConnections/authorizationRules/listkeys/action\",\r\n \"displayName\": \"List HybridConnection keys\",\r\n \"description\": \"Get the Connection String to HybridConnection\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/WcfRelays\",\r\n \"displayName\": \"WcfRelay\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/WcfRelays/write\",\r\n \"displayName\": \"Create or Update WcfRelay\",\r\n \"description\": \"Create or Update WcfRelay properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/WcfRelays/read\",\r\n \"displayName\": \"Get WcfRelay\",\r\n \"description\": \"Get list of WcfRelay Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/WcfRelays/Delete\",\r\n \"displayName\": \"Delete WcfRelay\",\r\n \"description\": \"Operation to delete WcfRelay Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/WcfRelays/authorizationRules\",\r\n \"displayName\": \"WcfRelay AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/WcfRelays/authorizationRules/write\",\r\n \"displayName\": \"Create or Update WcfRelay Authorization Rule\",\r\n \"description\": \"Create WcfRelay Authorization Rules and Update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/WcfRelays/authorizationRules/delete\",\r\n \"displayName\": \"Delete WcfRelay Authorization Rules\",\r\n \"description\": \"Operation to delete WcfRelay Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Relay/namespaces/WcfRelays/authorizationRules/listkeys/action\",\r\n \"displayName\": \"List WcfRelay keys\",\r\n \"description\": \"Get the Connection String to WcfRelay\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Relay\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Relay\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/checknameavailability/action\",\r\n \"displayName\": \"Check Redis Cache Name Availability\",\r\n \"description\": \"Checks if a name is available for use with a new Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/register/action\",\r\n \"displayName\": \"Register Resource Provider Microsoft.Cache\",\r\n \"description\": \"Registers the 'Microsoft.Cache' resource provider with a subscription\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/unregister/action\",\r\n \"displayName\": \"Unregister Resource Provider Microsoft.Cache\",\r\n \"description\": \"Unregisters the 'Microsoft.Cache' resource provider with a subscription\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"redis\",\r\n \"displayName\": \"Redis Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/write\",\r\n \"displayName\": \"Manage Redis Cache (read-write)\",\r\n \"description\": \"Modify the Redis Cache's settings and configuration in the management portal\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/read\",\r\n \"displayName\": \"Manage Redis Cache (read-only)\",\r\n \"description\": \"View the Redis Cache's settings and configuration in the management portal\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/delete\",\r\n \"displayName\": \"Delete Redis Cache\",\r\n \"description\": \"Delete the entire Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/listKeys/action\",\r\n \"displayName\": \"View Redis Cache Access Keys\",\r\n \"description\": \"View the value of Redis Cache access keys in the management portal\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Redis Cache Access Keys\",\r\n \"description\": \"Change the value of Redis Cache access keys in the management portal\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/import/action\",\r\n \"displayName\": \"Import data into Redis from storage\",\r\n \"description\": \"Import data of a specified format from multiple blobs into Redis\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/export/action\",\r\n \"displayName\": \"Export Redis data to storage\",\r\n \"description\": \"Export Redis data to prefixed storage blobs in specified format\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/forceReboot/action\",\r\n \"displayName\": \"Force reboot a cache instance, potentially with data loss.\",\r\n \"description\": \"Force reboot a cache instance, potentially with data loss.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/stop/action\",\r\n \"displayName\": \"Stop a cache instance.\",\r\n \"description\": \"Stop a cache instance.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/start/action\",\r\n \"displayName\": \"Start a cache instance.\",\r\n \"description\": \"Start a cache instance.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"redis/metricDefinitions\",\r\n \"displayName\": \"The available metrics for a Redis Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/metricDefinitions/read\",\r\n \"displayName\": \"Read Redis Cache Metric Definitions\",\r\n \"description\": \"Gets the available metrics for a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"connectedclients\",\r\n \"displayName\": \"Connected Clients\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed\",\r\n \"displayName\": \"Total Operations\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits\",\r\n \"displayName\": \"Cache Hits\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses\",\r\n \"displayName\": \"Cache Misses\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands\",\r\n \"displayName\": \"Gets\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands\",\r\n \"displayName\": \"Sets\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys\",\r\n \"displayName\": \"Evicted Keys\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys\",\r\n \"displayName\": \"Total Keys\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys\",\r\n \"displayName\": \"Expired Keys\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory\",\r\n \"displayName\": \"Used Memory\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss\",\r\n \"displayName\": \"Used Memory RSS\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad\",\r\n \"displayName\": \"Server Load\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite\",\r\n \"displayName\": \"Cache Write\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead\",\r\n \"displayName\": \"Cache Read\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime\",\r\n \"displayName\": \"CPU\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients0\",\r\n \"displayName\": \"Connected Clients (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed0\",\r\n \"displayName\": \"Total Operations (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits0\",\r\n \"displayName\": \"Cache Hits (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses0\",\r\n \"displayName\": \"Cache Misses (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands0\",\r\n \"displayName\": \"Gets (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands0\",\r\n \"displayName\": \"Sets (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys0\",\r\n \"displayName\": \"Evicted Keys (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys0\",\r\n \"displayName\": \"Total Keys (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys0\",\r\n \"displayName\": \"Expired Keys (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory0\",\r\n \"displayName\": \"Used Memory (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss0\",\r\n \"displayName\": \"Used Memory RSS (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad0\",\r\n \"displayName\": \"Server Load (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite0\",\r\n \"displayName\": \"Cache Write (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead0\",\r\n \"displayName\": \"Cache Read (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime0\",\r\n \"displayName\": \"CPU (Shard 0)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients1\",\r\n \"displayName\": \"Connected Clients (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed1\",\r\n \"displayName\": \"Total Operations (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits1\",\r\n \"displayName\": \"Cache Hits (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses1\",\r\n \"displayName\": \"Cache Misses (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands1\",\r\n \"displayName\": \"Gets (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands1\",\r\n \"displayName\": \"Sets (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys1\",\r\n \"displayName\": \"Evicted Keys (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys1\",\r\n \"displayName\": \"Total Keys (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys1\",\r\n \"displayName\": \"Expired Keys (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory1\",\r\n \"displayName\": \"Used Memory (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss1\",\r\n \"displayName\": \"Used Memory RSS (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad1\",\r\n \"displayName\": \"Server Load (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite1\",\r\n \"displayName\": \"Cache Write (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead1\",\r\n \"displayName\": \"Cache Read (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime1\",\r\n \"displayName\": \"CPU (Shard 1)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients2\",\r\n \"displayName\": \"Connected Clients (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed2\",\r\n \"displayName\": \"Total Operations (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits2\",\r\n \"displayName\": \"Cache Hits (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses2\",\r\n \"displayName\": \"Cache Misses (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands2\",\r\n \"displayName\": \"Gets (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands2\",\r\n \"displayName\": \"Sets (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys2\",\r\n \"displayName\": \"Evicted Keys (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys2\",\r\n \"displayName\": \"Total Keys (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys2\",\r\n \"displayName\": \"Expired Keys (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory2\",\r\n \"displayName\": \"Used Memory (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss2\",\r\n \"displayName\": \"Used Memory RSS (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad2\",\r\n \"displayName\": \"Server Load (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite2\",\r\n \"displayName\": \"Cache Write (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead2\",\r\n \"displayName\": \"Cache Read (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime2\",\r\n \"displayName\": \"CPU (Shard 2)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients3\",\r\n \"displayName\": \"Connected Clients (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed3\",\r\n \"displayName\": \"Total Operations (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits3\",\r\n \"displayName\": \"Cache Hits (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses3\",\r\n \"displayName\": \"Cache Misses (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands3\",\r\n \"displayName\": \"Gets (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands3\",\r\n \"displayName\": \"Sets (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys3\",\r\n \"displayName\": \"Evicted Keys (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys3\",\r\n \"displayName\": \"Total Keys (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys3\",\r\n \"displayName\": \"Expired Keys (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory3\",\r\n \"displayName\": \"Used Memory (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss3\",\r\n \"displayName\": \"Used Memory RSS (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad3\",\r\n \"displayName\": \"Server Load (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite3\",\r\n \"displayName\": \"Cache Write (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead3\",\r\n \"displayName\": \"Cache Read (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime3\",\r\n \"displayName\": \"CPU (Shard 3)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients4\",\r\n \"displayName\": \"Connected Clients (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed4\",\r\n \"displayName\": \"Total Operations (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits4\",\r\n \"displayName\": \"Cache Hits (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses4\",\r\n \"displayName\": \"Cache Misses (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands4\",\r\n \"displayName\": \"Gets (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands4\",\r\n \"displayName\": \"Sets (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys4\",\r\n \"displayName\": \"Evicted Keys (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys4\",\r\n \"displayName\": \"Total Keys (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys4\",\r\n \"displayName\": \"Expired Keys (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory4\",\r\n \"displayName\": \"Used Memory (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss4\",\r\n \"displayName\": \"Used Memory RSS (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad4\",\r\n \"displayName\": \"Server Load (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite4\",\r\n \"displayName\": \"Cache Write (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead4\",\r\n \"displayName\": \"Cache Read (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime4\",\r\n \"displayName\": \"CPU (Shard 4)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients5\",\r\n \"displayName\": \"Connected Clients (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed5\",\r\n \"displayName\": \"Total Operations (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits5\",\r\n \"displayName\": \"Cache Hits (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses5\",\r\n \"displayName\": \"Cache Misses (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands5\",\r\n \"displayName\": \"Gets (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands5\",\r\n \"displayName\": \"Sets (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys5\",\r\n \"displayName\": \"Evicted Keys (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys5\",\r\n \"displayName\": \"Total Keys (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys5\",\r\n \"displayName\": \"Expired Keys (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory5\",\r\n \"displayName\": \"Used Memory (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss5\",\r\n \"displayName\": \"Used Memory RSS (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad5\",\r\n \"displayName\": \"Server Load (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite5\",\r\n \"displayName\": \"Cache Write (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead5\",\r\n \"displayName\": \"Cache Read (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime5\",\r\n \"displayName\": \"CPU (Shard 5)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients6\",\r\n \"displayName\": \"Connected Clients (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed6\",\r\n \"displayName\": \"Total Operations (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits6\",\r\n \"displayName\": \"Cache Hits (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses6\",\r\n \"displayName\": \"Cache Misses (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands6\",\r\n \"displayName\": \"Gets (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands6\",\r\n \"displayName\": \"Sets (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys6\",\r\n \"displayName\": \"Evicted Keys (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys6\",\r\n \"displayName\": \"Total Keys (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys6\",\r\n \"displayName\": \"Expired Keys (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory6\",\r\n \"displayName\": \"Used Memory (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss6\",\r\n \"displayName\": \"Used Memory RSS (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad6\",\r\n \"displayName\": \"Server Load (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite6\",\r\n \"displayName\": \"Cache Write (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead6\",\r\n \"displayName\": \"Cache Read (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime6\",\r\n \"displayName\": \"CPU (Shard 6)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients7\",\r\n \"displayName\": \"Connected Clients (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed7\",\r\n \"displayName\": \"Total Operations (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits7\",\r\n \"displayName\": \"Cache Hits (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses7\",\r\n \"displayName\": \"Cache Misses (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands7\",\r\n \"displayName\": \"Gets (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands7\",\r\n \"displayName\": \"Sets (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys7\",\r\n \"displayName\": \"Evicted Keys (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys7\",\r\n \"displayName\": \"Total Keys (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys7\",\r\n \"displayName\": \"Expired Keys (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory7\",\r\n \"displayName\": \"Used Memory (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss7\",\r\n \"displayName\": \"Used Memory RSS (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad7\",\r\n \"displayName\": \"Server Load (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite7\",\r\n \"displayName\": \"Cache Write (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead7\",\r\n \"displayName\": \"Cache Read (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime7\",\r\n \"displayName\": \"CPU (Shard 7)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients8\",\r\n \"displayName\": \"Connected Clients (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed8\",\r\n \"displayName\": \"Total Operations (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits8\",\r\n \"displayName\": \"Cache Hits (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses8\",\r\n \"displayName\": \"Cache Misses (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands8\",\r\n \"displayName\": \"Gets (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands8\",\r\n \"displayName\": \"Sets (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys8\",\r\n \"displayName\": \"Evicted Keys (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys8\",\r\n \"displayName\": \"Total Keys (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys8\",\r\n \"displayName\": \"Expired Keys (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory8\",\r\n \"displayName\": \"Used Memory (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss8\",\r\n \"displayName\": \"Used Memory RSS (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad8\",\r\n \"displayName\": \"Server Load (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite8\",\r\n \"displayName\": \"Cache Write (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead8\",\r\n \"displayName\": \"Cache Read (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime8\",\r\n \"displayName\": \"CPU (Shard 8)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectedclients9\",\r\n \"displayName\": \"Connected Clients (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The number of client connections to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalcommandsprocessed9\",\r\n \"displayName\": \"Total Operations (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The total number of commands processed by the cache server. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachehits9\",\r\n \"displayName\": \"Cache Hits (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of successful key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cachemisses9\",\r\n \"displayName\": \"Cache Misses (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of failed key lookups. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"getcommands9\",\r\n \"displayName\": \"Gets (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of get operations from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"setcommands9\",\r\n \"displayName\": \"Sets (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of set operations to the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"evictedkeys9\",\r\n \"displayName\": \"Evicted Keys (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items evicted from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"totalkeys9\",\r\n \"displayName\": \"Total Keys (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The total number of items in the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"expiredkeys9\",\r\n \"displayName\": \"Expired Keys (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"description\": \"The number of items expired from the cache. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemory9\",\r\n \"displayName\": \"Used Memory (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used for key/value pairs in the cache in MB. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"usedmemoryRss9\",\r\n \"displayName\": \"Used Memory RSS (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of cache memory used in MB, including fragmentation and metadata. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverLoad9\",\r\n \"displayName\": \"Server Load (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The percentage of cycles in which the Redis server is busy processing and not waiting idle for messages. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheWrite9\",\r\n \"displayName\": \"Cache Write (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data written to the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"cacheRead9\",\r\n \"displayName\": \"Cache Read (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"BytesPerSecond\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The amount of data read from the cache in Megabytes per second (MB/s). For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"percentProcessorTime9\",\r\n \"displayName\": \"CPU (Shard 9)\",\r\n \"displayDescription\": null,\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"description\": \"The CPU utilization of the Azure Redis Cache server as a percentage. For more details, see https://aka.ms/redis/metrics.\",\r\n \"availabilities\": [\r\n {\r\n \"TimeGrain\": \"PT5M\",\r\n \"Retention\": \"P90D\"\r\n },\r\n {\r\n \"TimeGrain\": \"PT1H\",\r\n \"Retention\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"redis/firewallRules\",\r\n \"displayName\": \"IP firewall rule of a Redis Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/firewallRules/read\",\r\n \"displayName\": \"Get Redis Cache Firewall Rule\",\r\n \"description\": \"Get the IP firewall rules of a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/firewallRules/write\",\r\n \"displayName\": \"Update Redis Cache Firewall Rule\",\r\n \"description\": \"Edit the IP firewall rules of a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/firewallRules/delete\",\r\n \"displayName\": \"Delete Redis Cache Firewall Rule\",\r\n \"description\": \"Delete IP firewall rules of a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"redis/listUpgradeNotifications\",\r\n \"displayName\": \"The available capacity notifications for a Redis Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/listUpgradeNotifications/read\",\r\n \"displayName\": \"List the latest Upgrade Notifications.\",\r\n \"description\": \"List the latest Upgrade Notifications for the cache tenant.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"redis/linkedservers\",\r\n \"displayName\": \"Linked Servers of a Redis Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/linkedservers/read\",\r\n \"displayName\": \"Get Redis Cache Linked Servers\",\r\n \"description\": \"Get Linked Servers associated with a redis cache.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/linkedservers/write\",\r\n \"displayName\": \"Add Redis Cache Linked Server\",\r\n \"description\": \"Add Linked Server to a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/linkedservers/delete\",\r\n \"displayName\": \"Delete Redis Cache Linked Server\",\r\n \"description\": \"Delete Linked Server from a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"redis/patchSchedules\",\r\n \"displayName\": \"Patching schedule of a Redis Cache\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/read\",\r\n \"displayName\": \"Get Redis Cache Patch Schedule\",\r\n \"description\": \"Gets the patching schedule of a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/write\",\r\n \"displayName\": \"Change Redis Patching Schedule\",\r\n \"description\": \"Modify the patching schedule of a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/delete\",\r\n \"displayName\": \"Delete Redis Cache Patch Schedule\",\r\n \"description\": \"Delete the patch schedule of a Redis Cache\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Cache\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Cache\"\r\n },\r\n {\r\n \"displayName\": \"Marketplace Resource Provider\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"mapApis\",\r\n \"displayName\": \"Marketplace Resource Type\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.BingMaps/mapApis/Read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.BingMaps/mapApis/Write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.BingMaps/mapApis/Delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.BingMaps/mapApis/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerates the Key\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.BingMaps/mapApis/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.BingMaps/mapApis/listSingleSignOnToken/action\",\r\n \"displayName\": \"Read Single Sign On Authorization Token\",\r\n \"description\": \"Read Single Sign On Authorization Token For The Resource\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Resource type display name.\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.BingMaps/Operations/read\",\r\n \"displayName\": \"Operation display name.\",\r\n \"description\": \"Description of the operation.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.BingMaps\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.BingMaps\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Search\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Search/register/action\",\r\n \"displayName\": \"Register the Search Resource Provider\",\r\n \"description\": \"Registers the subscription for the search resource provider and enables the creation of search services.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/checkNameAvailability/action\",\r\n \"displayName\": \"Check Service Name Availability\",\r\n \"description\": \"Checks availability of the service name.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"searchServices\",\r\n \"displayName\": \"Search Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/write\",\r\n \"displayName\": \"Set Search Service\",\r\n \"description\": \"Creates or updates the search service.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/read\",\r\n \"displayName\": \"Get Search Service\",\r\n \"description\": \"Reads the search service.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/delete\",\r\n \"displayName\": \"Delete Search Service\",\r\n \"description\": \"Deletes the search service.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/start/action\",\r\n \"displayName\": \"Start Search Service\",\r\n \"description\": \"Starts the search service.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/stop/action\",\r\n \"displayName\": \"Stop Search Service\",\r\n \"description\": \"Stops the search service.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/listAdminKeys/action\",\r\n \"displayName\": \"Get Admin Key\",\r\n \"description\": \"Reads the admin keys.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/regenerateAdminKey/action\",\r\n \"displayName\": \"Regenerate Admin Key\",\r\n \"description\": \"Regenerates the admin key.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/createQueryKey/action\",\r\n \"displayName\": \"Create Query Key\",\r\n \"description\": \"Creates the query key.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"searchServices/metricDefinitions\",\r\n \"displayName\": \"The metric definitions for the search service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/metricDefinitions/read\",\r\n \"displayName\": \"Read search service metric definitions\",\r\n \"description\": \"Gets the available metrics for the search service\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"SearchLatency\",\r\n \"displayName\": \"Search Latency\",\r\n \"displayDescription\": \"Average search latency for the search service\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"SearchQueriesPerSecond\",\r\n \"displayName\": \"Search queries per second\",\r\n \"displayDescription\": \"Search queries per second for the search service\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ThrottledSearchQueriesPercentage\",\r\n \"displayName\": \"Throttled search queries percentage\",\r\n \"displayDescription\": \"Percentage of search queries that were throttled for the search service\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"searchServices/queryKey\",\r\n \"displayName\": \"API Keys\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/queryKey/read\",\r\n \"displayName\": \"Get Query Key\",\r\n \"description\": \"Reads the query keys.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/queryKey/delete\",\r\n \"displayName\": \"Delete Query Key\",\r\n \"description\": \"Deletes the query key.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"searchServices/diagnosticSettings\",\r\n \"displayName\": \"Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/read\",\r\n \"displayName\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diganostic setting read for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/diagnosticSettings/write\",\r\n \"displayName\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diganostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"searchServices/logDefinitions\",\r\n \"displayName\": \"The log definition for the search service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Search/searchServices/logDefinitions/read\",\r\n \"displayName\": \"Read search service log definitions\",\r\n \"description\": \"Gets the available logs for the search service\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"OperationLogs\",\r\n \"displayName\": \"Operation Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Search\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Search\"\r\n },\r\n {\r\n \"displayName\": \"signiant.flight\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Signiant.Flight/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates the communication preferences for the owner of signiant.flight/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Signiant.Flight/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Gets the communication preferences for the owner of signiant.flight/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Signiant.Flight/accounts/read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Gets the resource for signiant.flight/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Signiant.Flight/accounts/write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Updates the resource for signiant.flight/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Signiant.Flight/accounts/delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Deletes the resource for signiant.flight/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Signiant.Flight/accounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerate key(s) for signiant.flight/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Signiant.Flight/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the secrets for signiant.flight/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Signiant.Flight\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Signiant.Flight\"\r\n },\r\n {\r\n \"displayName\": \"Aspera.Transfers\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Resource type display name.\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Aspera.Transfers/Operations/read\",\r\n \"displayName\": \"Operation display name.\",\r\n \"description\": \"Description of the operation.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Aspera.Transfers/services/Read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Aspera.Transfers/services/Write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Aspera.Transfers/services/Delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Aspera.Transfers/services/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerates the Key\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Aspera.Transfers/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Aspera.Transfers/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"Read Single Sign On Authorization Token\",\r\n \"description\": \"Read Single Sign On Authorization Token For The Resource\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Aspera.Transfers\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Aspera.Transfers\"\r\n },\r\n {\r\n \"displayName\": \"LiveArena Broadcast\",\r\n \"operations\": [\r\n {\r\n \"name\": \"LiveArena.Broadcast/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"LiveArena.Broadcast/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"LiveArena.Broadcast/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"LiveArena.Broadcast/services/Read\",\r\n \"displayName\": \"Read Services\",\r\n \"description\": \"Read any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"LiveArena.Broadcast/services/Write\",\r\n \"displayName\": \"Create or Update Services\",\r\n \"description\": \"Create or Update any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"LiveArena.Broadcast/services/Delete\",\r\n \"displayName\": \"Delete Services\",\r\n \"description\": \"Deletes any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"LiveArena.Broadcast/services/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Services Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"LiveArena.Broadcast/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any Services Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"LiveArena.Broadcast/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any Services Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/LiveArena.Broadcast\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"LiveArena.Broadcast\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft ClassicStorage\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/register/action\",\r\n \"displayName\": \"Register Classic Storage\",\r\n \"description\": \"Register to Classic Storage\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/checkStorageAccountAvailability/action\",\r\n \"displayName\": \"Check Storage Account Availability\",\r\n \"description\": \"Checks for the availability of a storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"capabilities\",\r\n \"displayName\": \"Capability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/capabilities/read\",\r\n \"displayName\": \"Get capabilities\",\r\n \"description\": \"Shows the capabilities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publicImages\",\r\n \"displayName\": \"Public Image\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/publicImages/read\",\r\n \"displayName\": \"Get Public Image\",\r\n \"description\": \"Gets the public virtual machine image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"images\",\r\n \"displayName\": \"Image\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/images/read\",\r\n \"displayName\": \"Get Image\",\r\n \"description\": \"Returns the image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts\",\r\n \"displayName\": \"Storage Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"displayName\": \"Get The Storage Account\",\r\n \"description\": \"Return the storage account with the given account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/write\",\r\n \"displayName\": \"Add Storage Account\",\r\n \"description\": \"Adds a new storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/delete\",\r\n \"displayName\": \"Delete Storage Account\",\r\n \"description\": \"Delete the storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"displayName\": \"List Access Keys\",\r\n \"description\": \"Lists the access keys for the storage accounts.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Access Keys\",\r\n \"description\": \"Regenerates the existing access keys for the storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/operationStatuses\",\r\n \"displayName\": \"Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/operationStatuses/read\",\r\n \"displayName\": \"Get the Operation Status\",\r\n \"description\": \"Reads the operation status for the resource.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/images\",\r\n \"displayName\": \"Storage Account Image\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"displayName\": \"Get Storage Account Image\",\r\n \"description\": \"Returns the storage account image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/images/delete\",\r\n \"displayName\": \"Delete Storage Account Image\",\r\n \"description\": \"Deletes a given storage account image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/disks\",\r\n \"displayName\": \"Storage Account Disk\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"displayName\": \"Get Storage Account Disk\",\r\n \"description\": \"Returns the storage account disk.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/disks/write\",\r\n \"displayName\": \"Add Storage Account Disk\",\r\n \"description\": \"Adds a storage account disk.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/disks/delete\",\r\n \"displayName\": \"Delete Storage Account Disk\",\r\n \"description\": \"Deletes a given storage account disk.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/disks/operationStatuses\",\r\n \"displayName\": \"Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/disks/operationStatuses/read\",\r\n \"displayName\": \"Get the Operation Status\",\r\n \"description\": \"Reads the operation status for the resource.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/osImages\",\r\n \"displayName\": \"Storage Account Operating System Image\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/osImages/read\",\r\n \"displayName\": \"Get Storage Account Operating System Image\",\r\n \"description\": \"Returns the storage account operating system image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/osImages/delete\",\r\n \"displayName\": \"Delete Storage Account Operating System Image\",\r\n \"description\": \"Deletes a given storage account operating system image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/services\",\r\n \"displayName\": \"Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/services/read\",\r\n \"displayName\": \"Get Available Services\",\r\n \"description\": \"Get the available services.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/services/metricDefinitions\",\r\n \"displayName\": \"Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/services/metricDefinitions/read\",\r\n \"displayName\": \"Get Metric Definitions\",\r\n \"description\": \"Gets the metrics definitions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/services/metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/services/metrics/read\",\r\n \"displayName\": \"Get Metrics\",\r\n \"description\": \"Gets the metrics.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"storageAccounts/services/diagnosticSettings\",\r\n \"displayName\": \"Diagnostics Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/services/diagnosticSettings/read\",\r\n \"displayName\": \"Get Diagnostics Settings\",\r\n \"description\": \"Get the diagnostics settings.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/storageAccounts/services/diagnosticSettings/write\",\r\n \"displayName\": \"Add Diagnostics Settings\",\r\n \"description\": \"Add or modify diagnostics settings.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"disks\",\r\n \"displayName\": \"Storage Account Disk\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/disks/read\",\r\n \"displayName\": \"Get Storage Account Disk\",\r\n \"description\": \"Returns the storage account disk.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"osImages\",\r\n \"displayName\": \"Operating System Image\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/osImages/read\",\r\n \"displayName\": \"Get Operating System Image\",\r\n \"description\": \"Returns the operating system image.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"quotas\",\r\n \"displayName\": \"Quota\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicStorage/quotas/read\",\r\n \"displayName\": \"Get Subscription Quota\",\r\n \"description\": \"Get the quota for the subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ClassicStorage\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ClassicStorage\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Monitoring Insights\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/Register/Action\",\r\n \"displayName\": \"Register Microsoft.Insights\",\r\n \"description\": \"Register the microsoft insights provider\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"AlertRules\",\r\n \"displayName\": \"Alert Rules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Write\",\r\n \"displayName\": \"Alert Rule write\",\r\n \"description\": \"Writing to an alert rule configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Delete\",\r\n \"displayName\": \"Alert Rule delete\",\r\n \"description\": \"Deleting an alert rule configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Read\",\r\n \"displayName\": \"Alert Rule read\",\r\n \"description\": \"Reading an alert rule configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Activated/Action\",\r\n \"displayName\": \"Alert Rule activated\",\r\n \"description\": \"Alert Rule activated\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Resolved/Action\",\r\n \"displayName\": \"Alert Rule resolved\",\r\n \"description\": \"Alert Rule resolved\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Throttled/Action\",\r\n \"displayName\": \"Alert Rule throttled\",\r\n \"description\": \"Alert rule is throttled\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AlertRules/Incidents\",\r\n \"displayName\": \"Alert Rule Incident resource\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/AlertRules/Incidents/Read\",\r\n \"displayName\": \"Alert Rule Incidents read\",\r\n \"description\": \"Reading an alert rule incident configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MetricDefinitions\",\r\n \"displayName\": \"Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/MetricDefinitions/Read\",\r\n \"displayName\": \"Metric definitions read\",\r\n \"description\": \"Read metric definitions\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"eventtypes/values\",\r\n \"displayName\": \"Events\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/eventtypes/values/Read\",\r\n \"displayName\": \"Event types management values read\",\r\n \"description\": \"Read management event type values\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"eventtypes/digestevents\",\r\n \"displayName\": \"Digest events\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/eventtypes/digestevents/Read\",\r\n \"displayName\": \"Event types management digest read\",\r\n \"description\": \"Read management event type digest\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Metrics\",\r\n \"displayName\": \"Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/Metrics/Read\",\r\n \"displayName\": \"Metrics read\",\r\n \"description\": \"Read metrics\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"LogProfiles\",\r\n \"displayName\": \"Log Profiles\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/LogProfiles/Write\",\r\n \"displayName\": \"Log profile write\",\r\n \"description\": \"Writing to a log profile configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/LogProfiles/Delete\",\r\n \"displayName\": \"Log profile delete\",\r\n \"description\": \"Delete log profiles configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/LogProfiles/Read\",\r\n \"displayName\": \"Log profile read\",\r\n \"description\": \"Read log profiles\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AutoscaleSettings\",\r\n \"displayName\": \"Autoscale\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/AutoscaleSettings/Write\",\r\n \"displayName\": \"Autoscale Setting write\",\r\n \"description\": \"Writing to an autoscale setting configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AutoscaleSettings/Delete\",\r\n \"displayName\": \"Autoscale Setting delete\",\r\n \"description\": \"Deleting an autoscale setting configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AutoscaleSettings/Read\",\r\n \"displayName\": \"Autoscale Setting read\",\r\n \"description\": \"Reading an autoscale setting configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AutoscaleSettings/Scaleup/Action\",\r\n \"displayName\": \"Autoscale scale up operation\",\r\n \"description\": \"Autoscale scale up operation\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/AutoscaleSettings/Scaledown/Action\",\r\n \"displayName\": \"Autoscale scale down operation\",\r\n \"description\": \"Autoscale scale down operation\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AutoscaleSettings/providers/Microsoft.Insights/MetricDefinitions\",\r\n \"displayName\": \"Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/AutoscaleSettings/providers/Microsoft.Insights/MetricDefinitions/Read\",\r\n \"displayName\": \"Metric definitions read\",\r\n \"description\": \"Read metric definitions\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"ObservedMetricValue\",\r\n \"displayName\": \"Observed Metric Value\",\r\n \"displayDescription\": \"The value computed by autoscale when executed\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": null,\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Metric\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"MetricTriggerSource\",\r\n \"displayName\": \"Metric Trigger Source\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MetricThreshold\",\r\n \"displayName\": \"Metric Threshold\",\r\n \"displayDescription\": \"The configured autoscale threshold when autoscale ran.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": null,\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Metric\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"MetricTriggerRule\",\r\n \"displayName\": \"Metric Trigger Rule\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ObservedCapacity\",\r\n \"displayName\": \"Observed Capacity\",\r\n \"displayDescription\": \"The capacity reported to autoscale when it executed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": null,\r\n \"fillGapWithZero\": false,\r\n \"category\": \"ScaleAction\",\r\n \"dimensions\": null\r\n },\r\n {\r\n \"name\": \"ScaleActionsInitiated\",\r\n \"displayName\": \"Scale Actions Initiated\",\r\n \"displayDescription\": \"The direction of the scale operation.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": null,\r\n \"fillGapWithZero\": true,\r\n \"category\": \"ScaleAction\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ScaleDirection\",\r\n \"displayName\": \"Scale Direction\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ]\r\n }\r\n ],\r\n \"logSpecifications\": null,\r\n \"legacyMetricSpecifications\": null\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ActivityLogAlerts\",\r\n \"displayName\": \"Activity Log Alert\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/Activated/Action\",\r\n \"displayName\": \"Activity Log Alert Activated\",\r\n \"description\": \"Triggered the Activity Log Alert\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"DiagnosticSettings\",\r\n \"displayName\": \"Diagnostic settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/DiagnosticSettings/Write\",\r\n \"displayName\": \"Diagnostic settings write\",\r\n \"description\": \"Writing to diagnostic settings configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/DiagnosticSettings/Delete\",\r\n \"displayName\": \"Diagnostic settings delete\",\r\n \"description\": \"Deleting diagnostic settings configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/DiagnosticSettings/Read\",\r\n \"displayName\": \"Diagnostic settings read\",\r\n \"description\": \"Reading a diagnostic settings configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"LogDefinitions\",\r\n \"displayName\": \"Log Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/LogDefinitions/Read\",\r\n \"displayName\": \"Log Definitions read\",\r\n \"description\": \"Read log definitions\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ExtendedDiagnosticSettings\",\r\n \"displayName\": \"Extended Diagnostic settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Insights/ExtendedDiagnosticSettings/Write\",\r\n \"displayName\": \"Extended Diagnostic settings write\",\r\n \"description\": \"Writing to extended diagnostic settings configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ExtendedDiagnosticSettings/Delete\",\r\n \"displayName\": \"Extended Diagnostic settings delete\",\r\n \"description\": \"Deleting extended diagnostic settings configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ExtendedDiagnosticSettings/Read\",\r\n \"displayName\": \"Extended Diagnostic settings read\",\r\n \"description\": \"Reading a extended diagnostic settings configuration\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Insights\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Insights\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Operational Insights\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/register/action\",\r\n \"displayName\": \"Register a subscription to a resource provider.\",\r\n \"description\": \"Register a subscription to a resource provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"linkTargets\",\r\n \"displayName\": \"Unlinked Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/linkTargets/read\",\r\n \"displayName\": \"List Unlinked Accounts\",\r\n \"description\": \"Lists existing accounts that are not associated with an Azure subscription. To link this Azure subscription to a workspace, use a customer id returned by this operation in the customer id property of the Create Workspace operation.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces\",\r\n \"displayName\": \"Workspace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/write\",\r\n \"displayName\": \"Create Workspace\",\r\n \"description\": \"Creates a new workspace or links to an existing workspace by providing the customer id from the existing workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/read\",\r\n \"displayName\": \"Get Workspace\",\r\n \"description\": \"Gets an existing workspace\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/delete\",\r\n \"displayName\": \"Delete Workspace\",\r\n \"description\": \"Deletes a workspace. If the workspace was linked to an existing workspace at creation time then the workspace it was linked to is not deleted.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action\",\r\n \"displayName\": \"Generates Registration Certificate for Workspace.\",\r\n \"description\": \"Generates Registration Certificate for the workspace. This Certificate is used to connect Microsoft System Center Operation Manager to the workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"displayName\": \"List Workspace Shared Keys\",\r\n \"description\": \"Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"displayName\": \"Search Workspace Data\",\r\n \"description\": \"Executes a search query\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/datasources\",\r\n \"displayName\": \"Data Source\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/read\",\r\n \"displayName\": \"Get datasources under a workspace.\",\r\n \"description\": \"Get datasources under a workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/write\",\r\n \"displayName\": \"Create/Update datasources under a workspace.\",\r\n \"description\": \"Create/Update datasources under a workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/delete\",\r\n \"displayName\": \"Delete datasources under a workspace.\",\r\n \"description\": \"Delete datasources under a workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/managementGroups\",\r\n \"displayName\": \"Management Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/managementGroups/read\",\r\n \"displayName\": \"Get Management Groups for Workspace\",\r\n \"description\": \"Gets the names and metadata for System Center Operations Manager management groups connected to this workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/linkedServices\",\r\n \"displayName\": \"Linked Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/read\",\r\n \"displayName\": \"Get linked services under given workspace.\",\r\n \"description\": \"Get linked services under given workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/write\",\r\n \"displayName\": \"Create/Update linked services under given workspace.\",\r\n \"description\": \"Create/Update linked services under given workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/delete\",\r\n \"displayName\": \"Delete linked services under given workspace.\",\r\n \"description\": \"Delete linked services under given workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/schema\",\r\n \"displayName\": \"Search Schema\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/schema/read\",\r\n \"displayName\": \"Get Search Schema\",\r\n \"description\": \"Gets the search schema for the workspace. Search schema includes the exposed fields and their types.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/usages\",\r\n \"displayName\": \"Usage Metric\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/usages/read\",\r\n \"displayName\": \"Get Usage Data for Workspace\",\r\n \"description\": \"Gets usage data for a workspace including the amount of data read by the workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/intelligencepacks\",\r\n \"displayName\": \"Intelligence Packs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/read\",\r\n \"displayName\": \"List Intelligence Packs\",\r\n \"description\": \"Lists all intelligence packs that are visible for a given worksapce and also lists whether the pack is enabled or disabled for that workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action\",\r\n \"displayName\": \"Enable Intelligence Pack\",\r\n \"description\": \"Enables an intelligence pack for a given workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action\",\r\n \"displayName\": \"Disable Intelligence Pack\",\r\n \"description\": \"Disables an intelligence pack for a given workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/sharedKeys\",\r\n \"displayName\": \"Shared Keys\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\",\r\n \"displayName\": \"List Workspace Shared Keys\",\r\n \"description\": \"Retrieves the shared keys for the workspace. These keys are used to connect Microsoft Operational Insights agents to the workspace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/savedSearches\",\r\n \"displayName\": \"Saved Search\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/read\",\r\n \"displayName\": \"Get Saved Search\",\r\n \"description\": \"Gets a saved search query\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/write\",\r\n \"displayName\": \"Create Saved Search\",\r\n \"description\": \"Creates a saved search query\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/delete\",\r\n \"displayName\": \"Delete Saved Search\",\r\n \"description\": \"Deletes a saved search query\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/storageinsightconfigs\",\r\n \"displayName\": \"Storage Insight Configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write\",\r\n \"displayName\": \"Create Storage Configuration\",\r\n \"description\": \"Creates a new storage configuration. These configurations are used to pull data from a location in an existing storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read\",\r\n \"displayName\": \"Get Storage Configuration\",\r\n \"description\": \"Gets a storage configuration.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete\",\r\n \"displayName\": \"Delete Storage Configuration\",\r\n \"description\": \"Deletes a storage configuration. This will stop Microsoft Operational Insights from reading data from the storage account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/analytics\",\r\n \"displayName\": \"analytics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"displayName\": \"Search using new engine.\",\r\n \"description\": \"Search using new engine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/analytics/query/schema\",\r\n \"displayName\": \"analytics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/analytics/query/schema/read\",\r\n \"displayName\": \"Get search schema V2.\",\r\n \"description\": \"Get search schema V2.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workspaces/configurationScopes\",\r\n \"displayName\": \"Configuration Scope\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/read\",\r\n \"displayName\": \"Get Configuration Scope\",\r\n \"description\": \"Get Configuration Scope\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/write\",\r\n \"displayName\": \"Set Configuration Scope\",\r\n \"description\": \"Set Configuration Scope\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/delete\",\r\n \"displayName\": \"Delete Configuration Scope\",\r\n \"description\": \"Delete Configuration Scope\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.OperationalInsights\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.OperationalInsights\"\r\n },\r\n {\r\n \"displayName\": \"AppDynamicsPro AppDynamicsForAzure\",\r\n \"operations\": [\r\n {\r\n \"name\": \"AppDynamics.APM/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"AppDynamics.APM/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read Any Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"AppDynamics.APM/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read Any Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"AppDynamics.APM/services/read\",\r\n \"displayName\": \"Read services\",\r\n \"description\": \"Read Any Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"AppDynamics.APM/services/write\",\r\n \"displayName\": \"Create or Update services\",\r\n \"description\": \"Create or Update Any Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"AppDynamics.APM/services/delete\",\r\n \"displayName\": \"Delete services\",\r\n \"description\": \"Deletes Any Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"AppDynamics.APM/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read Any Service Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"AppDynamics.APM/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Any Service Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/AppDynamics.APM\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"AppDynamics.APM\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Recovery Services\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Vaults\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"displayName\": \"Export Jobs\",\r\n \"description\": \"Export Jobs\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"displayName\": \"Create Vault\",\r\n \"description\": \"Create Vault operation creates an Azure resource of type 'vault'\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"displayName\": \"Get Vault\",\r\n \"description\": \"The Get Vault operation gets an object representing the Azure resource of type 'vault'\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"displayName\": \"Delete Vault\",\r\n \"description\": \"The Delete Vault operation deletes the specified Azure resource of type 'vault'\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/refreshContainers\",\r\n \"displayName\": \"Refresh Containers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"displayName\": \"Refresh container\",\r\n \"description\": \"Refreshes the container list\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupJobsExport/operationResults\",\r\n \"displayName\": \"Export Backup Jobs Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"displayName\": \"Get Export Job Operation Result\",\r\n \"description\": \"Returns the Result of Export Job Operation.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Azure Backup Metrics\",\r\n \"description\": \"Azure Backup Metrics\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Azure Backup Diagnostics\",\r\n \"description\": \"Azure Backup Diagnostics\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Azure Backup Diagnostics\",\r\n \"description\": \"Azure Backup Diagnostics\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Azure Backup Logs\",\r\n \"description\": \"Azure Backup Logs\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"AzureBackupReport\",\r\n \"displayName\": \"Azure Backup Reporting Data\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"AzureSiteRecoveryJobs\",\r\n \"displayName\": \"Azure Site Recovery Jobs\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"AzureSiteRecoveryEvents\",\r\n \"displayName\": \"Azure Site Recovery Events\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"AzureSiteRecoveryReplicatedItems\",\r\n \"displayName\": \"Azure Site Recovery Replicated Items\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupOperationResults\",\r\n \"displayName\": \"Backup Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"displayName\": \"Get Backup Operation Result\",\r\n \"description\": \"Returns Backup Operation Result for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/monitoringAlerts\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"displayName\": \"Get alerts\",\r\n \"description\": \"Gets the alerts for the Recovery services vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/monitoringAlerts/{uniqueAlertId}\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/{uniqueAlertId}/read\",\r\n \"displayName\": \"Get alert details\",\r\n \"description\": \"Gets the details of the alert.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupSecurityPIN\",\r\n \"displayName\": \"SecurityPINInfo\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/read\",\r\n \"displayName\": \"Get Security PIN Info\",\r\n \"description\": \"Returns Security PIN Information for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationEvents\",\r\n \"displayName\": \"Events\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"displayName\": \"Read Events\",\r\n \"description\": \"Read Any Events\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupProtectableItems\",\r\n \"displayName\": \"Backup Protectable Items\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"displayName\": \"Get Protectable Items\",\r\n \"description\": \"Returns list of all Protectable Items.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics\",\r\n \"displayName\": \"Fabrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"displayName\": \"Read Fabrics\",\r\n \"description\": \"Read Any Fabrics\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/write\",\r\n \"displayName\": \"Create or Update Fabrics\",\r\n \"description\": \"Create or Update Any Fabrics\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/remove/action\",\r\n \"displayName\": \"Remove Fabric\",\r\n \"description\": \"Remove Fabric\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"displayName\": \"Checks Consistency of the Fabric\",\r\n \"description\": \"Checks Consistency of the Fabric\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/delete\",\r\n \"displayName\": \"Delete Fabrics\",\r\n \"description\": \"Delete Any Fabrics\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"displayName\": \"Renew Certificate for Fabric\",\r\n \"description\": \"Renew Certificate for Fabric\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/deployProcessServerImage/action\",\r\n \"displayName\": \"Deploy Process Server Image\",\r\n \"description\": \"Deploy Process Server Image\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"displayName\": \"Reassociate Gateway\",\r\n \"description\": \"Reassociate Gateway\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"displayName\": \"Recovery Services Providers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"displayName\": \"Read Recovery Services Providers\",\r\n \"description\": \"Read Any Recovery Services Providers\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/remove/action\",\r\n \"displayName\": \"Remove Recovery Services Provider\",\r\n \"description\": \"Remove Recovery Services Provider\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/delete\",\r\n \"displayName\": \"Delete Recovery Services Providers\",\r\n \"description\": \"Delete Any Recovery Services Providers\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"displayName\": \"Refresh Provider\",\r\n \"description\": \"Refresh Provider\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationStorageClassifications\",\r\n \"displayName\": \"Storage Classifications\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"displayName\": \"Read Storage Classifications\",\r\n \"description\": \"Read Any Storage Classifications\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings\",\r\n \"displayName\": \"Storage Classification Mappings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"displayName\": \"Read Storage Classification Mappings\",\r\n \"description\": \"Read Any Storage Classification Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/write\",\r\n \"displayName\": \"Create or Update Storage Classification Mappings\",\r\n \"description\": \"Create or Update Any Storage Classification Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/delete\",\r\n \"displayName\": \"Delete Storage Classification Mappings\",\r\n \"description\": \"Delete Any Storage Classification Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationvCenters\",\r\n \"displayName\": \"Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"displayName\": \"Read Jobs\",\r\n \"description\": \"Read Any Jobs\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/write\",\r\n \"displayName\": \"Create or Update Jobs\",\r\n \"description\": \"Create or Update Any Jobs\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/delete\",\r\n \"displayName\": \"Delete Jobs\",\r\n \"description\": \"Delete Any Jobs\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationNetworks\",\r\n \"displayName\": \"Networks\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"displayName\": \"Read Networks\",\r\n \"description\": \"Read Any Networks\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"displayName\": \"Network Mappings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"displayName\": \"Read Network Mappings\",\r\n \"description\": \"Read Any Network Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/write\",\r\n \"displayName\": \"Create or Update Network Mappings\",\r\n \"description\": \"Create or Update Any Network Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/delete\",\r\n \"displayName\": \"Delete Network Mappings\",\r\n \"description\": \"Delete Any Network Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"displayName\": \"Protection Containers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"displayName\": \"Read Protection Containers\",\r\n \"description\": \"Read Any Protection Containers\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/discoverProtectableItem/action\",\r\n \"displayName\": \"Discover Protectable Item\",\r\n \"description\": \"Discover Protectable Item\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/write\",\r\n \"displayName\": \"Create or Update Protection Containers\",\r\n \"description\": \"Create or Update Any Protection Containers\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/remove/action\",\r\n \"displayName\": \"Remove Protection Container\",\r\n \"description\": \"Remove Protection Container\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/switchprotection/action\",\r\n \"displayName\": \"Switch Protection Container\",\r\n \"description\": \"Switch Protection Container\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"displayName\": \"Protectable Items\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"displayName\": \"Read Protectable Items\",\r\n \"description\": \"Read Any Protectable Items\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"displayName\": \"Protection Container Mappings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"displayName\": \"Read Protection Container Mappings\",\r\n \"description\": \"Read Any Protection Container Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/write\",\r\n \"displayName\": \"Create or Update Protection Container Mappings\",\r\n \"description\": \"Create or Update Any Protection Container Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/remove/action\",\r\n \"displayName\": \"Remove Protection Container Mapping\",\r\n \"description\": \"Remove Protection Container Mapping\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/delete\",\r\n \"displayName\": \"Delete Protection Container Mappings\",\r\n \"description\": \"Delete Any Protection Container Mappings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"displayName\": \"Protected Items\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"displayName\": \"Read Protected Items\",\r\n \"description\": \"Read Any Protected Items\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/write\",\r\n \"displayName\": \"Create or Update Protected Items\",\r\n \"description\": \"Create or Update Any Protected Items\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/delete\",\r\n \"displayName\": \"Delete Protected Items\",\r\n \"description\": \"Delete Any Protected Items\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/remove/action\",\r\n \"displayName\": \"Remove Protected Item\",\r\n \"description\": \"Remove Protected Item\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"displayName\": \"Planned Failover\",\r\n \"description\": \"Planned Failover\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"displayName\": \"Failover\",\r\n \"description\": \"Failover\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"displayName\": \"Test Failover\",\r\n \"description\": \"Test Failover\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"displayName\": \"Test Failover Cleanup\",\r\n \"description\": \"Test Failover Cleanup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"displayName\": \"Failover Commit\",\r\n \"description\": \"Failover Commit\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"displayName\": \"ReProtect Protected Item\",\r\n \"description\": \"ReProtect Protected Item\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"displayName\": \"Update Mobility Service\",\r\n \"description\": \"Update Mobility Service\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"displayName\": \"Repair replication\",\r\n \"description\": \"Repair replication\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"displayName\": \"Apply Recovery Point\",\r\n \"description\": \"Apply Recovery Point\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"displayName\": \"Replication Recovery Points\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"displayName\": \"Read Replication Recovery Points\",\r\n \"description\": \"Read Any Replication Recovery Points\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationPolicies\",\r\n \"displayName\": \"Policies\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"displayName\": \"Read Policies\",\r\n \"description\": \"Read Any Policies\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationPolicies/write\",\r\n \"displayName\": \"Create or Update Policies\",\r\n \"description\": \"Create or Update Any Policies\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationPolicies/delete\",\r\n \"displayName\": \"Delete Policies\",\r\n \"description\": \"Delete Any Policies\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationRecoveryPlans\",\r\n \"displayName\": \"Recovery Plans\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"displayName\": \"Read Recovery Plans\",\r\n \"description\": \"Read Any Recovery Plans\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/write\",\r\n \"displayName\": \"Create or Update Recovery Plans\",\r\n \"description\": \"Create or Update Any Recovery Plans\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/delete\",\r\n \"displayName\": \"Delete Recovery Plans\",\r\n \"description\": \"Delete Any Recovery Plans\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"displayName\": \"Planned Failover Recovery Plan\",\r\n \"description\": \"Planned Failover Recovery Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"displayName\": \"Failover Recovery Plan\",\r\n \"description\": \"Failover Recovery Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"displayName\": \"Test Failover Recovery Plan\",\r\n \"description\": \"Test Failover Recovery Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"displayName\": \"Test Failover Cleanup Recovery Plan\",\r\n \"description\": \"Test Failover Cleanup Recovery Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"displayName\": \"Failover Commit Recovery Plan\",\r\n \"description\": \"Failover Commit Recovery Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"displayName\": \"ReProtect Recovery Plan\",\r\n \"description\": \"ReProtect Recovery Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/extendedInformation\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"displayName\": \"Get Extended Info\",\r\n \"description\": \"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"displayName\": \"Get Extended Info\",\r\n \"description\": \"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/extendedInformation/delete\",\r\n \"displayName\": \"Get Extended Info\",\r\n \"description\": \"The Get Extended Info operation gets an object's Extended Info representing the Azure resource of type ?vault?\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupManagementMetaData\",\r\n \"displayName\": \"Backup Management Metadata\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"displayName\": \"Get Backup Management Metadata\",\r\n \"description\": \"Returns Backup Management Metadata for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupProtectionContainers\",\r\n \"displayName\": \"Backup Protection Containers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"displayName\": \"Get Containers In Subscription\",\r\n \"description\": \"Returns all containers belonging to the subscription\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/operationResults\",\r\n \"displayName\": \"Refresh Containers Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"displayName\": \"Get Operation Results\",\r\n \"description\": \"Returns status of the operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/protectionContainers\",\r\n \"displayName\": \"Protection Containers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"displayName\": \"Get Registered Container\",\r\n \"description\": \"Returns all registered containers\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/protectionContainers/operationResults\",\r\n \"displayName\": \"Protection Containers Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"displayName\": \"Get Container Operation Results\",\r\n \"description\": \"Gets result of Operation performed on Protection Container.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/protectionContainers/protectedItems\",\r\n \"displayName\": \"Protected Items\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"displayName\": \"Get Protected Item Details\",\r\n \"description\": \"Returns object details of the Protected Item\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"displayName\": \"Create Backup Protected Item\",\r\n \"description\": \"Create a backup Protected Item\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/delete\",\r\n \"displayName\": \"Delete Protected Items\",\r\n \"description\": \"Deletes Protected Item\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"displayName\": \"Backup Protected Item\",\r\n \"description\": \"Performs Backup for Protected Item.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/protectionContainers/protectedItems/operationResults\",\r\n \"displayName\": \"Protected Item Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"displayName\": \"Get Protected Items Operation Results\",\r\n \"description\": \"Gets Result of Operation Performed on Protected Items.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus\",\r\n \"displayName\": \"Protected Item Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"displayName\": \"Get Protected Items operation status\",\r\n \"description\": \"Returns the status of Operation performed on Protected Items.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints\",\r\n \"displayName\": \"Recovery Points\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"displayName\": \"Get Recovery Points\",\r\n \"description\": \"Get Recovery Points for Protected Items.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"displayName\": \"Restore Recovery Points\",\r\n \"description\": \"Restore Recovery Points for Protected Items.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"displayName\": \"Provision Instant Item Recovery for Protected Item\",\r\n \"description\": \"Provision Instant Item Recovery for Protected Item\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"displayName\": \"Revoke Instant Item Recovery for Protected Item\",\r\n \"description\": \"Revoke Instant Item Recovery for Protected Item\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/usages\",\r\n \"displayName\": \"Vault Usage\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"displayName\": \"Recovery Services Vault usage details.\",\r\n \"description\": \"Returns usage details for a Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/usages/read\",\r\n \"displayName\": \"Read Vault Usages\",\r\n \"description\": \"Read Any Vault Usages\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/certificates\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"displayName\": \"Update Resource Certificate\",\r\n \"description\": \"The Update Resource Certificate operation updates the resource/vault credential certificate.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/tokenInfo\",\r\n \"displayName\": \"Token Info\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"displayName\": \"Get Vault Token Info\",\r\n \"description\": \"Returns token information for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationAlertSettings\",\r\n \"displayName\": \"Alerts Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"displayName\": \"Read Alerts Settings\",\r\n \"description\": \"Read Any Alerts Settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/write\",\r\n \"displayName\": \"Create or Update Alerts Settings\",\r\n \"description\": \"Create or Update Any Alerts Settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupOperations\",\r\n \"displayName\": \"Backup Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupOperations/read\",\r\n \"displayName\": \"Get Backup Operation Status\",\r\n \"description\": \"Returns Backup Operation Status for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/storageConfig\",\r\n \"displayName\": \"Vault Storage Config\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"displayName\": \"Get Resource Storage Config\",\r\n \"description\": \"Returns Storage Configuration for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/storageConfig/write\",\r\n \"displayName\": \"Write Resource Storage Config\",\r\n \"description\": \"Updates Storage Configuration for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupUsageSummaries\",\r\n \"displayName\": \"Backup Usages Summaries\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"displayName\": \"Recovery Services Protected Items and Protected Servers usage summaries details.\",\r\n \"description\": \"Returns summaries for Protected Items and Protected Servers for a Recovery Services .\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupProtectedItems\",\r\n \"displayName\": \"Protected Items\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"displayName\": \"Get All Protected Items\",\r\n \"description\": \"Returns the list of all Protected Items.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupconfig/vaultconfig\",\r\n \"displayName\": \"Vault Config\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"displayName\": \"Get Resource Config\",\r\n \"description\": \"Returns Configuration for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/write\",\r\n \"displayName\": \"Update Resource Config\",\r\n \"description\": \"Updates Configuration for Recovery Services Vault.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/registeredIdentities\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"displayName\": \"Register Service Container\",\r\n \"description\": \"The Register Service Container operation can be used to register a container with Recovery Service.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"displayName\": \"Get Containers\",\r\n \"description\": \"The Get Containers operation can be used get the containers registered for a resource.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/registeredIdentities/delete\",\r\n \"displayName\": \"Unregister Service Container\",\r\n \"description\": \"The UnRegister Container operation can be used to unregister a container.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/registeredIdentities/operationResults\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"displayName\": \"Get Operation Results\",\r\n \"description\": \"The Get Operation Results operation can be used get the operation status and result for the asynchronously submitted operation\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/replicationJobs\",\r\n \"displayName\": \"Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"displayName\": \"Read Jobs\",\r\n \"description\": \"Read Any Jobs\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationJobs/cancel/action\",\r\n \"displayName\": \"Cancel Job\",\r\n \"description\": \"Cancel Job\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationJobs/restart/action\",\r\n \"displayName\": \"Restart job\",\r\n \"description\": \"Restart job\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/vaults/replicationJobs/resume/action\",\r\n \"displayName\": \"Resume Job\",\r\n \"description\": \"Resume Job\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupPolicies\",\r\n \"displayName\": \"Backup Policies\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"displayName\": \"Get Protection Policy\",\r\n \"description\": \"Returns all Protection Policies\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"displayName\": \"Create Protection Policy\",\r\n \"description\": \"Creates Protection Policy\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupPolicies/delete\",\r\n \"displayName\": \"Delete Protection Policy\",\r\n \"description\": \"Delete a Protection Policy\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupPolicies/operationResults\",\r\n \"displayName\": \"Backup Policy Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"displayName\": \"Get Policy Operation Results\",\r\n \"description\": \"Get Results of Policy Operation.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupPolicies/operationStatus\",\r\n \"displayName\": \"Backup Policy Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"displayName\": \"Get Policy Operation Status\",\r\n \"description\": \"Get Status of Policy Operation.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/vaultTokens\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"displayName\": \"Vault Token\",\r\n \"description\": \"The Vault Token operation can be used to get Vault Token for vault level backend operations.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/monitoringConfigurations/notificationConfiguration\",\r\n \"displayName\": \"Vaults\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"displayName\": \"Get configuration\",\r\n \"description\": \"Gets the Recovery services vault notification configuration.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupJobs\",\r\n \"displayName\": \"Backup Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"displayName\": \"Get Jobs\",\r\n \"description\": \"Returns all Job Objects\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"displayName\": \"Cancel Jobs\",\r\n \"description\": \"Cancel the Job\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Vaults/backupJobs/operationResults\",\r\n \"displayName\": \"Backup Jobs Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"displayName\": \"Get Job Operation Result\",\r\n \"description\": \"Returns the Result of Job Operation.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations\",\r\n \"displayName\": \"locations/allocateStamp\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"displayName\": \"Allocated Stamp Action\",\r\n \"description\": \"AllocateStamp is internal operation used by service\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/allocatedStamp\",\r\n \"displayName\": \"locations/allocatedStamp\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"displayName\": \"Get Allocated Stamp\",\r\n \"description\": \"GetAllocatedStamp is internal operation used by service\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.RecoveryServices\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.RecoveryServices\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Azure Notification Hub\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/register/action\",\r\n \"displayName\": \"Registers the NotificationHubs Provider\",\r\n \"description\": \"Registers the subscription for the NotifciationHubs resource provider and enables the creation of Namespaces and NotificationHubs\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/CheckNamespaceAvailability/action\",\r\n \"displayName\": \"Check Namespace name availability.\",\r\n \"description\": \"Checks whether or not a given Namespace resource name is available within the NotificationHub service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Namespaces\",\r\n \"displayName\": \"Namespace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/write\",\r\n \"displayName\": \"Create Or Update Namespace \",\r\n \"description\": \"Create a Namespace Resource and Update its properties. Tags and status of the Namespace are the properties which can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/read\",\r\n \"displayName\": \"Get Namespace Resource\",\r\n \"description\": \"Get the list of Namespace Resource Description\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/Delete\",\r\n \"displayName\": \"Delete Namespace\",\r\n \"description\": \"Delete Namespace Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/authorizationRules/action\",\r\n \"displayName\": \"Get Namespace Authorization Rules\",\r\n \"description\": \"Get the list of Namespaces Authorization Rules description.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/CheckNotificationHubAvailability/action\",\r\n \"displayName\": \"Check NotificationHub name availability.\",\r\n \"description\": \"Checks whether or not a given NotificationHub name is available inside a Namespace.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Namespaces/authorizationRules\",\r\n \"displayName\": \"Namespace Authorization Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Namespace Authorization Rules\",\r\n \"description\": \"Create a Namespace level Authorization Rules and update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/authorizationRules/read\",\r\n \"displayName\": \"Get Namespace Authorization Rules\",\r\n \"description\": \"Get the list of Namespaces Authorization Rules description.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/authorizationRules/delete\",\r\n \"displayName\": \"Delete Namespace Authorization Rule\",\r\n \"description\": \"Delete Namespace Authorization Rule. The Default Namespace Authorization Rule cannot be deleted. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/authorizationRules/listkeys/action\",\r\n \"displayName\": \"Get Namespace Listkeys\",\r\n \"description\": \"Get the Connection String to the Namespace\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Namespace Authorization Rule Regenerate Keys\",\r\n \"description\": \"Namespace Authorization Rule Regenerate Primary/SecondaryKey, Specify the Key that needs to be regenerated\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Namespaces/NotificationHubs\",\r\n \"displayName\": \"NotificationHub\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/write\",\r\n \"displayName\": \"Create or Update Notification Hub \",\r\n \"description\": \"Create a Notification Hub and Update its properties. Its properties mainly include PNS Credentials. Authorization Rules and TTL\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/read\",\r\n \"displayName\": \"Get Notification Hub\",\r\n \"description\": \"Get list of Notification Hub Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/Delete\",\r\n \"displayName\": \"Delete Notification Hub\",\r\n \"description\": \"Delete Notification Hub Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/authorizationRules/action\",\r\n \"displayName\": \"Get Notification Hub Authorization Rules\",\r\n \"description\": \"Get the list of Notification Hub Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/pnsCredentials/action\",\r\n \"displayName\": \"Get Notification Hub PNS Credentials\",\r\n \"description\": \"Get All Notification Hub PNS Credentials. This includes, WNS, MPNS, APNS, GCM and Baidu credentials\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/debugSend/action\",\r\n \"displayName\": \"Send a test push notification.\",\r\n \"description\": \"Send a test push notification.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Namespaces/NotificationHubs/metricDefinitions\",\r\n \"displayName\": \"Namespace metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/metricDefinitions/read\",\r\n \"displayName\": \"Get Namespace metrics\",\r\n \"description\": \"Get list of Namespace metrics Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"registration.all\",\r\n \"displayName\": \"Registration Operation\",\r\n \"displayDescription\": \"The count of all successful registration operations (creations updates queries and deletions). \",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"registration.create\",\r\n \"displayName\": \"Registration Create Operations\",\r\n \"displayDescription\": \"The count of all successful registration creations.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"registration.update\",\r\n \"displayName\": \"Registration Update Operations\",\r\n \"displayDescription\": \"The count of all successful registration updates.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"registration.get\",\r\n \"displayName\": \"Registration Read Operations\",\r\n \"displayDescription\": \"The count of all successful registration queries.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"registration.delete\",\r\n \"displayName\": \"Registration Delete Operations\",\r\n \"displayDescription\": \"The count of all successful registration deletions.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"incoming\",\r\n \"displayName\": \"Incoming Messages\",\r\n \"displayDescription\": \"The count of all successful send API calls. \",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"incoming.scheduled\",\r\n \"displayName\": \"Scheduled Push Notifications Sent\",\r\n \"displayDescription\": \"Scheduled Push Notifications Cancelled\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"incoming.scheduled.cancel\",\r\n \"displayName\": \"Scheduled Push Notifications Cancelled\",\r\n \"displayDescription\": \"Scheduled Push Notifications Cancelled\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"scheduled.pending\",\r\n \"displayName\": \"Pending Scheduled Notifications\",\r\n \"displayDescription\": \"Pending Scheduled Notifications\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"installation.all\",\r\n \"displayName\": \"Installation Management Operations\",\r\n \"displayDescription\": \"Installation Management Operations\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"installation.get\",\r\n \"displayName\": \"Get Installation Operations\",\r\n \"displayDescription\": \"Get Installation Operations\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"installation.upsert\",\r\n \"displayName\": \"Create or Update Installation Operations\",\r\n \"displayDescription\": \"Create or Update Installation Operations\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"installation.patch\",\r\n \"displayName\": \"Patch Installation Operations\",\r\n \"displayDescription\": \"Patch Installation Operations\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"installation.delete\",\r\n \"displayName\": \"Delete Installation Operations\",\r\n \"displayDescription\": \"Delete Installation Operations\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.allpns.success\",\r\n \"displayName\": \"Successful notifications\",\r\n \"displayDescription\": \"The count of all successful notifications.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.allpns.invalidpayload\",\r\n \"displayName\": \"Payload Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS returned a bad payload error.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.allpns.pnserror\",\r\n \"displayName\": \"External Notification System Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because there was a problem communicating with the PNS (excludes authentication problems).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.allpns.channelerror\",\r\n \"displayName\": \"Channel Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because the channel was invalid not associated with the correct app throttled or expired.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.allpns.badorexpiredchannel\",\r\n \"displayName\": \"Bad or Expired Channel Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because the channel/token/registrationId in the registration was expired or invalid.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.success\",\r\n \"displayName\": \"WNS Successful Notifications\",\r\n \"displayDescription\": \"The count of all successful notifications.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.invalidcredentials\",\r\n \"displayName\": \"WNS Authorization Errors (Invalid Credentials)\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS did not accept the provided credentials or the credentials are blocked. (Windows Live does not recognize the credentials).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.badchannel\",\r\n \"displayName\": \"WNS Bad Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the ChannelURI in the registration was not recognized (WNS status: 404 not found).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.expiredchannel\",\r\n \"displayName\": \"WNS Expired Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the ChannelURI is expired (WNS status: 410 Gone).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.throttled\",\r\n \"displayName\": \"WNS Throttled Notifications\",\r\n \"displayDescription\": \"The count of pushes that failed because WNS is throttling this app (WNS status: 406 Not Acceptable).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.tokenproviderunreachable\",\r\n \"displayName\": \"WNS Authorization Errors (Unreachable)\",\r\n \"displayDescription\": \"Windows Live is not reachable.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.invalidtoken\",\r\n \"displayName\": \"WNS Authorization Errors (Invalid Token)\",\r\n \"displayDescription\": \"The token provided to WNS is not valid (WNS status: 401 Unauthorized).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.wrongtoken\",\r\n \"displayName\": \"WNS Authorization Errors (Wrong Token)\",\r\n \"displayDescription\": \"The token provided to WNS is valid but for another application (WNS status: 403 Forbidden). This can happen if the ChannelURI in the registration is associated with another app. Check that the client app is associated with the same app whose credentials are in the notification hub.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.invalidnotificationformat\",\r\n \"displayName\": \"WNS Invalid Notification Format\",\r\n \"displayDescription\": \"The format of the notification is invalid (WNS status: 400). Note that WNS does not reject all invalid payloads.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.invalidnotificationsize\",\r\n \"displayName\": \"WNS Invalid Notification Size Error\",\r\n \"displayDescription\": \"The notification payload is too large (WNS status: 413).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.channelthrottled\",\r\n \"displayName\": \"WNS Channel Throttled\",\r\n \"displayDescription\": \"The notification was dropped because the ChannelURI in the registration is throttled (WNS response header: X-WNS-NotificationStatus:channelThrottled).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.channeldisconnected\",\r\n \"displayName\": \"WNS Channel Disconnected\",\r\n \"displayDescription\": \"The notification was dropped because the ChannelURI in the registration is throttled (WNS response header: X-WNS-DeviceConnectionStatus: disconnected).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.dropped\",\r\n \"displayName\": \"WNS Dropped Notifications\",\r\n \"displayDescription\": \"The notification was dropped because the ChannelURI in the registration is throttled (X-WNS-NotificationStatus: dropped but not X-WNS-DeviceConnectionStatus: disconnected).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.pnserror\",\r\n \"displayName\": \"WNS Errors\",\r\n \"displayDescription\": \"Notification not delivered because of errors communicating with WNS.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.wns.authenticationerror\",\r\n \"displayName\": \"WNS Authentication Errors\",\r\n \"displayDescription\": \"Notification not delivered because of errors communicating with Windows Live invalid credentials or wrong token.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.apns.success\",\r\n \"displayName\": \"APNS Successful Notifications\",\r\n \"displayDescription\": \"The count of all successful notifications.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.apns.invalidcredentials\",\r\n \"displayName\": \"APNS Authorization Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS did not accept the provided credentials or the credentials are blocked.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.apns.badchannel\",\r\n \"displayName\": \"APNS Bad Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the token is invalid (APNS status code: 8).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.apns.expiredchannel\",\r\n \"displayName\": \"APNS Expired Channel Error\",\r\n \"displayDescription\": \"The count of token that were invalidated by the APNS feedback channel.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.apns.invalidnotificationsize\",\r\n \"displayName\": \"APNS Invalid Notification Size Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the payload was too large (APNS status code: 7).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.apns.pnserror\",\r\n \"displayName\": \"APNS Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because of errors communicating with APNS.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.success\",\r\n \"displayName\": \"GCM Successful Notifications\",\r\n \"displayDescription\": \"The count of all successful notifications.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.invalidcredentials\",\r\n \"displayName\": \"GCM Authorization Errors (Invalid Credentials)\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS did not accept the provided credentials or the credentials are blocked.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.badchannel\",\r\n \"displayName\": \"GCM Bad Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the registrationId in the registration was not recognized (GCM result: Invalid Registration).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.expiredchannel\",\r\n \"displayName\": \"GCM Expired Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the registrationId in the registration was expired (GCM result: NotRegistered).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.throttled\",\r\n \"displayName\": \"GCM Throttled Notifications\",\r\n \"displayDescription\": \"The count of pushes that failed because GCM throttled this app (GCM status code: 501-599 or result:Unavailable).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.invalidnotificationformat\",\r\n \"displayName\": \"GCM Invalid Notification Format\",\r\n \"displayDescription\": \"The count of pushes that failed because the payload was not formatted correctly (GCM result: InvalidDataKey or InvalidTtl).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.invalidnotificationsize\",\r\n \"displayName\": \"GCM Invalid Notification Size Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the payload was too large (GCM result: MessageTooBig).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.wrongchannel\",\r\n \"displayName\": \"GCM Wrong Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the registrationId in the registration is not associated to the current app (GCM result: InvalidPackageName).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.pnserror\",\r\n \"displayName\": \"GCM Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because of errors communicating with GCM.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.gcm.authenticationerror\",\r\n \"displayName\": \"GCM Authentication Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS did not accept the provided credentials the credentials are blocked or the SenderId is not correctly configured in the app (GCM result: MismatchedSenderId).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.success\",\r\n \"displayName\": \"MPNS Successful Notifications\",\r\n \"displayDescription\": \"The count of all successful notifications.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.invalidcredentials\",\r\n \"displayName\": \"MPNS Invalid Credentials\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS did not accept the provided credentials or the credentials are blocked.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.badchannel\",\r\n \"displayName\": \"MPNS Bad Channel Error\",\r\n \"displayDescription\": \"The count of pushes that failed because the ChannelURI in the registration was not recognized (MPNS status: 404 not found).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.throttled\",\r\n \"displayName\": \"MPNS Throttled Notifications\",\r\n \"displayDescription\": \"The count of pushes that failed because MPNS is throttling this app (WNS MPNS: 406 Not Acceptable).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.invalidnotificationformat\",\r\n \"displayName\": \"MPNS Invalid Notification Format\",\r\n \"displayDescription\": \"The count of pushes that failed because the payload of the notification was too large.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.channeldisconnected\",\r\n \"displayName\": \"MPNS Channel Disconnected\",\r\n \"displayDescription\": \"The count of pushes that failed because the ChannelURI in the registration was disconnected (MPNS status: 412 not found).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.dropped\",\r\n \"displayName\": \"MPNS Dropped Notifications\",\r\n \"displayDescription\": \"The count of pushes that were dropped by MPNS (MPNS response header: X-NotificationStatus: QueueFull or Suppressed).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.pnserror\",\r\n \"displayName\": \"MPNS Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because of errors communicating with MPNS.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"outgoing.mpns.authenticationerror\",\r\n \"displayName\": \"MPNS Authentication Errors\",\r\n \"displayDescription\": \"The count of pushes that failed because the PNS did not accept the provided credentials or the credentials are blocked.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"notificationhub.devices\",\r\n \"displayName\": \"Notification Hub Devices\",\r\n \"displayDescription\": \"The device count of the notification hub\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"notificationhub.pushes\",\r\n \"displayName\": \"Notification Hub Push Notifications\",\r\n \"displayDescription\": \"The count of push notifications in the notification hub\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"incoming.all.requests\",\r\n \"displayName\": \"All Incoming Requests\",\r\n \"displayDescription\": \"Total incoming requests for a notification hub\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"incoming.all.failedrequests\",\r\n \"displayName\": \"All Incoming Failed Requests\",\r\n \"displayDescription\": \"Total incoming failed requests for a notification hub\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": false\r\n }\r\n ],\r\n \"logSpecifications\": null\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Namespaces/NotificationHubs/authorizationRules\",\r\n \"displayName\": \"NotificationHub Authorization Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Notification hub Authorization Rule\",\r\n \"description\": \"Create Notification Hub Authorization Rules and Update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/authorizationRules/read\",\r\n \"displayName\": \"Get Notification Hub Authorization Rules\",\r\n \"description\": \"Get the list of Notification Hub Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/authorizationRules/delete\",\r\n \"displayName\": \"Delete Notification Hub Authorization Rules\",\r\n \"description\": \"Delete Notification Hub Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/authorizationRules/listkeys/action\",\r\n \"displayName\": \"Get Notification Hub Listkeys\",\r\n \"description\": \"Get the Connection String to the Notification Hub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.NotificationHubs/Namespaces/NotificationHubs/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Notification Hub Authorization Rule Regenerate Keys\",\r\n \"description\": \"Notification Hub Authorization Rule Regenerate Primary/SecondaryKey, Specify the Key that needs to be regenerated\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.NotificationHubs\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.NotificationHubs\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Machine Learning Web Services Management\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/register/action\",\r\n \"displayName\": \"Registers the Machine Learning Web Service Resource Provider\",\r\n \"description\": \"Registers the subscription for the machine learning web service resource provider and enables the creation of web services.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/action\",\r\n \"displayName\": \"Create regional Web Service Properties\",\r\n \"description\": \"Create regional Web Service Properties for supported regions\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"commitmentPlans\",\r\n \"displayName\": \"Machine Learning Commitment Plan\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/read\",\r\n \"displayName\": \"Read Machine Learning Commitment Plan\",\r\n \"description\": \"Read any Machine Learning Commitment Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/write\",\r\n \"displayName\": \"Write Machine Learning Commitment Plan\",\r\n \"description\": \"Create or Update any Machine Learning Commitment Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/delete\",\r\n \"displayName\": \"Delete Machine Learning Commitment Plan\",\r\n \"description\": \"Delete any Machine Learning Commitment Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/join/action\",\r\n \"displayName\": \"Join Machine Learning Commitment Plan\",\r\n \"description\": \"Join any Machine Learning Commitment Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"commitmentPlans/commitmentAssociations\",\r\n \"displayName\": \"Machine Learning Commitment Plan Association\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/commitmentAssociations/read\",\r\n \"displayName\": \"Read Machine Learning Commitment Plan Association\",\r\n \"description\": \"Read any Machine Learning Commitment Plan Association\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/commitmentAssociations/move/action\",\r\n \"displayName\": \"Move Machine Learning Commitment Plan Association\",\r\n \"description\": \"Move any Machine Learning Commitment Plan Association\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Workspaces\",\r\n \"displayName\": \"Machine Learning Workspace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/read\",\r\n \"displayName\": \"Read Machine Learning Workspace\",\r\n \"description\": \"Read any Machine Learning Workspace\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/write\",\r\n \"displayName\": \"Write Machine Learning Workspace\",\r\n \"description\": \"Create or Update any Machine Learning Workspace\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/delete\",\r\n \"displayName\": \"Delete Machine Learning Workspace\",\r\n \"description\": \"Delete any Machine Learning Workspace\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/listworkspacekeys/action\",\r\n \"displayName\": \"List Workspace Keys\",\r\n \"description\": \"List keys for a Machine Learning Workspace\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/resyncstoragekeys/action\",\r\n \"displayName\": \"Resync Storage Keys\",\r\n \"description\": \"Resync keys of storage account configured for a Machine Learning Workspace\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"webServices\",\r\n \"displayName\": \"Machine Learning Web Service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/read\",\r\n \"displayName\": \"Read Machine Learning Web Service\",\r\n \"description\": \"Read any Machine Learning Web Service\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/write\",\r\n \"displayName\": \"Write Machine Learning Web Service\",\r\n \"description\": \"Create or Update any Machine Learning Web Service\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/delete\",\r\n \"displayName\": \"Delete Machine Learning Web Service\",\r\n \"description\": \"Delete any Machine Learning Web Service\",\r\n \"origin\": \"user,system\",\r\n \"properties\": {}\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.MachineLearning\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.MachineLearning\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft.Media\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"mediaservices\",\r\n \"displayName\": \"MediaService\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Media/mediaservices/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Media/mediaservices/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Media/mediaservices/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Media/mediaservices/regenerateKey/action\",\r\n \"displayName\": \"regenerateKey\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Media/mediaservices/listKeys/action\",\r\n \"displayName\": \"listKeys\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Media/mediaservices/syncStorageKeys/action\",\r\n \"displayName\": \"syncStorageKeys\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Media\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Media\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Scheduler\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"jobcollections\",\r\n \"displayName\": \"Job Collection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/read\",\r\n \"displayName\": \"Get Job Collection\",\r\n \"description\": \"Get Job Collection\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/write\",\r\n \"displayName\": \"Create Job Collection\",\r\n \"description\": \"Creates or updates job collection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/delete\",\r\n \"displayName\": \"Delete Job Collection\",\r\n \"description\": \"Deletes job collection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/enable/action\",\r\n \"displayName\": \"Enable Job Collection\",\r\n \"description\": \"Enables job collection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/disable/action\",\r\n \"displayName\": \"Disable Job Collection\",\r\n \"description\": \"Disables job collection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobcollections/jobs\",\r\n \"displayName\": \"Job\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/jobs/read\",\r\n \"displayName\": \"Get Job\",\r\n \"description\": \"Gets job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/jobs/write\",\r\n \"displayName\": \"Create Job\",\r\n \"description\": \"Creates or updates job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/jobs/delete\",\r\n \"displayName\": \"Delete Job\",\r\n \"description\": \"Deletes job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/jobs/run/action\",\r\n \"displayName\": \"Run Job\",\r\n \"description\": \"Runs job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/jobs/generateLogicAppDefinition/action\",\r\n \"displayName\": \"Generate Logic App definition\",\r\n \"description\": \"Generates Logic App definition based on a Scheduler Job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"jobcollections/jobs/jobhistories\",\r\n \"displayName\": \"Job History\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Scheduler/jobcollections/jobs/jobhistories/read\",\r\n \"displayName\": \"Get Job History\",\r\n \"description\": \"Gets job history.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Scheduler\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Scheduler\"\r\n },\r\n {\r\n \"displayName\": \"Remote Server Management Tools\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"subscriptions\",\r\n \"displayName\": \"Subscriptions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/subscriptions/write\",\r\n \"displayName\": \"Create or update subscription\",\r\n \"description\": \"Creates or updates a subscription\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"gateways\",\r\n \"displayName\": \"Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/gateways/write\",\r\n \"displayName\": \"Create or update gateway\",\r\n \"description\": \"Creates or updates a gateway\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/gateways/delete\",\r\n \"displayName\": \"Delete gateway\",\r\n \"description\": \"Deletes a gateway\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/gateways/read\",\r\n \"displayName\": \"Get gateway\",\r\n \"description\": \"Gets a gateway\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/gateways/regenerateprofile/action\",\r\n \"displayName\": \"Regenerate gateway profile\",\r\n \"description\": \"Regenerates the gateway profile\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/gateways/upgradetolatest/action\",\r\n \"displayName\": \"Upgrade gateway\",\r\n \"description\": \"Upgrades the gateway to the latest version\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"nodes\",\r\n \"displayName\": \"Nodes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/write\",\r\n \"displayName\": \"Create or update node\",\r\n \"description\": \"creates or updates a node\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/delete\",\r\n \"displayName\": \"Delete node\",\r\n \"description\": \"Deletes a node\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/read\",\r\n \"displayName\": \"Get node\",\r\n \"description\": \"Gets a node\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"nodes/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definitions for nodes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read search service metric definitions\",\r\n \"description\": \"Gets the available metrics for nodes\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"nodes/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"nodes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get Diagnostic Setting\",\r\n \"description\": \"Gets the diagnostic setting read for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Set Diagnostic Setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"nodes/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"The log definition for nodes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/nodes/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read log definitions\",\r\n \"description\": \"Gets the available logs for nodes\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"RequestLogs\",\r\n \"displayName\": \"Request Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sessions\",\r\n \"displayName\": \"Sessions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ServerManagement/sessions/write\",\r\n \"displayName\": \"Create or update session\",\r\n \"description\": \"Creates or updates a session\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/sessions/read\",\r\n \"displayName\": \"Get session\",\r\n \"description\": \"Gets a session\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ServerManagement/sessions/delete\",\r\n \"displayName\": \"Deletes session\",\r\n \"description\": \"Deletes a sesssion\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ServerManagement\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ServerManagement\"\r\n },\r\n {\r\n \"displayName\": \"microsoft.aadiam\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"tenants/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"tenants\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.aadiam/tenants/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.aadiam/tenants/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"tenants/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"The log definition of tenants\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.aadiam/tenants/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read tenants log definitions\",\r\n \"description\": \"Gets the available logs for tenants\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"Signin\",\r\n \"displayName\": \"Signin\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/microsoft.aadiam\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"microsoft.aadiam\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Data Factory\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"datafactories\",\r\n \"displayName\": \"Data Factory\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/read\",\r\n \"displayName\": \"Read Data Factory\",\r\n \"description\": \"Reads Data Factory.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/write\",\r\n \"displayName\": \"Create or Update any Data Factory.\",\r\n \"description\": \"Create or Update Data Factory\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/delete\",\r\n \"displayName\": \"Delete Data Factory\",\r\n \"description\": \"Deletes Data Factory.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"datafactories/datapipelines\",\r\n \"displayName\": \"Pipeline\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datapipelines/read\",\r\n \"displayName\": \"Read Pipeline\",\r\n \"description\": \"Reads Pipeline.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datapipelines/delete\",\r\n \"displayName\": \"Delete Pipeline\",\r\n \"description\": \"Deletes Pipeline.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datapipelines/pause/action\",\r\n \"displayName\": \"Pause Pipeline\",\r\n \"description\": \"Pauses Pipeline.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datapipelines/resume/action\",\r\n \"displayName\": \"Resume Pipeline\",\r\n \"description\": \"Resumes Pipeline.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datapipelines/update/action\",\r\n \"displayName\": \"Update Pipeline\",\r\n \"description\": \"Updates Pipeline.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datapipelines/write\",\r\n \"displayName\": \"Create or Update any Pipeline.\",\r\n \"description\": \"Create or Update Pipeline\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"datafactories/linkedServices\",\r\n \"displayName\": \"Linked service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/linkedServices/read\",\r\n \"displayName\": \"Read Linked service\",\r\n \"description\": \"Reads Linked service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/linkedServices/delete\",\r\n \"displayName\": \"Delete Linked service\",\r\n \"description\": \"Deletes Linked service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/linkedServices/write\",\r\n \"displayName\": \"Create or Update any Linked service.\",\r\n \"description\": \"Create or Update Linked service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"datafactories/datasets\",\r\n \"displayName\": \"Dataset\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datasets/write\",\r\n \"displayName\": \"Write Dataset\",\r\n \"description\": \"Write Dataset\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"datafactories/datasets/slices\",\r\n \"displayName\": \"Data Slice\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/datasets/slices/write\",\r\n \"displayName\": \"Write Data Slice\",\r\n \"description\": \"Write Data Slice\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"datafactories/{resourceTypeName:regex(^(tables|datasets)$)}\",\r\n \"displayName\": \"Table\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/{resourceTypeName:regex(^(tables|datasets)$)}/read\",\r\n \"displayName\": \"Read Table\",\r\n \"description\": \"Reads Table.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/{resourceTypeName:regex(^(tables|datasets)$)}/delete\",\r\n \"displayName\": \"Delete Table\",\r\n \"description\": \"Deletes Table.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/datafactories/{resourceTypeName:regex(^(tables|datasets)$)}/write\",\r\n \"displayName\": \"Create or Update any Table.\",\r\n \"description\": \"Create or Update Table\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DataFactory\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DataFactory\"\r\n },\r\n {\r\n \"displayName\": \"Sparkpost.Basic\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Sparkpost.Basic/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Sparkpost.Basic/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Lists Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Sparkpost.Basic/operations/read\",\r\n \"displayName\": \"List Operations\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Sparkpost.Basic/services/read\",\r\n \"displayName\": \"Get Resource\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Sparkpost.Basic/services/write\",\r\n \"displayName\": \"Create/Update Resource\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Sparkpost.Basic/services/delete\",\r\n \"displayName\": \"Delete Resource\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Sparkpost.Basic/services/read\",\r\n \"displayName\": \"Get Resources\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Sparkpost.Basic/services/listSecrets/action\",\r\n \"displayName\": \"Get Secrets\",\r\n \"description\": \"Lists the Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Sparkpost.Basic/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Sparkpost.Basic\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Sparkpost.Basic\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/unregister/action\",\r\n \"displayName\": \"Unregister Microsoft.Web resource provider\",\r\n \"description\": \"Unregister Microsoft.Web resource provider for the subscription.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/validate/action\",\r\n \"displayName\": \"Validate \",\r\n \"description\": \"Validate .\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/register/action\",\r\n \"displayName\": \"Register Microsoft.Web resource provider\",\r\n \"description\": \"Register Microsoft.Web resource provider for the subscription.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"hostingEnvironments\",\r\n \"displayName\": \"App Service Environment\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/Read\",\r\n \"displayName\": \"Get App Service Environment\",\r\n \"description\": \"Get the properties of an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/Write\",\r\n \"displayName\": \"Create or Update App Service Environment\",\r\n \"description\": \"Create a new App Service Environment or update existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/Delete\",\r\n \"displayName\": \"Delete App Service Environment\",\r\n \"description\": \"Delete an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/reboot/Action\",\r\n \"displayName\": \"Reboot an App Service Environment\",\r\n \"description\": \"Reboot all machines in an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/resume/action\",\r\n \"displayName\": \"Resume Hosting Environments\",\r\n \"description\": \"Resume Hosting Environments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/suspend/action\",\r\n \"displayName\": \"Suspend Hosting Environments\",\r\n \"description\": \"Suspend Hosting Environments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/metricdefinitions\",\r\n \"displayName\": \"Hosting Environments Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/metricdefinitions/read\",\r\n \"displayName\": \"Get Hosting Environments Metric Definitions\",\r\n \"description\": \"Get Hosting Environments Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingEnvironments/workerPools\",\r\n \"displayName\": \"App Service Environment Worker Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/workerPools/Read\",\r\n \"displayName\": \"Get Worker Pool\",\r\n \"description\": \"Get the properties of a Worker Pool in an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/workerPools/Write\",\r\n \"displayName\": \"Create or Update Worker Pool\",\r\n \"description\": \"Create a new Worker Pool in an App Service Environment or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/metricdefinitions\",\r\n \"displayName\": \"Hosting Environments Workerpools Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/metricdefinitions/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools Metric Definitions\",\r\n \"description\": \"Get Hosting Environments Workerpools Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/metrics\",\r\n \"displayName\": \"Hosting Environments Workerpools Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/metrics/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools Metrics\",\r\n \"description\": \"Get Hosting Environments Workerpools Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/skus\",\r\n \"displayName\": \"Hosting Environments Workerpools SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/skus/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools SKUs\",\r\n \"description\": \"Get Hosting Environments Workerpools SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/usages\",\r\n \"displayName\": \"Hosting Environments Workerpools Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/usages/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools Usages\",\r\n \"description\": \"Get Hosting Environments Workerpools Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/sites\",\r\n \"displayName\": \"Hosting Environments Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/sites/read\",\r\n \"displayName\": \"Get Hosting Environments Web Apps\",\r\n \"description\": \"Get Hosting Environments Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/serverfarms\",\r\n \"displayName\": \"Hosting Environments App Service Plans\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/serverfarms/read\",\r\n \"displayName\": \"Get Hosting Environments App Service Plans\",\r\n \"description\": \"Get Hosting Environments App Service Plans.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/usages\",\r\n \"displayName\": \"Hosting Environments Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/usages/read\",\r\n \"displayName\": \"Get Hosting Environments Usages\",\r\n \"description\": \"Get Hosting Environments Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/capacities\",\r\n \"displayName\": \"Hosting Environments Capacities\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/capacities/read\",\r\n \"displayName\": \"Get Hosting Environments Capacities\",\r\n \"description\": \"Get Hosting Environments Capacities.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/operations\",\r\n \"displayName\": \"Hosting Environments Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/operations/read\",\r\n \"displayName\": \"Get Hosting Environments Operations\",\r\n \"description\": \"Get Hosting Environments Operations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingEnvironments/multiRolePools\",\r\n \"displayName\": \"App Service Environment FrontEnd Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/multiRolePools/Read\",\r\n \"displayName\": \"Get FrontEnd Pool\",\r\n \"description\": \"Get the properties of a FrontEnd Pool in an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/multiRolePools/Write\",\r\n \"displayName\": \"Create or Update FrontEnd Pool\",\r\n \"description\": \"Create a new FrontEnd Pool in an App Service Environment or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/metricdefinitions\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/metricdefinitions/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools Metric Definitions\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/metrics\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/metrics/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools Metrics\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/skus\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/skus/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools SKUs\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/usages\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/usages/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools Usages\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/diagnostics\",\r\n \"displayName\": \"Hosting Environments Diagnostics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/diagnostics/read\",\r\n \"displayName\": \"Get Hosting Environments Diagnostics\",\r\n \"description\": \"Get Hosting Environments Diagnostics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publishingusers\",\r\n \"displayName\": \"Publishing Users\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/publishingusers/read\",\r\n \"displayName\": \"Get Publishing Users\",\r\n \"description\": \"Get Publishing Users.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/publishingusers/write\",\r\n \"displayName\": \"Update Publishing Users\",\r\n \"description\": \"Update Publishing Users.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"checknameavailability\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/checknameavailability/read\",\r\n \"displayName\": \"Get Check Name Availability\",\r\n \"description\": \"Check if resource name is available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"geoRegions\",\r\n \"displayName\": \"Geo Region\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/geoRegions/Read\",\r\n \"displayName\": \"Get Geo Regions\",\r\n \"description\": \"Get the list of Geo regions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites\",\r\n \"displayName\": \"Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/Read\",\r\n \"displayName\": \"Get Web App\",\r\n \"description\": \"Get the properties of a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/Write\",\r\n \"displayName\": \"Create or Update Web App\",\r\n \"description\": \"Create a new Web App or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/Delete\",\r\n \"displayName\": \"Delete Web App\",\r\n \"description\": \"Delete an existing Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/backup/Action\",\r\n \"displayName\": \"Create Web App Backup\",\r\n \"description\": \"Create a new web app backup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/publishxml/Action\",\r\n \"displayName\": \"Get Web App Publishing Profile\",\r\n \"description\": \"Get publishing profile xml for a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/publish/Action\",\r\n \"displayName\": \"Publish Web App\",\r\n \"description\": \"Publish a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/restart/Action\",\r\n \"displayName\": \"Restart Web App\",\r\n \"description\": \"Restart a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/start/Action\",\r\n \"displayName\": \"Start Web App\",\r\n \"description\": \"Start a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/stop/Action\",\r\n \"displayName\": \"Stop Web App\",\r\n \"description\": \"Stop a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slotsswap/Action\",\r\n \"displayName\": \"Swap Web App Slots\",\r\n \"description\": \"Swap Web App deployment slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slotsdiffs/Action\",\r\n \"displayName\": \"Get Web App Slots Differences\",\r\n \"description\": \"Get differences in configuration between web app and slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/applySlotConfig/Action\",\r\n \"displayName\": \"Apply Web App Configuration\",\r\n \"description\": \"Apply web app slot configuration from target slot to the current web app\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/resetSlotConfig/Action\",\r\n \"displayName\": \"Reset Web App Configuration\",\r\n \"description\": \"Reset web app configuration\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/action\",\r\n \"displayName\": \"Functions Web Apps\",\r\n \"description\": \"Functions Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/listsyncfunctiontriggerstatus/action\",\r\n \"displayName\": \"List Sync Function Trigger Status Web Apps\",\r\n \"description\": \"List Sync Function Trigger Status Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/networktrace/action\",\r\n \"displayName\": \"Network Trace Web Apps\",\r\n \"description\": \"Network Trace Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/newpassword/action\",\r\n \"displayName\": \"Newpassword Web Apps\",\r\n \"description\": \"Newpassword Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/sync/action\",\r\n \"displayName\": \"Sync Web Apps\",\r\n \"description\": \"Sync Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/migratemysql/action\",\r\n \"displayName\": \"Migrate MySql Web Apps\",\r\n \"description\": \"Migrate MySql Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/recover/action\",\r\n \"displayName\": \"Recover Web Apps\",\r\n \"description\": \"Recover Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/syncfunctiontriggers/action\",\r\n \"displayName\": \"Sync Function Triggers for Web Apps\",\r\n \"description\": \"Sync Function Triggers for Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/operationresults\",\r\n \"displayName\": \"Web Apps Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/operationresults/read\",\r\n \"displayName\": \"Get Web Apps Operation Results\",\r\n \"description\": \"Get Web Apps Operation Results.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/webjobs\",\r\n \"displayName\": \"Web Apps WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/webjobs/read\",\r\n \"displayName\": \"Get Web Apps WebJobs\",\r\n \"description\": \"Get Web Apps WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/providers/Microsoft.Insights/metricDefinitions/Read\",\r\n \"displayName\": \"Read Web App metric definitions\",\r\n \"description\": \"Gets the available metrics for Web App\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CpuTime\",\r\n \"displayName\": \"CPU Time\",\r\n \"displayDescription\": \"CPU Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Requests\",\r\n \"displayName\": \"Requests\",\r\n \"displayDescription\": \"Requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesReceived\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Data In\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesSent\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Data Out\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http101\",\r\n \"displayName\": \"Http 101\",\r\n \"displayDescription\": \"Http 101\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http2xx\",\r\n \"displayName\": \"Http 2xx\",\r\n \"displayDescription\": \"Http 2xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http3xx\",\r\n \"displayName\": \"Http 3xx\",\r\n \"displayDescription\": \"Http 3xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http401\",\r\n \"displayName\": \"Http 401\",\r\n \"displayDescription\": \"Http 401\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http403\",\r\n \"displayName\": \"Http 403\",\r\n \"displayDescription\": \"Http 403\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http404\",\r\n \"displayName\": \"Http 404\",\r\n \"displayDescription\": \"Http 404\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http406\",\r\n \"displayName\": \"Http 406\",\r\n \"displayDescription\": \"Http 406\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http4xx\",\r\n \"displayName\": \"Http 4xx\",\r\n \"displayDescription\": \"Http 4xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http5xx\",\r\n \"displayName\": \"Http Server Errors\",\r\n \"displayDescription\": \"Http Server Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MemoryWorkingSet\",\r\n \"displayName\": \"Memory working set\",\r\n \"displayDescription\": \"Memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageMemoryWorkingSet\",\r\n \"displayName\": \"Average memory working set\",\r\n \"displayDescription\": \"Average memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageResponseTime\",\r\n \"displayName\": \"Average Response Time\",\r\n \"displayDescription\": \"Average Response Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionUnits\",\r\n \"displayName\": \"Function Execution Units\",\r\n \"displayDescription\": \"Function Execution Units\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionCount\",\r\n \"displayName\": \"Function Execution Count\",\r\n \"displayDescription\": \"Function Execution Count\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/backup\",\r\n \"displayName\": \"Web Apps Backup\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/backup/read\",\r\n \"displayName\": \"Get Web Apps Backup\",\r\n \"description\": \"Get Web Apps Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backup/write\",\r\n \"displayName\": \"Update Web Apps Backup\",\r\n \"description\": \"Update Web Apps Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/metricdefinitions\",\r\n \"displayName\": \"Web Apps Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/metricdefinitions/read\",\r\n \"displayName\": \"Get Web Apps Metric Definitions\",\r\n \"description\": \"Get Web Apps Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/metrics\",\r\n \"displayName\": \"Web Apps Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/metrics/read\",\r\n \"displayName\": \"Get Web Apps Metrics\",\r\n \"description\": \"Get Web Apps Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/continuouswebjobs\",\r\n \"displayName\": \"Web Apps Continuous Web Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Continuous Web Jobs\",\r\n \"description\": \"Delete Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/read\",\r\n \"displayName\": \"Get Web Apps Continuous Web Jobs\",\r\n \"description\": \"Get Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/start/action\",\r\n \"displayName\": \"Start Web Apps Continuous Web Jobs\",\r\n \"description\": \"Start Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/stop/action\",\r\n \"displayName\": \"Stop Web Apps Continuous Web Jobs\",\r\n \"description\": \"Stop Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/domainownershipidentifiers\",\r\n \"displayName\": \"Web Apps Domain Ownership Identifiers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/domainownershipidentifiers/read\",\r\n \"displayName\": \"Get Web Apps Domain Ownership Identifiers\",\r\n \"description\": \"Get Web Apps Domain Ownership Identifiers.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/domainownershipidentifiers/write\",\r\n \"displayName\": \"Update Web Apps Domain Ownership Identifiers\",\r\n \"description\": \"Update Web Apps Domain Ownership Identifiers.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/premieraddons\",\r\n \"displayName\": \"Web Apps Premier Addons\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/premieraddons/delete\",\r\n \"displayName\": \"Delete Web Apps Premier Addons\",\r\n \"description\": \"Delete Web Apps Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/premieraddons/read\",\r\n \"displayName\": \"Get Web Apps Premier Addons\",\r\n \"description\": \"Get Web Apps Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/premieraddons/write\",\r\n \"displayName\": \"Update Web Apps Premier Addons\",\r\n \"description\": \"Update Web Apps Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/triggeredwebjobs\",\r\n \"displayName\": \"Web Apps Triggered WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Triggered WebJobs\",\r\n \"description\": \"Delete Web Apps Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/read\",\r\n \"displayName\": \"Get Web Apps Triggered WebJobs\",\r\n \"description\": \"Get Web Apps Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/run/action\",\r\n \"displayName\": \"Run Web Apps Triggered WebJobs\",\r\n \"description\": \"Run Web Apps Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/triggeredwebjobs/history\",\r\n \"displayName\": \"Web Apps Triggered WebJobs History\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/history/read\",\r\n \"displayName\": \"Get Web Apps Triggered WebJobs History\",\r\n \"description\": \"Get Web Apps Triggered WebJobs History.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hostnamebindings\",\r\n \"displayName\": \"Web Apps Hostname Bindings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hostnamebindings/delete\",\r\n \"displayName\": \"Delete Web Apps Hostname Bindings\",\r\n \"description\": \"Delete Web Apps Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hostnamebindings/read\",\r\n \"displayName\": \"Get Web Apps Hostname Bindings\",\r\n \"description\": \"Get Web Apps Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hostnamebindings/write\",\r\n \"displayName\": \"Update Web Apps Hostname Bindings\",\r\n \"description\": \"Update Web Apps Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/virtualnetworkconnections\",\r\n \"displayName\": \"Web Apps Virtual Network Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/delete\",\r\n \"displayName\": \"Delete Web Apps Virtual Network Connections\",\r\n \"description\": \"Delete Web Apps Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/read\",\r\n \"displayName\": \"Get Web Apps Virtual Network Connections\",\r\n \"description\": \"Get Web Apps Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/write\",\r\n \"displayName\": \"Update Web Apps Virtual Network Connections\",\r\n \"description\": \"Update Web Apps Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/virtualnetworkconnections/gateways\",\r\n \"displayName\": \"Web Apps Virtual Network Connections Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/gateways/read\",\r\n \"displayName\": \"Get Web Apps Virtual Network Connections Gateways\",\r\n \"description\": \"Get Web Apps Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/gateways/write\",\r\n \"displayName\": \"Update Web Apps Virtual Network Connections Gateways\",\r\n \"description\": \"Update Web Apps Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/migratemysql\",\r\n \"displayName\": \"Web Apps Migrate MySql\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/migratemysql/read\",\r\n \"displayName\": \"Get Web Apps Migrate MySql\",\r\n \"description\": \"Get Web Apps Migrate MySql.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/publishxml\",\r\n \"displayName\": \"Web Apps Publishing XML\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/publishxml/read\",\r\n \"displayName\": \"Get Web Apps Publishing XML\",\r\n \"description\": \"Get Web Apps Publishing XML.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hybridconnectionrelays\",\r\n \"displayName\": \"Web Apps Hybrid Connection Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionrelays/read\",\r\n \"displayName\": \"Get Web Apps Hybrid Connection Relays\",\r\n \"description\": \"Get Web Apps Hybrid Connection Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/perfcounters\",\r\n \"displayName\": \"Web Apps Performance Counters\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/perfcounters/read\",\r\n \"displayName\": \"Get Web Apps Performance Counters\",\r\n \"description\": \"Get Web Apps Performance Counters.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/usages\",\r\n \"displayName\": \"Web Apps Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/usages/read\",\r\n \"displayName\": \"Get Web Apps Usages\",\r\n \"description\": \"Get Web Apps Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots\",\r\n \"displayName\": \"Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/Write\",\r\n \"displayName\": \"Create or Update Web App Slot\",\r\n \"description\": \"Create a new Web App Slot or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/Delete\",\r\n \"displayName\": \"Delete Web App Slot\",\r\n \"description\": \"Delete an existing Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/backup/Action\",\r\n \"displayName\": \"Create Web App Slot Backup\",\r\n \"description\": \"Create new Web App Slot backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/publishxml/Action\",\r\n \"displayName\": \"Get Web App Slot Publishing Profile\",\r\n \"description\": \"Get publishing profile xml for Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/publish/Action\",\r\n \"displayName\": \"Publish Web App Slot\",\r\n \"description\": \"Publish a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/restart/Action\",\r\n \"displayName\": \"Restart Web App Slot\",\r\n \"description\": \"Restart a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/start/Action\",\r\n \"displayName\": \"Start Web App Slot\",\r\n \"description\": \"Start a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/stop/Action\",\r\n \"displayName\": \"Stop Web App Slot\",\r\n \"description\": \"Stop a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/slotsswap/Action\",\r\n \"displayName\": \"Swap Web App Slots\",\r\n \"description\": \"Swap Web App deployment slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/slotsdiffs/Action\",\r\n \"displayName\": \"Get Web App Slots Differences\",\r\n \"description\": \"Get differences in configuration between web app and slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/applySlotConfig/Action\",\r\n \"displayName\": \"Apply Web App Slot Configuration\",\r\n \"description\": \"Apply web app slot configuration from target slot to the current slot.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/resetSlotConfig/Action\",\r\n \"displayName\": \"Reset Web App Slot Configuration\",\r\n \"description\": \"Reset web app slot configuration\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/Read\",\r\n \"displayName\": \"Get Web App Deployment Slot\",\r\n \"description\": \"Get the properties of a Web App deployment slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/newpassword/action\",\r\n \"displayName\": \"Newpassword Web Apps Slots\",\r\n \"description\": \"Newpassword Web Apps Slots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/sync/action\",\r\n \"displayName\": \"Sync Web Apps Slots\",\r\n \"description\": \"Sync Web Apps Slots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/operationresults\",\r\n \"displayName\": \"Web Apps Slots Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/operationresults/read\",\r\n \"displayName\": \"Get Web Apps Slots Operation Results\",\r\n \"description\": \"Get Web Apps Slots Operation Results.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/webjobs\",\r\n \"displayName\": \"Web Apps Slots WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/webjobs/read\",\r\n \"displayName\": \"Get Web Apps Slots WebJobs\",\r\n \"description\": \"Get Web Apps Slots WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/providers/Microsoft.Insights/metricDefinitions/Read\",\r\n \"displayName\": \"Read Web App Slot metric definitions\",\r\n \"description\": \"Gets the available metrics for Web App Slot\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CpuTime\",\r\n \"displayName\": \"CPU Time\",\r\n \"displayDescription\": \"CPU Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Requests\",\r\n \"displayName\": \"Requests\",\r\n \"displayDescription\": \"Requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesReceived\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Data In\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesSent\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Data Out\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http101\",\r\n \"displayName\": \"Http 101\",\r\n \"displayDescription\": \"Http 101\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http2xx\",\r\n \"displayName\": \"Http 2xx\",\r\n \"displayDescription\": \"Http 2xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http3xx\",\r\n \"displayName\": \"Http 3xx\",\r\n \"displayDescription\": \"Http 3xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http401\",\r\n \"displayName\": \"Http 401\",\r\n \"displayDescription\": \"Http 401\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http403\",\r\n \"displayName\": \"Http 403\",\r\n \"displayDescription\": \"Http 403\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http404\",\r\n \"displayName\": \"Http 404\",\r\n \"displayDescription\": \"Http 404\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http406\",\r\n \"displayName\": \"Http 406\",\r\n \"displayDescription\": \"Http 406\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http4xx\",\r\n \"displayName\": \"Http 4xx\",\r\n \"displayDescription\": \"Http 4xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http5xx\",\r\n \"displayName\": \"Http Server Errors\",\r\n \"displayDescription\": \"Http Server Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MemoryWorkingSet\",\r\n \"displayName\": \"Memory working set\",\r\n \"displayDescription\": \"Memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageMemoryWorkingSet\",\r\n \"displayName\": \"Average memory working set\",\r\n \"displayDescription\": \"Average memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageResponseTime\",\r\n \"displayName\": \"Average Response Time\",\r\n \"displayDescription\": \"Average Response Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionUnits\",\r\n \"displayName\": \"Function Execution Units\",\r\n \"displayDescription\": \"Function Execution Units\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionCount\",\r\n \"displayName\": \"Function Execution Count\",\r\n \"displayDescription\": \"Function Execution Count\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/backup\",\r\n \"displayName\": \"Web Apps Slots Backup\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backup/write\",\r\n \"displayName\": \"Update Web Apps Slots Backup\",\r\n \"description\": \"Update Web Apps Slots Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backup/read\",\r\n \"displayName\": \"Get Web Apps Slots Backup\",\r\n \"description\": \"Get Web Apps Slots Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/metricdefinitions\",\r\n \"displayName\": \"Web Apps Slots Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/metricdefinitions/read\",\r\n \"displayName\": \"Get Web Apps Slots Metric Definitions\",\r\n \"description\": \"Get Web Apps Slots Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/metrics\",\r\n \"displayName\": \"Web Apps Slots Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/metrics/read\",\r\n \"displayName\": \"Get Web Apps Slots Metrics\",\r\n \"description\": \"Get Web Apps Slots Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/continuouswebjobs\",\r\n \"displayName\": \"Web Apps Slots Continuous Web Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Delete Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/read\",\r\n \"displayName\": \"Get Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Get Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/start/action\",\r\n \"displayName\": \"Start Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Start Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/stop/action\",\r\n \"displayName\": \"Stop Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Stop Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/premieraddons\",\r\n \"displayName\": \"Web Apps Slots Premier Addons\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/premieraddons/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Premier Addons\",\r\n \"description\": \"Delete Web Apps Slots Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/premieraddons/read\",\r\n \"displayName\": \"Get Web Apps Slots Premier Addons\",\r\n \"description\": \"Get Web Apps Slots Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/premieraddons/write\",\r\n \"displayName\": \"Update Web Apps Slots Premier Addons\",\r\n \"description\": \"Update Web Apps Slots Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/triggeredwebjobs\",\r\n \"displayName\": \"Web Apps Slots Triggered WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/triggeredwebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Triggered WebJobs\",\r\n \"description\": \"Delete Web Apps Slots Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/triggeredwebjobs/read\",\r\n \"displayName\": \"Get Web Apps Slots Triggered WebJobs\",\r\n \"description\": \"Get Web Apps Slots Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/triggeredwebjobs/run/action\",\r\n \"displayName\": \"Run Web Apps Slots Triggered WebJobs\",\r\n \"description\": \"Run Web Apps Slots Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/hostnamebindings\",\r\n \"displayName\": \"Web Apps Slots Hostname Bindings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hostnamebindings/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Hostname Bindings\",\r\n \"description\": \"Delete Web Apps Slots Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hostnamebindings/read\",\r\n \"displayName\": \"Get Web Apps Slots Hostname Bindings\",\r\n \"description\": \"Get Web Apps Slots Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hostnamebindings/write\",\r\n \"displayName\": \"Update Web Apps Slots Hostname Bindings\",\r\n \"description\": \"Update Web Apps Slots Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/phplogging\",\r\n \"displayName\": \"Web Apps Slots Phplogging\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/phplogging/read\",\r\n \"displayName\": \"Get Web Apps Slots Phplogging\",\r\n \"description\": \"Get Web Apps Slots Phplogging.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/virtualnetworkconnections\",\r\n \"displayName\": \"Web Apps Slots Virtual Network Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Virtual Network Connections\",\r\n \"description\": \"Delete Web Apps Slots Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/read\",\r\n \"displayName\": \"Get Web Apps Slots Virtual Network Connections\",\r\n \"description\": \"Get Web Apps Slots Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/write\",\r\n \"displayName\": \"Update Web Apps Slots Virtual Network Connections\",\r\n \"description\": \"Update Web Apps Slots Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/virtualnetworkconnections/gateways\",\r\n \"displayName\": \"Web Apps Slots Virtual Network Connections Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/gateways/write\",\r\n \"displayName\": \"Update Web Apps Slots Virtual Network Connections Gateways\",\r\n \"description\": \"Update Web Apps Slots Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/hybridconnectionrelays\",\r\n \"displayName\": \"Web Apps Slots Hybrid Connection Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnectionrelays/read\",\r\n \"displayName\": \"Get Web Apps Slots Hybrid Connection Relays\",\r\n \"description\": \"Get Web Apps Slots Hybrid Connection Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/usages\",\r\n \"displayName\": \"Web Apps Slots Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/usages/read\",\r\n \"displayName\": \"Get Web Apps Slots Usages\",\r\n \"description\": \"Get Web Apps Slots Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/hybridconnection\",\r\n \"displayName\": \"Web Apps Slots Hybrid Connection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnection/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Hybrid Connection\",\r\n \"description\": \"Delete Web Apps Slots Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnection/read\",\r\n \"displayName\": \"Get Web Apps Slots Hybrid Connection\",\r\n \"description\": \"Get Web Apps Slots Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnection/write\",\r\n \"displayName\": \"Update Web Apps Slots Hybrid Connection\",\r\n \"description\": \"Update Web Apps Slots Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/config\",\r\n \"displayName\": \"Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/config/Read\",\r\n \"displayName\": \"Get Web App Slot Configuration\",\r\n \"description\": \"Get Web App Slot's configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/config/list/Action\",\r\n \"displayName\": \"List Web App Slot Security Sensitive Settings\",\r\n \"description\": \"List Web App Slot's security sensitive settings, such as publishing credentials, app settings and connection strings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/config/Write\",\r\n \"displayName\": \"Update Web App Slot Configuration\",\r\n \"description\": \"Update Web App Slot's configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/config/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Config\",\r\n \"description\": \"Delete Web Apps Slots Config.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/instances\",\r\n \"displayName\": \"Web Apps Slots Instances\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/instances/read\",\r\n \"displayName\": \"Get Web Apps Slots Instances\",\r\n \"description\": \"Get Web Apps Slots Instances.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/instances/processes\",\r\n \"displayName\": \"Web Apps Slots Instances Processes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/instances/processes/read\",\r\n \"displayName\": \"Get Web Apps Slots Instances Processes\",\r\n \"description\": \"Get Web Apps Slots Instances Processes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/instances/deployments\",\r\n \"displayName\": \"Web Apps Slots Instances Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/instances/deployments/read\",\r\n \"displayName\": \"Get Web Apps Slots Instances Deployments\",\r\n \"description\": \"Get Web Apps Slots Instances Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/sourcecontrols\",\r\n \"displayName\": \"Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/sourcecontrols/Read\",\r\n \"displayName\": \"Get Web App Slot Source Control Configuration\",\r\n \"description\": \"Get Web App Slot's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/sourcecontrols/Write\",\r\n \"displayName\": \"Update Web App Slot Source Control Configuration\",\r\n \"description\": \"Update Web App Slot's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/sourcecontrols/Delete\",\r\n \"displayName\": \"Delete Web App Slot Source Control Configuration\",\r\n \"description\": \"Delete Web App Slot's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/restore\",\r\n \"displayName\": \"Web Apps Slots Restore\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/restore/read\",\r\n \"displayName\": \"Get Web Apps Slots Restore\",\r\n \"description\": \"Get Web Apps Slots Restore.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/analyzecustomhostname\",\r\n \"displayName\": \"Web Apps Slots Analyze Custom Hostname\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/analyzecustomhostname/read\",\r\n \"displayName\": \"Get Web Apps Slots Analyze Custom Hostname\",\r\n \"description\": \"Get Web Apps Slots Analyze Custom Hostname.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/backups\",\r\n \"displayName\": \"Web Apps Slots Backups\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/backups/Read\",\r\n \"displayName\": \"List Web App Slot Backups\",\r\n \"description\": \"Get the properties of a web app slots' backup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backups/list/action\",\r\n \"displayName\": \"List Web Apps Slots Backups\",\r\n \"description\": \"List Web Apps Slots Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backups/restore/action\",\r\n \"displayName\": \"Restore Web Apps Slots Backups\",\r\n \"description\": \"Restore Web Apps Slots Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/snapshots\",\r\n \"displayName\": \"Web Apps Slots Snapshots\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/snapshots/read\",\r\n \"displayName\": \"Get Web Apps Slots Snapshots\",\r\n \"description\": \"Get Web Apps Slots Snapshots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/siteextensions\",\r\n \"displayName\": \"Web Apps Slots Site Extensions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/siteextensions/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Site Extensions\",\r\n \"description\": \"Delete Web Apps Slots Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/siteextensions/read\",\r\n \"displayName\": \"Get Web Apps Slots Site Extensions\",\r\n \"description\": \"Get Web Apps Slots Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/siteextensions/write\",\r\n \"displayName\": \"Update Web Apps Slots Site Extensions\",\r\n \"description\": \"Update Web Apps Slots Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/deployments\",\r\n \"displayName\": \"Web Apps Slots Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Deployments\",\r\n \"description\": \"Delete Web Apps Slots Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/read\",\r\n \"displayName\": \"Get Web Apps Slots Deployments\",\r\n \"description\": \"Get Web Apps Slots Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/write\",\r\n \"displayName\": \"Update Web Apps Slots Deployments\",\r\n \"description\": \"Update Web Apps Slots Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/deployments/log\",\r\n \"displayName\": \"Web Apps Slots Deployments Log\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/log/read\",\r\n \"displayName\": \"Get Web Apps Slots Deployments Log\",\r\n \"description\": \"Get Web Apps Slots Deployments Log.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hybridconnection\",\r\n \"displayName\": \"Web Apps Hybrid Connection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnection/delete\",\r\n \"displayName\": \"Delete Web Apps Hybrid Connection\",\r\n \"description\": \"Delete Web Apps Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnection/read\",\r\n \"displayName\": \"Get Web Apps Hybrid Connection\",\r\n \"description\": \"Get Web Apps Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnection/write\",\r\n \"displayName\": \"Update Web Apps Hybrid Connection\",\r\n \"description\": \"Update Web Apps Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/recommendationhistory\",\r\n \"displayName\": \"Web Apps Recommendation History\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/recommendationhistory/read\",\r\n \"displayName\": \"Get Web Apps Recommendation History\",\r\n \"description\": \"Get Web Apps Recommendation History.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/recommendations\",\r\n \"displayName\": \"Recommendation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/recommendations/Read\",\r\n \"displayName\": \"Get recommendations for web app\",\r\n \"description\": \"Get the list of recommendations for web app.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/recommendations/disable/action\",\r\n \"displayName\": \"Disable Web Apps Recommendations\",\r\n \"description\": \"Disable Web Apps Recommendations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/config\",\r\n \"displayName\": \"Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/config/Read\",\r\n \"displayName\": \"Get Web App Configuration\",\r\n \"description\": \"Get Web App configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/config/list/Action\",\r\n \"displayName\": \"List Web App Security Sensitive Settings\",\r\n \"description\": \"List Web App's security sensitive settings, such as publishing credentials, app settings and connection strings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/config/Write\",\r\n \"displayName\": \"Update Web App Configuration\",\r\n \"description\": \"Update Web App's configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/config/delete\",\r\n \"displayName\": \"Delete Web Apps Config\",\r\n \"description\": \"Delete Web Apps Config.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/instances\",\r\n \"displayName\": \"Web Apps Instances\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/instances/read\",\r\n \"displayName\": \"Get Web Apps Instances\",\r\n \"description\": \"Get Web Apps Instances.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/instances/processes\",\r\n \"displayName\": \"Web Apps Instances Processes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/instances/processes/delete\",\r\n \"displayName\": \"Delete Web Apps Instances Processes\",\r\n \"description\": \"Delete Web Apps Instances Processes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/instances/processes/read\",\r\n \"displayName\": \"Get Web Apps Instances Processes\",\r\n \"description\": \"Get Web Apps Instances Processes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/instances/deployments\",\r\n \"displayName\": \"Web Apps Instances Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/instances/deployments/read\",\r\n \"displayName\": \"Get Web Apps Instances Deployments\",\r\n \"description\": \"Get Web Apps Instances Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hybridconnectionnamespaces/relays\",\r\n \"displayName\": \"Web Apps Hybrid Connection Namespaces Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionnamespaces/relays/delete\",\r\n \"displayName\": \"Delete Web Apps Hybrid Connection Namespaces Relays\",\r\n \"description\": \"Delete Web Apps Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionnamespaces/relays/listkeys/action\",\r\n \"displayName\": \"List Keys Web Apps Hybrid Connection Namespaces Relays\",\r\n \"description\": \"List Keys Web Apps Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionnamespaces/relays/write\",\r\n \"displayName\": \"Update Web Apps Hybrid Connection Namespaces Relays\",\r\n \"description\": \"Update Web Apps Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/metricsdefinitions\",\r\n \"displayName\": \"Web Apps Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/metricsdefinitions/read\",\r\n \"displayName\": \"Get Web Apps Metrics Definitions\",\r\n \"description\": \"Get Web Apps Metrics Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/sourcecontrols\",\r\n \"displayName\": \"Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/sourcecontrols/Read\",\r\n \"displayName\": \"Get Web App Source Control Configuration\",\r\n \"description\": \"Get Web App's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/sourcecontrols/Write\",\r\n \"displayName\": \"Update Web App Source Control Configuration\",\r\n \"description\": \"Update Web App's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/sourcecontrols/Delete\",\r\n \"displayName\": \"Delete Web App Source Control Configuration\",\r\n \"description\": \"Delete Web App's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/restore\",\r\n \"displayName\": \"Web Apps Restore\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/restore/read\",\r\n \"displayName\": \"Get Web Apps Restore\",\r\n \"description\": \"Get Web Apps Restore.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/analyzecustomhostname\",\r\n \"displayName\": \"Custom Hostname\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/analyzecustomhostname/read\",\r\n \"displayName\": \"Analyze Custom Hostname\",\r\n \"description\": \"Analyze Custom Hostname.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/backups\",\r\n \"displayName\": \"Web Apps Backups\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/backups/Read\",\r\n \"displayName\": \"Get Web App Backup\",\r\n \"description\": \"Get the properties of a web app's backup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backups/list/action\",\r\n \"displayName\": \"List Web Apps Backups\",\r\n \"description\": \"List Web Apps Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backups/restore/action\",\r\n \"displayName\": \"Restore Web Apps Backups\",\r\n \"description\": \"Restore Web Apps Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backups/delete\",\r\n \"displayName\": \"Delete Web Apps Backups\",\r\n \"description\": \"Delete Web Apps Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/snapshots\",\r\n \"displayName\": \"Web Apps Snapshots\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/snapshots/read\",\r\n \"displayName\": \"Get Web Apps Snapshots\",\r\n \"description\": \"Get Web Apps Snapshots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/functions\",\r\n \"displayName\": \"Web Apps Functions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/functions/delete\",\r\n \"displayName\": \"Delete Web Apps Functions\",\r\n \"description\": \"Delete Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/listsecrets/action\",\r\n \"displayName\": \"List Secrets Web Apps Functions\",\r\n \"description\": \"List Secrets Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/read\",\r\n \"displayName\": \"Get Web Apps Functions\",\r\n \"description\": \"Get Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/write\",\r\n \"displayName\": \"Update Web Apps Functions\",\r\n \"description\": \"Update Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/siteextensions\",\r\n \"displayName\": \"Web Apps Site Extensions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/siteextensions/delete\",\r\n \"displayName\": \"Delete Web Apps Site Extensions\",\r\n \"description\": \"Delete Web Apps Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/siteextensions/read\",\r\n \"displayName\": \"Get Web Apps Site Extensions\",\r\n \"description\": \"Get Web Apps Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/siteextensions/write\",\r\n \"displayName\": \"Update Web Apps Site Extensions\",\r\n \"description\": \"Update Web Apps Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/deployments\",\r\n \"displayName\": \"Web Apps Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/delete\",\r\n \"displayName\": \"Delete Web Apps Deployments\",\r\n \"description\": \"Delete Web Apps Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/read\",\r\n \"displayName\": \"Get Web Apps Deployments\",\r\n \"description\": \"Get Web Apps Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/write\",\r\n \"displayName\": \"Update Web Apps Deployments\",\r\n \"description\": \"Update Web Apps Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/deployments/log\",\r\n \"displayName\": \"Web Apps Deployments Log\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/log/read\",\r\n \"displayName\": \"Get Web Apps Deployments Log\",\r\n \"description\": \"Get Web Apps Deployments Log.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics\",\r\n \"displayName\": \"Web Apps Diagnostics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics\",\r\n \"description\": \"Get Web Apps Diagnostics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/workerprocessrecycle\",\r\n \"displayName\": \"Web Apps Diagnostics Worker Process Recycle\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/workerprocessrecycle/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Worker Process Recycle\",\r\n \"description\": \"Get Web Apps Diagnostics Worker Process Recycle.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/workeravailability\",\r\n \"displayName\": \"Web Apps Diagnostics Workeravailability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/workeravailability/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Workeravailability\",\r\n \"description\": \"Get Web Apps Diagnostics Workeravailability.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/runtimeavailability\",\r\n \"displayName\": \"Web Apps Diagnostics Runtime Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/runtimeavailability/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Runtime Availability\",\r\n \"description\": \"Get Web Apps Diagnostics Runtime Availability.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/cpuanalysis\",\r\n \"displayName\": \"Web Apps Diagnostics Cpuanalysis\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/cpuanalysis/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Cpuanalysis\",\r\n \"description\": \"Get Web Apps Diagnostics Cpuanalysis.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/servicehealth\",\r\n \"displayName\": \"Web Apps Diagnostics Service Health\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/servicehealth/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Service Health\",\r\n \"description\": \"Get Web Apps Diagnostics Service Health.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/frebanalysis\",\r\n \"displayName\": \"Web Apps Diagnostics FREB Analysis\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/frebanalysis/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics FREB Analysis\",\r\n \"description\": \"Get Web Apps Diagnostics FREB Analysis.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"availablestacks\",\r\n \"displayName\": \"Available Stacks\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/availablestacks/read\",\r\n \"displayName\": \"Get Available Stacks\",\r\n \"description\": \"Get Available Stacks.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"isusernameavailable\",\r\n \"displayName\": \"Username\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/isusernameavailable/read\",\r\n \"displayName\": \"Check if Username is available\",\r\n \"description\": \"Check if Username is available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis\",\r\n \"displayName\": \"Apis\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/Read\",\r\n \"displayName\": \"Get Apis\",\r\n \"description\": \"Get the list of Apis.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/Write\",\r\n \"displayName\": \"Save or Update Api\",\r\n \"description\": \"Add a new Api or update existing one.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/Delete\",\r\n \"displayName\": \"Delete Apis\",\r\n \"description\": \"Delete an existing Api.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/connections\",\r\n \"displayName\": \"Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/Read\",\r\n \"displayName\": \"Get Connections\",\r\n \"description\": \"Get the list of Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/Write\",\r\n \"displayName\": \"Add or Update Connection\",\r\n \"description\": \"Save a new Connection or update an existing one.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/Delete\",\r\n \"displayName\": \"Delete Connection\",\r\n \"description\": \"Delete an existing Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls/Write\",\r\n \"displayName\": \"Add or update ConnectionAcl\",\r\n \"description\": \"Add or update ConnectionAcl\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls/Delete\",\r\n \"displayName\": \"Delete ConnectionAcl\",\r\n \"description\": \"Delete ConnectionAcl\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/connectionAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connectionAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls for Api\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/apiAcls\",\r\n \"displayName\": \"ApiAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/apiAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/apiAcls/Write\",\r\n \"displayName\": \"Create or update Api acl\",\r\n \"description\": \"Create or update Api Acls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/apiAcls/Delete\",\r\n \"displayName\": \"Delete Api acl\",\r\n \"description\": \"Delete Api Acls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms\",\r\n \"displayName\": \"App Service Plan\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/Read\",\r\n \"displayName\": \"Get App Service Plan\",\r\n \"description\": \"Get the properties on an App Service Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/Write\",\r\n \"displayName\": \"Create or Update App Service Plan\",\r\n \"description\": \"Create a new App Service Plan or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/Delete\",\r\n \"displayName\": \"Delete App Service Plan\",\r\n \"description\": \"Delete an existing App Service Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/restartSites/Action\",\r\n \"displayName\": \"Restart Web Apps\",\r\n \"description\": \"Restart all Web Apps in an App Service Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/operationresults\",\r\n \"displayName\": \"App Service Plans Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/operationresults/read\",\r\n \"displayName\": \"Get App Service Plans Operation Results\",\r\n \"description\": \"Get App Service Plans Operation Results.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of App Service Plan\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/providers/Microsoft.Insights/metricDefinitions/Read\",\r\n \"displayName\": \"Read App Service Plan metric definitions\",\r\n \"description\": \"Gets the available metrics for App Service Plan\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CpuPercentage\",\r\n \"displayName\": \"CPU Percentage\",\r\n \"displayDescription\": \"CPU Percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MemoryPercentage\",\r\n \"displayName\": \"Memory Percentage\",\r\n \"displayDescription\": \"Memory Percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"DiskQueueLength\",\r\n \"displayName\": \"Disk Queue Length\",\r\n \"displayDescription\": \"Disk Queue Length\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"HttpQueueLength\",\r\n \"displayName\": \"Http Queue Length\",\r\n \"displayDescription\": \"Http Queue Length\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesReceived\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Data In\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesSent\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Data Out\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/capabilities\",\r\n \"displayName\": \"App Service Plans Capabilities\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/capabilities/read\",\r\n \"displayName\": \"Get App Service Plans Capabilities\",\r\n \"description\": \"Get App Service Plans Capabilities.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/metricdefinitions\",\r\n \"displayName\": \"App Service Plans Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/metricdefinitions/read\",\r\n \"displayName\": \"Get App Service Plans Metric Definitions\",\r\n \"description\": \"Get App Service Plans Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/metrics\",\r\n \"displayName\": \"App Service Plans Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/metrics/read\",\r\n \"displayName\": \"Get App Service Plans Metrics\",\r\n \"description\": \"Get App Service Plans Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionplanlimits\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Plan Limits\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionplanlimits/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Plan Limits\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Plan Limits.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/virtualnetworkconnections\",\r\n \"displayName\": \"App Service Plans Virtual Network Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/read\",\r\n \"displayName\": \"Get App Service Plans Virtual Network Connections\",\r\n \"description\": \"Get App Service Plans Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/virtualnetworkconnections/routes\",\r\n \"displayName\": \"App Service Plans Virtual Network Connections Routes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/routes/delete\",\r\n \"displayName\": \"Delete App Service Plans Virtual Network Connections Routes\",\r\n \"description\": \"Delete App Service Plans Virtual Network Connections Routes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/routes/read\",\r\n \"displayName\": \"Get App Service Plans Virtual Network Connections Routes\",\r\n \"description\": \"Get App Service Plans Virtual Network Connections Routes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/routes/write\",\r\n \"displayName\": \"Update App Service Plans Virtual Network Connections Routes\",\r\n \"description\": \"Update App Service Plans Virtual Network Connections Routes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/virtualnetworkconnections/gateways\",\r\n \"displayName\": \"App Service Plans Virtual Network Connections Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/gateways/write\",\r\n \"displayName\": \"Update App Service Plans Virtual Network Connections Gateways\",\r\n \"description\": \"Update App Service Plans Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/firstpartyapps/settings\",\r\n \"displayName\": \"App Service Plans First Party Apps Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/firstpartyapps/settings/delete\",\r\n \"displayName\": \"Delete App Service Plans First Party Apps Settings\",\r\n \"description\": \"Delete App Service Plans First Party Apps Settings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/firstpartyapps/settings/read\",\r\n \"displayName\": \"Get App Service Plans First Party Apps Settings\",\r\n \"description\": \"Get App Service Plans First Party Apps Settings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/firstpartyapps/settings/write\",\r\n \"displayName\": \"Update App Service Plans First Party Apps Settings\",\r\n \"description\": \"Update App Service Plans First Party Apps Settings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/sites\",\r\n \"displayName\": \"App Service Plans Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/sites/read\",\r\n \"displayName\": \"Get App Service Plans Web Apps\",\r\n \"description\": \"Get App Service Plans Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/workers\",\r\n \"displayName\": \"App Service Plans Workers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/workers/reboot/action\",\r\n \"displayName\": \"Reboot App Service Plans Workers\",\r\n \"description\": \"Reboot App Service Plans Workers.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionrelays\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionrelays/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Relays\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/skus\",\r\n \"displayName\": \"App Service Plans SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/skus/read\",\r\n \"displayName\": \"Get App Service Plans SKUs\",\r\n \"description\": \"Get App Service Plans SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/usages\",\r\n \"displayName\": \"App Service Plans Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/usages/read\",\r\n \"displayName\": \"Get App Service Plans Usages\",\r\n \"description\": \"Get App Service Plans Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionnamespaces/relays\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Namespaces Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionnamespaces/relays/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Namespaces Relays\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionnamespaces/relays/sites\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Namespaces Relays Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionnamespaces/relays/sites/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Namespaces Relays Web Apps\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Namespaces Relays Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ishostnameavailable\",\r\n \"displayName\": \"Hostname\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/ishostnameavailable/read\",\r\n \"displayName\": \"Check if Hostname is Available\",\r\n \"description\": \"Check if Hostname is Available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectionGateways\",\r\n \"displayName\": \"Connection Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Read\",\r\n \"displayName\": \"Get Connection Gateways\",\r\n \"description\": \"Get the list of Connection Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Write\",\r\n \"displayName\": \"Add or Update Connection Gateways\",\r\n \"description\": \"Creates or updates a Connection Gateway.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Delete\",\r\n \"displayName\": \"Delete Connection Gateway\",\r\n \"description\": \"Deletes a Connection Gateway.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Join/Action\",\r\n \"displayName\": \"Join Connection Gateway\",\r\n \"description\": \"Joins a Connection Gateway.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"classicmobileservices\",\r\n \"displayName\": \"Classic Mobile Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/classicmobileservices/read\",\r\n \"displayName\": \"Get Classic Mobile Services\",\r\n \"description\": \"Get Classic Mobile Services.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"skus\",\r\n \"displayName\": \"SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/skus/read\",\r\n \"displayName\": \"Get SKUs\",\r\n \"description\": \"Get SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"certificates\",\r\n \"displayName\": \"Certificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/certificates/Read\",\r\n \"displayName\": \"Get Certificates\",\r\n \"description\": \"Get the list of certificates.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/certificates/Write\",\r\n \"displayName\": \"Add or Update Certificate\",\r\n \"description\": \"Add a new certificate or update an existing one.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/certificates/Delete\",\r\n \"displayName\": \"Delete Certificate\",\r\n \"description\": \"Delete an existing certificate.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/operations/read\",\r\n \"displayName\": \"Get Operations\",\r\n \"description\": \"Get Operations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"recommendations\",\r\n \"displayName\": \"Recommendation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/recommendations/Read\",\r\n \"displayName\": \"Get recommendations\",\r\n \"description\": \"Get the list of recommendations for subscriptions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ishostingenvironmentnameavailable\",\r\n \"displayName\": \"Hosting Environment Name\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/ishostingenvironmentnameavailable/read\",\r\n \"displayName\": \"Check if Hosting Environment Name is available\",\r\n \"description\": \"Get if Hosting Environment Name is available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiManagementAccounts\",\r\n \"displayName\": \"ApiManagementAccounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/Read\",\r\n \"displayName\": \"Get ApiManagementAccounts\",\r\n \"description\": \"Get the list of ApiManagementAccounts.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/Write\",\r\n \"displayName\": \"Save or Update ApiManagementAccount\",\r\n \"description\": \"Add a new ApiManagementAccount or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/Delete\",\r\n \"displayName\": \"Delete ApiManagementAccount\",\r\n \"description\": \"Delete an existing ApiManagementAccount\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apimanagementaccounts/apis\",\r\n \"displayName\": \"Api Management Accounts APIs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/apimanagementaccounts/apis/read\",\r\n \"displayName\": \"Get Api Management Accounts APIs\",\r\n \"description\": \"Get Api Management Accounts APIs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apimanagementaccounts/apis/connections\",\r\n \"displayName\": \"Api Management Accounts APIs Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/apimanagementaccounts/apis/connections/listsecrets/action\",\r\n \"displayName\": \"List Secrets Api Management Accounts APIs Connections\",\r\n \"description\": \"List Secrets Api Management Accounts APIs Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/apimanagementaccounts/apis/connections/read\",\r\n \"displayName\": \"Get Api Management Accounts APIs Connections\",\r\n \"description\": \"Get Api Management Accounts APIs Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiManagementAccounts/connectionAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/connectionAcls/Read\",\r\n \"displayName\": \"Get Connection Acls\",\r\n \"description\": \"Get the list of Connection Acls.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiManagementAccounts/apiAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apiAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connections\",\r\n \"displayName\": \"Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/connections/Read\",\r\n \"displayName\": \"Get Connections\",\r\n \"description\": \"Get the list of Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connections/Write\",\r\n \"displayName\": \"Add or Update Connection\",\r\n \"description\": \"Creates or updates a Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connections/Delete\",\r\n \"displayName\": \"Delete Connection\",\r\n \"description\": \"Deletes a Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connections/Join/Action\",\r\n \"displayName\": \"Join Connection\",\r\n \"description\": \"Joins a Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/connections/confirmconsentcode/action\",\r\n \"displayName\": \"Confirm Connections Consent Code\",\r\n \"description\": \"Confirm Connections Consent Code.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/connections/listconsentlinks/action\",\r\n \"displayName\": \"List Consent Links for Connections\",\r\n \"description\": \"List Consent Links for Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"deploymentlocations\",\r\n \"displayName\": \"Deployment Locations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/deploymentlocations/read\",\r\n \"displayName\": \"Get Deployment Locations\",\r\n \"description\": \"Get Deployment Locations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sourcecontrols\",\r\n \"displayName\": \"Source Controls\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sourcecontrols/read\",\r\n \"displayName\": \"Get Source Controls\",\r\n \"description\": \"Get Source Controls.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sourcecontrols/write\",\r\n \"displayName\": \"Update Source Controls\",\r\n \"description\": \"Update Source Controls.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managedhostingenvironments\",\r\n \"displayName\": \"Managed Hosting Environments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/managedhostingenvironments/read\",\r\n \"displayName\": \"Get Managed Hosting Environments\",\r\n \"description\": \"Get Managed Hosting Environments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managedhostingenvironments/sites\",\r\n \"displayName\": \"Managed Hosting Environments Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/managedhostingenvironments/sites/read\",\r\n \"displayName\": \"Get Managed Hosting Environments Web Apps\",\r\n \"description\": \"Get Managed Hosting Environments Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managedhostingenvironments/serverfarms\",\r\n \"displayName\": \"Managed Hosting Environments App Service Plans\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/managedhostingenvironments/serverfarms/read\",\r\n \"displayName\": \"Get Managed Hosting Environments App Service Plans\",\r\n \"description\": \"Get Managed Hosting Environments App Service Plans.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/managedapis\",\r\n \"displayName\": \"Locations Managed APIs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/locations/managedapis/read\",\r\n \"displayName\": \"Get Locations Managed APIs\",\r\n \"description\": \"Get Locations Managed APIs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/apioperations\",\r\n \"displayName\": \"Locations API Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/locations/apioperations/read\",\r\n \"displayName\": \"Get Locations API Operations\",\r\n \"description\": \"Get Locations API Operations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/connectiongatewayinstallations\",\r\n \"displayName\": \"Locations Connection Gateway Installations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/locations/connectiongatewayinstallations/read\",\r\n \"displayName\": \"Get Locations Connection Gateway Installations\",\r\n \"description\": \"Get Locations Connection Gateway Installations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"listSitesAssignedToHostName\",\r\n \"displayName\": \"Site Name\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/listSitesAssignedToHostName/Read\",\r\n \"displayName\": \"Get sites assigned to hostname\",\r\n \"description\": \"Get names of sites assigned to hostname.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/microsoft.web\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"microsoft.web\"\r\n },\r\n {\r\n \"displayName\": \"Stackify Retrace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"stackify.retrace/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"stackify.retrace/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"stackify.retrace/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"Stackify Retrace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"stackify.retrace/services/Read\",\r\n \"displayName\": \"Read Stackify Retrace\",\r\n \"description\": \"Read any Stackify Retrace\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"stackify.retrace/services/Write\",\r\n \"displayName\": \"Create or Update Stackify Retrace\",\r\n \"description\": \"Create or Update any Stackify Retrace\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"stackify.retrace/services/Delete\",\r\n \"displayName\": \"Delete Stackify Retrace\",\r\n \"description\": \"Deletes any Stackify Retrace\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"stackify.retrace/services/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Stackify Retrace Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"stackify.retrace/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any Stackify Retrace Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"stackify.retrace/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any Stackify Retrace Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/stackify.retrace\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"stackify.retrace\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Data Catalog\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataCatalog/checkNameAvailability/action\",\r\n \"displayName\": \"Check Catalog Name Availability\",\r\n \"description\": \"Checks catalog name availability for tenant.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"catalogs\",\r\n \"displayName\": \"Catalog\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/read\",\r\n \"displayName\": \"Catalog Read Or List \",\r\n \"description\": \"Get properties for catalog or catalogs under subscription or resource group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/write\",\r\n \"displayName\": \"Create Or Update Catalog\",\r\n \"description\": \"Creates catalog or updates the tags and properties for the catalog.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/delete\",\r\n \"displayName\": \"Delete Catalog\",\r\n \"description\": \"Deletes the catalog.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DataCatalog\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DataCatalog\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft.HDInsight\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"clusters\",\r\n \"displayName\": \"HDInsight Cluster\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/write\",\r\n \"displayName\": \"Create or Update Cluster\",\r\n \"description\": \"Create or Update HDInsight Cluster\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/read\",\r\n \"displayName\": \"Read Cluster Details\",\r\n \"description\": \"Get details about HDInsight Cluster\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/delete\",\r\n \"displayName\": \"Delete Cluster\",\r\n \"description\": \"Delete a HDInsight Cluster\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/changerdpsetting/action\",\r\n \"displayName\": \"Change RDP setting\",\r\n \"description\": \"Change RDP setting for HDInsight Cluster\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/configurations/action\",\r\n \"displayName\": \"Update Cluster Configuration\",\r\n \"description\": \"Update HDInsight Cluster Configuration\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"clusters/configurations\",\r\n \"displayName\": \"HDInsight Cluster\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/configurations/read\",\r\n \"displayName\": \"Get Cluster Configurations\",\r\n \"description\": \"Get HDInsight Cluster Configurations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"clusters/roles\",\r\n \"displayName\": \"HDInsight Cluster\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/roles/resize/action\",\r\n \"displayName\": \"Resize Cluster\",\r\n \"description\": \"Resize a HDInsight Cluster\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/capabilities\",\r\n \"displayName\": \"HDInsight Subscription Capabilities\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/locations/capabilities/read\",\r\n \"displayName\": \"Get Subscription Capabilities\",\r\n \"description\": \"Get Subscription Capabilities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/checkNameAvailability\",\r\n \"displayName\": \"HDInsight Cluster\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/locations/checkNameAvailability/read\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"description\": \"Check Name Availability\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.HDInsight\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.HDInsight\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Key Vault\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/register/action\",\r\n \"displayName\": \"Register Subscription\",\r\n \"description\": \"Registers a subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"checkNameAvailability\",\r\n \"displayName\": \"Name Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/checkNameAvailability/read\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"description\": \"Checks that a key vault name is valid and is not in use\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults\",\r\n \"displayName\": \"Key Vault\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/read\",\r\n \"displayName\": \"View Key Vault\",\r\n \"description\": \"View the properties of a key vault\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/write\",\r\n \"displayName\": \"Update Key Vault\",\r\n \"description\": \"Create a new key vault or update the properties of an existing key vault\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/delete\",\r\n \"displayName\": \"Delete Key Vault\",\r\n \"description\": \"Delete a key vault\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/deploy/action\",\r\n \"displayName\": \"Use Vault for Azure Deployments\",\r\n \"description\": \"Enables access to secrets in a key vault when deploying Azure resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Key Vault Diagnostic Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/providers/Microsoft.Insights/diagnosticSettings/Read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/providers/Microsoft.Insights/diagnosticSettings/Write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Key Vault Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read log definition\",\r\n \"description\": \"Gets the available logs for Key Vault\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"AuditEvent\",\r\n \"displayName\": \"Audit Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/secrets\",\r\n \"displayName\": \"Secret\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/read\",\r\n \"displayName\": \"View Secret Properties\",\r\n \"description\": \"View the properties of a secret, but not its value\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/write\",\r\n \"displayName\": \"Update Secret\",\r\n \"description\": \"Create a new secret or update the value of an existing secret\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"vaults/accessPolicies\",\r\n \"displayName\": \"Access Policy\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/accessPolicies/write\",\r\n \"displayName\": \"Update Access Policy\",\r\n \"description\": \"Update an existing access policy by merging or replacing, or add a new access policy to a vault.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"deletedVaults\",\r\n \"displayName\": \"Soft Deleted Key Vault\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/deletedVaults/read\",\r\n \"displayName\": \"View Soft Deleted Vaults\",\r\n \"description\": \"View the properties of soft deleted key vaults\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/operationResults\",\r\n \"displayName\": \"Long Run Operation Result\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/locations/operationResults/read\",\r\n \"displayName\": \"Check Operation Result\",\r\n \"description\": \"Check the result of a long run operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/deletedVaults\",\r\n \"displayName\": \"Soft Deleted Key Vault\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/locations/deletedVaults/read\",\r\n \"displayName\": \"View Soft Deleted Key Vault\",\r\n \"description\": \"View the properties of a soft deleted key vault\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/locations/deletedVaults/purge/action\",\r\n \"displayName\": \"Purge Soft Deleted Key Vault\",\r\n \"description\": \"Purge a soft deleted key vault\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.KeyVault\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.KeyVault\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft AppService\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"appidentities\",\r\n \"displayName\": \"App Identity\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/appidentities/Read\",\r\n \"displayName\": \"Get App Identity\",\r\n \"description\": \"Returns the resource (web site) registered with the Gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/appidentities/Write\",\r\n \"displayName\": \"Create App Identity\",\r\n \"description\": \"Creates a new App Identity.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/appidentities/Delete\",\r\n \"displayName\": \"Delete App Identity\",\r\n \"description\": \"Deletes an existing App Identity.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"deploymenttemplates\",\r\n \"displayName\": \"Deployment Template\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/deploymenttemplates/listMetadata/Action\",\r\n \"displayName\": \"List UI Metadata\",\r\n \"description\": \"Lists UI Metadata associated with the API App package.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/deploymenttemplates/generate/Action\",\r\n \"displayName\": \"Generate Deployment Template\",\r\n \"description\": \"Returns a Deployment Template to provision API App instance(s).\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"gateways\",\r\n \"displayName\": \"Gateway\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/Read\",\r\n \"displayName\": \"Get Gateway\",\r\n \"description\": \"Returns the Gateway instance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/Write\",\r\n \"displayName\": \"Create or Update Gateway\",\r\n \"description\": \"Creates a new Gateway or updates existing one.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/Delete\",\r\n \"displayName\": \"Delete Gateway\",\r\n \"description\": \"Deletes an existing Gateway instance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/listLoginUris/Action\",\r\n \"displayName\": \"List Login URIs\",\r\n \"description\": \"Populates token store and returns OAuth login URIs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/listKeys/Action\",\r\n \"displayName\": \"List Gateway Secrets\",\r\n \"description\": \"Returns Gateway secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"gateways/tokens\",\r\n \"displayName\": \"Zumo Token\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/tokens/Write\",\r\n \"displayName\": \"Create Zumo Token\",\r\n \"description\": \"Creates a new Zumo Token with the given name.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"gateways/registrations\",\r\n \"displayName\": \"Gateway Registration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/registrations/Read\",\r\n \"displayName\": \"Get Registered Resource\",\r\n \"description\": \"Returns the resource (web site) registered with the Gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/registrations/Write\",\r\n \"displayName\": \"Register Resource\",\r\n \"description\": \"Registers a resource (web site) with the Gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/gateways/registrations/Delete\",\r\n \"displayName\": \"Unregister Resource\",\r\n \"description\": \"Unregisters a resource (web site) from the Gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiapps\",\r\n \"displayName\": \"API App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/apiapps/Read\",\r\n \"displayName\": \"Get API App\",\r\n \"description\": \"Returns the API App instance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/apiapps/Write\",\r\n \"displayName\": \"Create or Update API App\",\r\n \"description\": \"Creates a new API App or updates existing one.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/apiapps/Delete\",\r\n \"displayName\": \"Delete API App\",\r\n \"description\": \"Deletes an existing API App instance.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/apiapps/listStatus/Action\",\r\n \"displayName\": \"Get API App Status\",\r\n \"description\": \"Returns API App status.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AppService/apiapps/listKeys/Action\",\r\n \"displayName\": \"List API App Secrets\",\r\n \"description\": \"Returns API App secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiapps/apidefinitions\",\r\n \"displayName\": \"API Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AppService/apiapps/apidefinitions/Read\",\r\n \"displayName\": \"Get API App's API Definition\",\r\n \"description\": \"Returns API App's API definition.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.AppService\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.AppService\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Compute\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/register/action\",\r\n \"displayName\": \"Register Subscription for Compute\",\r\n \"description\": \"Registers Subscription with Microsoft.Compute resource provider\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"restorePointCollections\",\r\n \"displayName\": \"Restore Point Collections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/read\",\r\n \"displayName\": \"Get Restore Point Collection\",\r\n \"description\": \"Get the properties of a restore point collection\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/write\",\r\n \"displayName\": \"Create or Update Restore Point Collection\",\r\n \"description\": \"Creates a new restore point collection or updates an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/delete\",\r\n \"displayName\": \"Delete Restore Point Collection\",\r\n \"description\": \"Deletes the restore point collection and contained restore points\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"restorePointCollections/restorePoints\",\r\n \"displayName\": \"Restore Points\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/read\",\r\n \"displayName\": \"Get Restore Point\",\r\n \"description\": \"Get the properties of a restore point\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/write\",\r\n \"displayName\": \"Create Restore Point\",\r\n \"description\": \"Creates a new restore point\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/delete\",\r\n \"displayName\": \"Delete Restore Point\",\r\n \"description\": \"Deletes the restore point\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/restorePointCollections/restorePoints/retrieveSasUris/action\",\r\n \"displayName\": \"Get Restore Point along with blob SAS URIs\",\r\n \"description\": \"Get the properties of a restore point along with blob SAS URIs\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets\",\r\n \"displayName\": \"Virtual Machine Scale Sets\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/read\",\r\n \"displayName\": \"Get Virtual Machine Scale Set\",\r\n \"description\": \"Get the properties of a virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/write\",\r\n \"displayName\": \"Create or Update Virtual Machine Scale Set\",\r\n \"description\": \"Creates a new virtual machine scale set or updates an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/delete\",\r\n \"displayName\": \"Delete Virtual Machine Scale Set\",\r\n \"description\": \"Deletes the virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/start/action\",\r\n \"displayName\": \"Start Virtual Machine Scale Set\",\r\n \"description\": \"Starts the instances of the virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/powerOff/action\",\r\n \"displayName\": \"Power Off Virtual Machine Scale Set\",\r\n \"description\": \"Powers off the instances of the virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/restart/action\",\r\n \"displayName\": \"Restart Virtual Machine Scale Set\",\r\n \"description\": \"Restarts the instances of the virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/deallocate/action\",\r\n \"displayName\": \"Deallocate Virtual Machine Scale Set\",\r\n \"description\": \"Powers off and releases the compute resources for the instances of the virtual machine scale set \",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/manualUpgrade/action\",\r\n \"displayName\": \"Manual Upgrade Virtual Machine Scale Set\",\r\n \"description\": \"Manually updates instances to latest model of the virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/scale/action\",\r\n \"displayName\": \"Scale Virtual Machine Scale Set\",\r\n \"description\": \"Scale In/Scale Out instance count of an existing virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Virtual Machine Scalet Set Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get Virtual Machine Scalet Set Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine Scalet Set Metric Definitions\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Total bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Total bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets/instanceView\",\r\n \"displayName\": \"Virtual Machine Scale Set Instance View\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/instanceView/read\",\r\n \"displayName\": \"Get Virtual Machine Scale Set Instance View\",\r\n \"description\": \"Gets the instance view of the virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets/skus\",\r\n \"displayName\": \"Virtual Machine Scale Set SKU\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/skus/read\",\r\n \"displayName\": \"List SKUs for Virtual Machine Scale Set\",\r\n \"description\": \"Lists the valid SKUs for an existing virtual machine scale set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"displayName\": \"Virtual Machine in Scale Set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/read\",\r\n \"displayName\": \"Gets the properties of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves the properties of a Virtual Machine in a VM Scale Set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/delete\",\r\n \"displayName\": \"Delete Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Delete a specific Virtual Machine in a VM Scale Set.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/start/action\",\r\n \"displayName\": \"Start Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Starts a Virtual Machine instance in a VM Scale Set.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/powerOff/action\",\r\n \"displayName\": \"Power off Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Powers Off a Virtual Machine instance in a VM Scale Set.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/restart/action\",\r\n \"displayName\": \"Restart Virtual Machine instance in a Virtual Machine Scale Set\",\r\n \"description\": \"Restarts a Virtual Machine instance in a VM Scale Set.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/deallocate/action\",\r\n \"displayName\": \"Deallocate Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Powers off and releases the compute resources for a Virtual Machine in a VM Scale Set.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets/virtualMachines/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Virtual Machine in Scale Set Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get Virtual Machine in Scale Set Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine in Scale Set Metric Definitions\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Total bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Total bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachineScaleSets/virtualMachines/instanceView\",\r\n \"displayName\": \"Instance View of Virtual Machine in Scale Set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/instanceView/read\",\r\n \"displayName\": \"Gets Instance View of a Virtual Machine in a Virtual Machine Scale Set\",\r\n \"description\": \"Retrieves the instance view of a Virtual Machine in a VM Scale Set.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"images\",\r\n \"displayName\": \"Images\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/images/read\",\r\n \"displayName\": \"Get Image\",\r\n \"description\": \"Get the properties of the Image\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/write\",\r\n \"displayName\": \"Create or Update Image\",\r\n \"description\": \"Creates a new Image or updates an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/delete\",\r\n \"displayName\": \"Delete Image\",\r\n \"description\": \"Deletes the image\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Available Compute Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/operations/read\",\r\n \"displayName\": \"List Available Compute Operations\",\r\n \"description\": \"Lists operations available on Microsoft.Compute resource provider\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"disks\",\r\n \"displayName\": \"Disks\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/disks/read\",\r\n \"displayName\": \"Get Disk\",\r\n \"description\": \"Get the properties of a Disk\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/write\",\r\n \"displayName\": \"Create or Update Disk\",\r\n \"description\": \"Creates a new Disk or updates an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/delete\",\r\n \"displayName\": \"Delete Disk\",\r\n \"description\": \"Deletes the Disk\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/beginGetAccess/action\",\r\n \"displayName\": \"Get Disk SAS URI\",\r\n \"description\": \"Get the SAS URI of the Disk for blob access\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/endGetAccess/action\",\r\n \"displayName\": \"Revoke Disk SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the Disk\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"snapshots\",\r\n \"displayName\": \"Snapshots\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/read\",\r\n \"displayName\": \"Get Snapshot\",\r\n \"description\": \"Get the properties of a Snapshot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/write\",\r\n \"displayName\": \"Create or Update Snapshot\",\r\n \"description\": \"Create a new Snapshot or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/delete\",\r\n \"displayName\": \"Delete Snapshot\",\r\n \"description\": \"Delete a Snapshot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/beginGetAccess/action\",\r\n \"displayName\": \"Get Snapshot SAS URI\",\r\n \"description\": \"Get the SAS URI of the Snapshot for blob access\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/endGetAccess/action\",\r\n \"displayName\": \"Revoke Snapshot SAS URI\",\r\n \"description\": \"Revoke the SAS URI of the Snapshot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"availabilitySets\",\r\n \"displayName\": \"Availability Sets\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/read\",\r\n \"displayName\": \"Get Availablity Set\",\r\n \"description\": \"Get the properties of an availability set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/write\",\r\n \"displayName\": \"Create or Update Availability Set\",\r\n \"description\": \"Creates a new availability set or updates an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/delete\",\r\n \"displayName\": \"Delete Availability Set\",\r\n \"description\": \"Deletes the availability set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"availabilitySets/vmSizes\",\r\n \"displayName\": \"Virtual Machine Size for Availability set\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/vmSizes/read\",\r\n \"displayName\": \"List Virtual Machine Sizes for Availability Set\",\r\n \"description\": \"List available sizes for creating or updating a virtual machine in the availability set\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines\",\r\n \"displayName\": \"Virtual Machines\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/read\",\r\n \"displayName\": \"Get Virtual Machine\",\r\n \"description\": \"Get the properties of a virtual machine\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/write\",\r\n \"displayName\": \"Create or Update Virtual Machine\",\r\n \"description\": \"Creates a new virtual machine or updates an existing virtual machine\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/delete\",\r\n \"displayName\": \"Delete Virtual Machine\",\r\n \"description\": \"Deletes the virtual machine\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"displayName\": \"Start Virtual Machine\",\r\n \"description\": \"Starts the virtual machine\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"displayName\": \"Power Off Virtual Machine\",\r\n \"description\": \"Powers off the virtual machine. Note that the virtual machine will continue to be billed.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/redeploy/action\",\r\n \"displayName\": \"Redeploy Virtual Machine\",\r\n \"description\": \"Redeploys virtual machine\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"displayName\": \"Restart Virtual Machine\",\r\n \"description\": \"Restarts the virtual machine\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"displayName\": \"Deallocate Virtual Machine\",\r\n \"description\": \"Powers off the virtual machine and releases the compute resources\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/generalize/action\",\r\n \"displayName\": \"Generalize Virtual Machine\",\r\n \"description\": \"Sets the virtual machine state to Generalized and prepares the virtual machine for capture\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/capture/action\",\r\n \"displayName\": \"Capture Virtual Machine\",\r\n \"description\": \"Captures the virtual machine by copying virtual hard disks and generates a template that can be used to create similar virtual machines\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/convertToManagedDisks/action\",\r\n \"displayName\": \"Convert Virtual Machine disks to Managed Disks\",\r\n \"description\": \"Converts the blob based disks of the virtual machine to managed disks\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/performMaintenance/action\",\r\n \"displayName\": \"Perform Maintenance Redeploy\",\r\n \"description\": \"Performs Maintenance Operation on the VM.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Virtual Machine Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get Virtual Machine Metric Definitions\",\r\n \"description\": \"Reads Virtual Machine Metric Definitions\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"Percentage CPU\",\r\n \"displayName\": \"Percentage CPU\",\r\n \"displayDescription\": \"The percentage of allocated compute units that are currently in use by the Virtual Machine(s)\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Network In\",\r\n \"displayName\": \"Network In\",\r\n \"displayDescription\": \"The number of bytes received on all network interfaces by the Virtual Machine(s) (Incoming Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Network Out\",\r\n \"displayName\": \"Network Out\",\r\n \"displayDescription\": \"The number of bytes out on all network interfaces by the Virtual Machine(s) (Outgoing Traffic)\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Bytes\",\r\n \"displayName\": \"Disk Read Bytes\",\r\n \"displayDescription\": \"Total bytes read from disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Write Bytes\",\r\n \"displayName\": \"Disk Write Bytes\",\r\n \"displayDescription\": \"Total bytes written to disk during monitoring period\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"Disk Read Operations/Sec\",\r\n \"displayName\": \"Disk Read Operations/Sec\",\r\n \"displayDescription\": \"Disk Read IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"Disk Write Operations/Sec\",\r\n \"displayName\": \"Disk Write Operations/Sec\",\r\n \"displayDescription\": \"Disk Write IOPS\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/vmSizes\",\r\n \"displayName\": \"Virtual Machine Size\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"displayName\": \"Lists Available Virtual Machine Sizes\",\r\n \"description\": \"Lists available sizes the virtual machine can be updated to\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/instanceView\",\r\n \"displayName\": \"Virtual Machine Instance View\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"displayName\": \"Get Virtual Machine Instance View\",\r\n \"description\": \"Gets the detailed runtime status of the virtual machine and its resources\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualMachines/extensions\",\r\n \"displayName\": \"Virtual Machine Extensions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/read\",\r\n \"displayName\": \"Get Virtual Machine Extension\",\r\n \"description\": \"Get the properties of a virtual machine extension\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/write\",\r\n \"displayName\": \"Create or Update Virtual Machine Extension\",\r\n \"description\": \"Creates a new virtual machine extension or updates an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/delete\",\r\n \"displayName\": \"Delete Virtual Machine Extension\",\r\n \"description\": \"Deletes the virtual machine extension\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/vmSizes\",\r\n \"displayName\": \"Virtual Machine Sizes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"displayName\": \"List Available Virtual Machine Sizes in Location\",\r\n \"description\": \"Lists available virtual machine sizes in a location\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/diskOperations\",\r\n \"displayName\": \"DiskOperation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/locations/diskOperations/read\",\r\n \"displayName\": \"Get Disk Operation\",\r\n \"description\": \"Gets the status of an asynchronous Disk operation\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/usages\",\r\n \"displayName\": \"Usage Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/locations/usages/read\",\r\n \"displayName\": \"Get Usage Metrics\",\r\n \"description\": \"Gets service limits and current usage quantities for the subscription's compute resources in a location\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Compute/locations/operations/read\",\r\n \"displayName\": \"Get Operation\",\r\n \"description\": \"Gets the status of an asynchronous operation\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Compute\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Compute\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft DevTest Labs\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Subscription\",\r\n \"displayName\": \"register\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/Subscription/register/action\",\r\n \"displayName\": \"Register Subscription\",\r\n \"description\": \"Registers the subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs\",\r\n \"displayName\": \"Labs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/delete\",\r\n \"displayName\": \"Delete labs.\",\r\n \"description\": \"Delete labs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/read\",\r\n \"displayName\": \"Read labs.\",\r\n \"description\": \"Read labs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/write\",\r\n \"displayName\": \"Add or modify labs.\",\r\n \"description\": \"Add or modify labs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/ListVhds/action\",\r\n \"displayName\": \"List VHDs\",\r\n \"description\": \"List disk images available for custom image creation.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/GenerateUploadUri/action\",\r\n \"displayName\": \"Generate image upload URI\",\r\n \"description\": \"Generate a URI for uploading custom disk images to a Lab.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/CreateEnvironment/action\",\r\n \"displayName\": \"Create a virtual machine\",\r\n \"description\": \"Create virtual machines in a lab.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/ClaimAnyVm/action\",\r\n \"displayName\": \"Claim Any Virtual Machine\",\r\n \"description\": \"Claim a random claimable virtual machine in the lab.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/ExportResourceUsage/action\",\r\n \"displayName\": \"Exports the lab resource usage into a storage account\",\r\n \"description\": \"Exports the lab resource usage into a storage account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/users\",\r\n \"displayName\": \"user profiles\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/delete\",\r\n \"displayName\": \"Delete user profiles.\",\r\n \"description\": \"Delete user profiles.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/read\",\r\n \"displayName\": \"Read user profiles.\",\r\n \"description\": \"Read user profiles.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/write\",\r\n \"displayName\": \"Add or modify user profiles.\",\r\n \"description\": \"Add or modify user profiles.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/users/secrets\",\r\n \"displayName\": \"secrets\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secrets/delete\",\r\n \"displayName\": \"Delete secrets.\",\r\n \"description\": \"Delete secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secrets/read\",\r\n \"displayName\": \"Read secrets.\",\r\n \"description\": \"Read secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secrets/write\",\r\n \"displayName\": \"Add or modify secrets.\",\r\n \"description\": \"Add or modify secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/users/environments\",\r\n \"displayName\": \"environments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/delete\",\r\n \"displayName\": \"Delete environments.\",\r\n \"description\": \"Delete environments.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/read\",\r\n \"displayName\": \"Read environments.\",\r\n \"description\": \"Read environments.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/write\",\r\n \"displayName\": \"Add or modify environments.\",\r\n \"description\": \"Add or modify environments.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/users/disks\",\r\n \"displayName\": \"disks\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/delete\",\r\n \"displayName\": \"Delete disks.\",\r\n \"description\": \"Delete disks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/read\",\r\n \"displayName\": \"Read disks.\",\r\n \"description\": \"Read disks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/write\",\r\n \"displayName\": \"Add or modify disks.\",\r\n \"description\": \"Add or modify disks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/Attach/action\",\r\n \"displayName\": \"Attach disk\",\r\n \"description\": \"Attach and create the lease of the disk to the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/Detach/action\",\r\n \"displayName\": \"Detach and break the lease of the disk attached to the virtual machine\",\r\n \"description\": \"Detach and break the lease of the disk attached to the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/customImages\",\r\n \"displayName\": \"custom images\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/delete\",\r\n \"displayName\": \"Delete custom images.\",\r\n \"description\": \"Delete custom images.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/read\",\r\n \"displayName\": \"Read custom images.\",\r\n \"description\": \"Read custom images.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/write\",\r\n \"displayName\": \"Add or modify custom images.\",\r\n \"description\": \"Add or modify custom images.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/serviceRunners\",\r\n \"displayName\": \"Service runners\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/serviceRunners/delete\",\r\n \"displayName\": \"Delete service runners.\",\r\n \"description\": \"Delete service runners.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/serviceRunners/read\",\r\n \"displayName\": \"Read service runners.\",\r\n \"description\": \"Read service runners.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/serviceRunners/write\",\r\n \"displayName\": \"Add or modify service runners.\",\r\n \"description\": \"Add or modify service runners.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/artifactSources\",\r\n \"displayName\": \"Artifact sources\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/delete\",\r\n \"displayName\": \"Delete artifact sources.\",\r\n \"description\": \"Delete artifact sources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/read\",\r\n \"displayName\": \"Read artifact sources.\",\r\n \"description\": \"Read artifact sources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/write\",\r\n \"displayName\": \"Add or modify artifact sources.\",\r\n \"description\": \"Add or modify artifact sources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/artifactSources/artifacts\",\r\n \"displayName\": \"Artifacts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/artifacts/read\",\r\n \"displayName\": \"Read artifacts.\",\r\n \"description\": \"Read artifacts.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/artifacts/GenerateArmTemplate/action\",\r\n \"displayName\": \"Generates an ARM template for the given artifact\",\r\n \"description\": \"Generates an ARM template for the given artifact, uploads the required files to a storage account, and validates the generated artifact.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/artifactSources/armTemplates\",\r\n \"displayName\": \"Azure Resource Manager templates\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/armTemplates/read\",\r\n \"displayName\": \"Read azure resource manager templates.\",\r\n \"description\": \"Read azure resource manager templates.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/costs\",\r\n \"displayName\": \"costs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/read\",\r\n \"displayName\": \"Read costs.\",\r\n \"description\": \"Read costs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/write\",\r\n \"displayName\": \"Add or modify costs.\",\r\n \"description\": \"Add or modify costs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/virtualNetworks\",\r\n \"displayName\": \"virtual networks\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/delete\",\r\n \"displayName\": \"Delete virtual networks.\",\r\n \"description\": \"Delete virtual networks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/read\",\r\n \"displayName\": \"Read virtual networks.\",\r\n \"description\": \"Read virtual networks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/write\",\r\n \"displayName\": \"Add or modify virtual networks.\",\r\n \"description\": \"Add or modify virtual networks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/formulas\",\r\n \"displayName\": \"Formulas\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"displayName\": \"Delete formulas.\",\r\n \"description\": \"Delete formulas.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"displayName\": \"Read formulas.\",\r\n \"description\": \"Read formulas.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"displayName\": \"Add or modify formulas.\",\r\n \"description\": \"Add or modify formulas.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/schedules\",\r\n \"displayName\": \"schedules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/delete\",\r\n \"displayName\": \"Delete schedules.\",\r\n \"description\": \"Delete schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/read\",\r\n \"displayName\": \"Read schedules.\",\r\n \"description\": \"Read schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/write\",\r\n \"displayName\": \"Add or modify schedules.\",\r\n \"description\": \"Add or modify schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/Execute/action\",\r\n \"displayName\": \"Execute schedule\",\r\n \"description\": \"Execute a schedule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/ListApplicable/action\",\r\n \"displayName\": \"List all applicable schedules\",\r\n \"description\": \"Lists all applicable schedules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/galleryImages\",\r\n \"displayName\": \"gallery images\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/galleryImages/read\",\r\n \"displayName\": \"Read gallery images.\",\r\n \"description\": \"Read gallery images.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/policySets\",\r\n \"displayName\": \"policy sets\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/EvaluatePolicies/action\",\r\n \"displayName\": \"Evaluate policy\",\r\n \"description\": \"Evaluates lab policy.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/policySets/policies\",\r\n \"displayName\": \"policies\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/delete\",\r\n \"displayName\": \"Delete policies.\",\r\n \"description\": \"Delete policies.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/read\",\r\n \"displayName\": \"Read policies.\",\r\n \"description\": \"Read policies.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/write\",\r\n \"displayName\": \"Add or modify policies.\",\r\n \"description\": \"Add or modify policies.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/virtualMachines\",\r\n \"displayName\": \"Virtual machines\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/delete\",\r\n \"displayName\": \"Delete virtual machines.\",\r\n \"description\": \"Delete virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/read\",\r\n \"displayName\": \"Read virtual machines.\",\r\n \"description\": \"Read virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/write\",\r\n \"displayName\": \"Add or modify virtual machines.\",\r\n \"description\": \"Add or modify virtual machines.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/Start/action\",\r\n \"displayName\": \"Start virtual machine\",\r\n \"description\": \"Start a virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/Stop/action\",\r\n \"displayName\": \"Stop virtual machine\",\r\n \"description\": \"Stop a virtual machine\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/ApplyArtifacts/action\",\r\n \"displayName\": \"Apply artifacts to virtual machine\",\r\n \"description\": \"Apply artifacts to virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/AddDataDisk/action\",\r\n \"displayName\": \"Add or attach a data disk\",\r\n \"description\": \"Attach a new or existing data disk to virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/DetachDataDisk/action\",\r\n \"displayName\": \"Detach the specified disk from the virtual machine\",\r\n \"description\": \"Detach the specified disk from the virtual machine.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/Claim/action\",\r\n \"displayName\": \"Claim a virtual machine\",\r\n \"description\": \"Take ownership of an existing virtual machine\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/ListApplicableSchedules/action\",\r\n \"displayName\": \"List all applicable schedules\",\r\n \"description\": \"Lists all applicable schedules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/virtualMachines/schedules\",\r\n \"displayName\": \"schedules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/delete\",\r\n \"displayName\": \"Delete schedules.\",\r\n \"description\": \"Delete schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/read\",\r\n \"displayName\": \"Read schedules.\",\r\n \"description\": \"Read schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/write\",\r\n \"displayName\": \"Add or modify schedules.\",\r\n \"description\": \"Add or modify schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/Execute/action\",\r\n \"displayName\": \"Execute schedule\",\r\n \"description\": \"Execute a schedule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"labs/notificationChannels\",\r\n \"displayName\": \"notificationChannels\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/delete\",\r\n \"displayName\": \"Delete notificationchannels.\",\r\n \"description\": \"Delete notificationchannels.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/read\",\r\n \"displayName\": \"Read notificationchannels.\",\r\n \"description\": \"Read notificationchannels.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/write\",\r\n \"displayName\": \"Add or modify notificationchannels.\",\r\n \"description\": \"Add or modify notificationchannels.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/Notify/action\",\r\n \"displayName\": \"Notify\",\r\n \"description\": \"Send notification to provided channel.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"schedules\",\r\n \"displayName\": \"schedules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/delete\",\r\n \"displayName\": \"Delete schedules.\",\r\n \"description\": \"Delete schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/read\",\r\n \"displayName\": \"Read schedules.\",\r\n \"description\": \"Read schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/write\",\r\n \"displayName\": \"Add or modify schedules.\",\r\n \"description\": \"Add or modify schedules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/Execute/action\",\r\n \"displayName\": \"Execute schedule\",\r\n \"description\": \"Execute a schedule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/Retarget/action\",\r\n \"displayName\": \"Retarget schedule.\",\r\n \"description\": \"Updates a schedule's target resource Id.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/operations\",\r\n \"displayName\": \"operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/locations/operations/read\",\r\n \"displayName\": \"Read operations.\",\r\n \"description\": \"Read operations.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DevTestLab\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DevTestLab\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Feature\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"providers/features\",\r\n \"displayName\": \"Feature\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Features/providers/features/read\",\r\n \"displayName\": \"Get Provider Feature\",\r\n \"description\": \"Gets the feature of a subscription in a given resource provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Features/providers/features/register/action\",\r\n \"displayName\": \"Register Provider Feature\",\r\n \"description\": \"Registers the feature for a subscription in a given resource provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"features\",\r\n \"displayName\": \"Feature\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Features/features/read\",\r\n \"displayName\": \"Get Feature\",\r\n \"description\": \"Gets the features of a subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Features\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Features\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft DB for MySQL\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"servers\",\r\n \"displayName\": \"MySQL Server\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/read\",\r\n \"displayName\": \"List/Get MySQL Servers\",\r\n \"description\": \"Return the list of servers or gets the properties for the specified server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/write\",\r\n \"displayName\": \"Create/Update MySQL Server\",\r\n \"description\": \"Creates a server with the specified parameters or update the properties or tags for the specified server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/delete\",\r\n \"displayName\": \"Delete MySQL Server\",\r\n \"description\": \"Deletes an existing server.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Database Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get database metric definitions\",\r\n \"description\": \"Return types of metrics that are available for databases\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"cpu_percent\",\r\n \"displayName\": \"CPU percent\",\r\n \"displayDescription\": \"CPU percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"compute_limit\",\r\n \"displayName\": \"Compute Unit limit\",\r\n \"displayDescription\": \"Compute Unit limit\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"compute_consumption_percent\",\r\n \"displayName\": \"Compute Unit percentage\",\r\n \"displayDescription\": \"Compute Unit percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"memory_percent\",\r\n \"displayName\": \"Memory percent\",\r\n \"displayDescription\": \"Memory percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"io_consumption_percent\",\r\n \"displayName\": \"IO percent\",\r\n \"displayDescription\": \"IO percent\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"storage_percent\",\r\n \"displayName\": \"Storage percentage\",\r\n \"displayDescription\": \"Storage percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"storage_used\",\r\n \"displayName\": \"Storage used\",\r\n \"displayDescription\": \"Storage used\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"storage_limit\",\r\n \"displayName\": \"Storage limit\",\r\n \"displayDescription\": \"Storage limit\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"active_connections\",\r\n \"displayName\": \"Total active connections\",\r\n \"displayDescription\": \"Total active connections\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"connections_failed\",\r\n \"displayName\": \"Total failed connections\",\r\n \"displayDescription\": \"Total failed connections\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": true\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Database Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the disagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/firewallRules\",\r\n \"displayName\": \"Firewall Rules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/firewallRules/read\",\r\n \"displayName\": \"List/Get Firewall Rules\",\r\n \"description\": \"Return the list of firewall rules for a server or gets the properties for the specified firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/firewallRules/write\",\r\n \"displayName\": \"Create/Update Firewall Rule\",\r\n \"description\": \"Creates a firewall rule with the specified parameters or update an existing rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/firewallRules/delete\",\r\n \"displayName\": \"Delete Firewall Rule\",\r\n \"description\": \"Deletes an existing firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"performanceTiers\",\r\n \"displayName\": \"Performance Tiers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/performanceTiers/read\",\r\n \"displayName\": \"List Performance Tiers\",\r\n \"description\": \"Returns the list of Performance Tiers available.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/performanceTiers\",\r\n \"displayName\": \"Performance Tiers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/locations/performanceTiers/read\",\r\n \"displayName\": \"List Performance Tiers\",\r\n \"description\": \"Returns the list of Performance Tiers available.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DBforMySQL\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DBforMySQL\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Azure EventHub\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/checkNameAvailability/action\",\r\n \"displayName\": \"Get namespace availability.\",\r\n \"description\": \"Checks availability of namespace under given subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/register/action\",\r\n \"displayName\": \"Registers the EventHub Resource Provider\",\r\n \"description\": \"Registers the subscription for the EventHub resource provider and enables the creation of EventHub resources\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"namespaces\",\r\n \"displayName\": \"Namespace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/write\",\r\n \"displayName\": \"Create Or Update Namespace \",\r\n \"description\": \"Create a Namespace Resource and Update its properties. Tags and status of the Namespace are the properties which can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/read\",\r\n \"displayName\": \"Get Namespace Resource\",\r\n \"description\": \"Get the list of Namespace Resource Description\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/Delete\",\r\n \"displayName\": \"Delete Namespace\",\r\n \"description\": \"Delete Namespace Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/metricDefinitions\",\r\n \"displayName\": \"Namespace metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/metricDefinitions/read\",\r\n \"displayName\": \"Get Namespace metrics\",\r\n \"description\": \"Get list of Namespace metrics Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"INREQS\",\r\n \"displayName\": \"Incoming Send Requests\",\r\n \"displayDescription\": \"Total incoming send requests for a notification hub\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"SUCCREQ\",\r\n \"displayName\": \"Successful Requests\",\r\n \"displayDescription\": \"Total successful requests for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"FAILREQ\",\r\n \"displayName\": \"Failed Requests\",\r\n \"displayDescription\": \"Total failed requests for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"SVRBSY\",\r\n \"displayName\": \"Server Busy Errors\",\r\n \"displayDescription\": \"Total server busy errors for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"INTERR\",\r\n \"displayName\": \"Internal Server Errors\",\r\n \"displayDescription\": \"Total internal server errors for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"MISCERR\",\r\n \"displayName\": \"Other Errors\",\r\n \"displayDescription\": \"Total failed requests for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"INMSGS\",\r\n \"displayName\": \"Incoming Messages\",\r\n \"displayDescription\": \"Total incoming messages for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"OUTMSGS\",\r\n \"displayName\": \"Outgoing Messages\",\r\n \"displayDescription\": \"Total outgoing messages for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"EHINMBS\",\r\n \"displayName\": \"Incoming bytes\",\r\n \"displayDescription\": \"Event Hub incoming message throughput for a namespace\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"EHOUTMBS\",\r\n \"displayName\": \"Outgoing bytes\",\r\n \"displayDescription\": \"Total outgoing messages for a namespace\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"EHABL\",\r\n \"displayName\": \"Archive backlog messages\",\r\n \"displayDescription\": \"Event Hub archive messages in backlog for a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"EHAMSGS\",\r\n \"displayName\": \"Archive messages\",\r\n \"displayDescription\": \"Event Hub archived messages in a namespace\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"EHAMBS\",\r\n \"displayName\": \"Archive message throughput\",\r\n \"displayDescription\": \"Event Hub archived message throughput in a namespace\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P30D\"\r\n }\r\n ],\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true\r\n }\r\n ],\r\n \"logSpecifications\": null\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/authorizationRules\",\r\n \"displayName\": \"AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationRules/read\",\r\n \"displayName\": \"Get Namespace Authorization Rules\",\r\n \"description\": \"Get the list of Namespaces Authorization Rules description.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationRules/write\",\r\n \"displayName\": \"Create or Update Namespace Authorization Rules\",\r\n \"description\": \"Create a Namespace level Authorization Rules and update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationRules/delete\",\r\n \"displayName\": \"Delete Namespace Authorization Rule\",\r\n \"description\": \"Delete Namespace Authorization Rule. The Default Namespace Authorization Rule cannot be deleted. \",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationRules/listkeys/action\",\r\n \"displayName\": \"Get Namespace Listkeys\",\r\n \"description\": \"Get the Connection String to the Namespace\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Resource Regeneratekeys\",\r\n \"description\": \"Regenerate the Primary or Secondary key to the Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/eventhubs\",\r\n \"displayName\": \"EventHub\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/write\",\r\n \"displayName\": \"Create or Update EventHub\",\r\n \"description\": \"Create or Update EventHub properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/read\",\r\n \"displayName\": \"Get EventHub\",\r\n \"description\": \"Get list of EventHub Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/Delete\",\r\n \"displayName\": \"Delete EventHub\",\r\n \"description\": \"Operation to delete EventHub Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/eventHubs/consumergroups\",\r\n \"displayName\": \"ConsumerGroup\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventHubs/consumergroups/write\",\r\n \"displayName\": \"Create or Update ConsumerGroup\",\r\n \"description\": \"Create or Update ConsumerGroup properties.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventHubs/consumergroups/read\",\r\n \"displayName\": \"Get ConsumerGroup\",\r\n \"description\": \"Get list of ConsumerGroup Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventHubs/consumergroups/Delete\",\r\n \"displayName\": \"Delete ConsumerGroup\",\r\n \"description\": \"Operation to delete ConsumerGroup Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/eventhubs/authorizationRules\",\r\n \"displayName\": \"EventHub AuthorizationRules\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/read\",\r\n \"displayName\": \" Get EventHub Authorization Rules\",\r\n \"description\": \" Get the list of EventHub Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/write\",\r\n \"displayName\": \"Create or Update EventHub Authorization Rule\",\r\n \"description\": \"Create EventHub Authorization Rules and Update its properties. The Authorization Rules Access Rights, the Primary and Secondary Keys can be updated.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/delete\",\r\n \"displayName\": \"Delete EventHub Authorization Rules\",\r\n \"description\": \"Operation to delete EventHub Authorization Rules\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/listkeys/action\",\r\n \"displayName\": \"List EventHub keys\",\r\n \"description\": \"Get the Connection String to EventHub\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/regenerateKeys/action\",\r\n \"displayName\": \"Resource Regeneratekeys\",\r\n \"description\": \"Regenerate the Primary or Secondary key to the Resource\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/diagnosticSettings\",\r\n \"displayName\": \"Namespace diagnostic settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/diagnosticSettings/read\",\r\n \"displayName\": \"Get Namespace diagnostic settings\",\r\n \"description\": \"Get list of Namespace diagnostic settings Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/diagnosticSettings/write\",\r\n \"displayName\": \"Create or Update Namespace diagnostic settings\",\r\n \"description\": \"Get list of Namespace diagnostic settings Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"namespaces/logDefinitions\",\r\n \"displayName\": \"Namespace logs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/logDefinitions/read\",\r\n \"displayName\": \"Get Namespace logs\",\r\n \"description\": \"Get list of Namespace logs Resource Descriptions\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": null,\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"ArchiveLogs\",\r\n \"displayName\": \"Archive Logs\",\r\n \"blobDuration\": \"PT5M\"\r\n },\r\n {\r\n \"name\": \"OperationalLogs\",\r\n \"displayName\": \"Operational Logs\",\r\n \"blobDuration\": \"PT5M\"\r\n },\r\n {\r\n \"name\": \"AutoScaleLogs\",\r\n \"displayName\": \"Auto Scale Logs\",\r\n \"blobDuration\": \"PT10M\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.EventHub\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.EventHub\"\r\n },\r\n {\r\n \"displayName\": \"Crypteron DataSecurity\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Crypteron.DataSecurity/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Crypteron.DataSecurity/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Crypteron.DataSecurity/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apps\",\r\n \"displayName\": \"apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Crypteron.DataSecurity/apps/read\",\r\n \"displayName\": \"Read apps\",\r\n \"description\": \"Read any apps\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Crypteron.DataSecurity/apps/write\",\r\n \"displayName\": \"Create or Update apps\",\r\n \"description\": \"Create or Update any apps\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Crypteron.DataSecurity/apps/delete\",\r\n \"displayName\": \"Delete apps\",\r\n \"description\": \"Deletes any apps\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Crypteron.DataSecurity/apps/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any apps Secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Crypteron.DataSecurity/apps/regenerateKeys/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any apps Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Crypteron.DataSecurity/apps/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any apps Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Crypteron.DataSecurity\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Crypteron.DataSecurity\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Batch\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/register/action\",\r\n \"displayName\": \"Register the Batch Resource Provider\",\r\n \"description\": \"Registers the subscription for the Batch Resource Provider and enables the creation of Batch accounts\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"batchAccounts\",\r\n \"displayName\": \"Batch Accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/write\",\r\n \"displayName\": \"Create or Update Batch Account\",\r\n \"description\": \"Creates a new Batch account or updates an existing Batch account\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/read\",\r\n \"displayName\": \"List or Get Batch Accounts\",\r\n \"description\": \"Lists Batch accounts or gets the properties of a Batch account\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/delete\",\r\n \"displayName\": \"Delete Batch Account\",\r\n \"description\": \"Deletes a Batch account\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/listkeys/action\",\r\n \"displayName\": \"List Batch Account Keys\",\r\n \"description\": \"Lists access keys for a Batch account\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/regeneratekeys/action\",\r\n \"displayName\": \"Regenerate Batch Account Keys\",\r\n \"description\": \"Regenerates access keys for a Batch account\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/syncAutoStorageKeys/action\",\r\n \"displayName\": \"Synchronize Auto Storage Account Keys\",\r\n \"description\": \"Synchronizes access keys for the auto storage account configured for a Batch account\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"batchAccounts/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Batch Account Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read Batch service metric definitions\",\r\n \"description\": \"Gets the available metrics for the Batch service\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CoreCount\",\r\n \"displayName\": \"Core Count\",\r\n \"displayDescription\": \"Total number of cores in the batch account\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"TotalNodeCount\",\r\n \"displayName\": \"Node Count\",\r\n \"displayDescription\": \"Total number of nodes in the batch account\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"CreatingNodeCount\",\r\n \"displayName\": \"Creating Node Count\",\r\n \"displayDescription\": \"Number of nodes being created\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"StartingNodeCount\",\r\n \"displayName\": \"Starting Node Count\",\r\n \"displayDescription\": \"Number of nodes starting\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"WaitingForStartTaskNodeCount\",\r\n \"displayName\": \"Waiting For Start Task Node Count\",\r\n \"displayDescription\": \"Number of nodes waiting for the Start Task to complete\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"StartTaskFailedNodeCount\",\r\n \"displayName\": \"Start Task Failed Node Count\",\r\n \"displayDescription\": \"Number of nodes where the Start Task has failed\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"IdleNodeCount\",\r\n \"displayName\": \"Idle Node Count\",\r\n \"displayDescription\": \"Number of idle nodes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"OfflineNodeCount\",\r\n \"displayName\": \"Offline Node Count\",\r\n \"displayDescription\": \"Number of offline nodes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"RebootingNodeCount\",\r\n \"displayName\": \"Rebooting Node Count\",\r\n \"displayDescription\": \"Number of rebooting nodes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"ReimagingNodeCount\",\r\n \"displayName\": \"Reimaging Node Count\",\r\n \"displayDescription\": \"Number of reimaging nodes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"RunningNodeCount\",\r\n \"displayName\": \"Running Node Count\",\r\n \"displayDescription\": \"Number of running nodes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"LeavingPoolNodeCount\",\r\n \"displayName\": \"Leaving Pool Node Count\",\r\n \"displayDescription\": \"Number of nodes leaving the Pool\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"UnusableNodeCount\",\r\n \"displayName\": \"Unusable Node Count\",\r\n \"displayDescription\": \"Number of unusable nodes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"TaskStartEvent\",\r\n \"displayName\": \"Task Start Events\",\r\n \"displayDescription\": \"Total number of tasks that have started\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"TaskCompleteEvent\",\r\n \"displayName\": \"Task Complete Events\",\r\n \"displayDescription\": \"Total number of tasks that have completed\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"TaskFailEvent\",\r\n \"displayName\": \"Task Fail Events\",\r\n \"displayDescription\": \"Total number of tasks that have completed in a failed state\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"PoolCreateEvent\",\r\n \"displayName\": \"Pool Create Events\",\r\n \"displayDescription\": \"Total number of pools that have been created\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"PoolResizeStartEvent\",\r\n \"displayName\": \"Pool Resize Start Events\",\r\n \"displayDescription\": \"Total number of pool resizes that have started\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"PoolResizeCompleteEvent\",\r\n \"displayName\": \"Pool Resize Complete Events\",\r\n \"displayDescription\": \"Total number of pool resizes that have completed\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"PoolDeleteStartEvent\",\r\n \"displayName\": \"Pool Delete Start Events\",\r\n \"displayDescription\": \"Total number of pool deletes that have started\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n },\r\n {\r\n \"name\": \"PoolDeleteCompleteEvent\",\r\n \"displayName\": \"Pool Delete Complete Events\",\r\n \"displayDescription\": \"Total number of pool deletes that have completed\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"batchAccounts/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Batch Accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"batchAccounts/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Batch Account Log Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read Batch service log definitions\",\r\n \"description\": \"Gets the available logs for the Batch service\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"ServiceLog\",\r\n \"displayName\": \"Service Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"batchAccounts/applications\",\r\n \"displayName\": \"Applications\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/read\",\r\n \"displayName\": \"List or Get Applications\",\r\n \"description\": \"Lists applications or gets the properties of an application\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/write\",\r\n \"displayName\": \"Create or Update Application\",\r\n \"description\": \"Creates a new application or updates an existing application\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/delete\",\r\n \"displayName\": \"Delete Application\",\r\n \"description\": \"Deletes an application\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"batchAccounts/applications/versions\",\r\n \"displayName\": \"Application Packages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/read\",\r\n \"displayName\": \"Get Application Package\",\r\n \"description\": \"Gets the properties of an application package\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/write\",\r\n \"displayName\": \"Create or Update Application Package\",\r\n \"description\": \"Creates a new application package or updates an existing application package\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/activate/action\",\r\n \"displayName\": \"Activate Application Package\",\r\n \"description\": \"Activates an application package\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/delete\",\r\n \"displayName\": \"Delete Application Package\",\r\n \"description\": \"Deletes an application package\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/quotas\",\r\n \"displayName\": \"Batch Quotas\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Batch/locations/quotas/read\",\r\n \"displayName\": \"Get Batch Quotas\",\r\n \"description\": \"Gets Batch quotas of the specified subscription at the specified Azure region\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Batch\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Batch\"\r\n },\r\n {\r\n \"displayName\": \"Cloudyn.Analytics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Cloudyn.Analytics/updateCommunicationPreference/action\",\r\n \"displayName\": \"action\",\r\n \"description\": \"Updates the communication preferences for the owner of Cloudyn.Analytics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Cloudyn.Analytics/listCommunicationPreference/action\",\r\n \"displayName\": \"action\",\r\n \"description\": \"Gets the communication preferences for the owner of Cloudyn.Analytics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Cloudyn.Analytics/accounts/Read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Gets the resource for Cloudyn.Analytics/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Cloudyn.Analytics/accounts/Write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Updates the resource for Cloudyn.Analytics/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Cloudyn.Analytics/accounts/Delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Deletes the resource for Cloudyn.Analytics/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Cloudyn.Analytics/accounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerate key(s) for Cloudyn.Analytics/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Cloudyn.Analytics/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the secrets for Cloudyn.Analytics/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Cloudyn.Analytics/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"list Single SignOn Token\",\r\n \"description\": \"Gets the single sign on authorization token for Cloudyn.Analytics/accounts\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Cloudyn.Analytics/Operations/Read\",\r\n \"displayName\": \"Operations\",\r\n \"description\": \"List the operations for Cloudyn.Analytics\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Cloudyn.Analytics\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Cloudyn.Analytics\"\r\n },\r\n {\r\n \"displayName\": \"MyGet PackageManagement\",\r\n \"operations\": [\r\n {\r\n \"name\": \"MyGet.PackageManagement/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"MyGet.PackageManagement/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"MyGet.PackageManagement/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"MyGet.PackageManagement/services/Read\",\r\n \"displayName\": \"Read Services\",\r\n \"description\": \"Read any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"MyGet.PackageManagement/services/Write\",\r\n \"displayName\": \"Create or Update Services\",\r\n \"description\": \"Create or Update any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"MyGet.PackageManagement/services/Delete\",\r\n \"displayName\": \"Delete Services\",\r\n \"description\": \"Deletes any Services\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"MyGet.PackageManagement/services/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Services Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"MyGet.PackageManagement/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any Services Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"MyGet.PackageManagement/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any Services Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/MyGet.PackageManagement\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"MyGet.PackageManagement\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft.Cdn\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/register/action\",\r\n \"displayName\": \"Registers the Microsoft.Cdn Resource Provider\",\r\n \"description\": \"Registers the subscription for the CDN resource provider and enables the creation of CDN profiles.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CheckNameAvailability/action\",\r\n \"displayName\": \"CheckNameAvailability\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CheckResourceUsage/action\",\r\n \"displayName\": \"CheckResourceUsage\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operationresults\",\r\n \"displayName\": \"OperationResult\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operationresults/profileresults\",\r\n \"displayName\": \"Profile\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/CheckResourceUsage/action\",\r\n \"displayName\": \"CheckResourceUsage\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/GenerateSsoUri/action\",\r\n \"displayName\": \"GenerateSsoUri\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/GetSupportedOptimizationTypes/action\",\r\n \"displayName\": \"GetSupportedOptimizationTypes\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operationresults/profileresults/endpointresults\",\r\n \"displayName\": \"Endpoint\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/CheckResourceUsage/action\",\r\n \"displayName\": \"CheckResourceUsage\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Start/action\",\r\n \"displayName\": \"Start\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Stop/action\",\r\n \"displayName\": \"Stop\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Purge/action\",\r\n \"displayName\": \"Purge\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/Load/action\",\r\n \"displayName\": \"Load\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/ValidateCustomDomain/action\",\r\n \"displayName\": \"ValidateCustomDomain\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operationresults/profileresults/endpointresults/customdomainresults\",\r\n \"displayName\": \"CustomDomain\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/DisableCustomHttps/action\",\r\n \"displayName\": \"DisableCustomHttps\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/customdomainresults/EnableCustomHttps/action\",\r\n \"displayName\": \"EnableCustomHttps\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operationresults/profileresults/endpointresults/originresults\",\r\n \"displayName\": \"Origin\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/operationresults/profileresults/endpointresults/originresults/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"profiles\",\r\n \"displayName\": \"Profile\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/CheckResourceUsage/action\",\r\n \"displayName\": \"CheckResourceUsage\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/GenerateSsoUri/action\",\r\n \"displayName\": \"GenerateSsoUri\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/GetSupportedOptimizationTypes/action\",\r\n \"displayName\": \"GetSupportedOptimizationTypes\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"profiles/endpoints\",\r\n \"displayName\": \"Endpoint\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/CheckResourceUsage/action\",\r\n \"displayName\": \"CheckResourceUsage\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Start/action\",\r\n \"displayName\": \"Start\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Stop/action\",\r\n \"displayName\": \"Stop\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Purge/action\",\r\n \"displayName\": \"Purge\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/Load/action\",\r\n \"displayName\": \"Load\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/ValidateCustomDomain/action\",\r\n \"displayName\": \"ValidateCustomDomain\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"profiles/endpoints\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic settings\",\r\n \"description\": \"Gets the diagnostic settings for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic settings\",\r\n \"description\": \"Creates or updates the diagnostic settings for the resource\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"profiles/endpoints/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"The log definition of profiles/endpoints\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read profiles/endpoints log definitions\",\r\n \"description\": \"Gets the available logs for Microsoft.Cdn\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"CoreAnalytics\",\r\n \"displayName\": \"Gets the metrics of the endpoint, e.g., bandwidth, egress, etc.\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"profiles/endpoints/customdomains\",\r\n \"displayName\": \"CustomDomain\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/DisableCustomHttps/action\",\r\n \"displayName\": \"DisableCustomHttps\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/EnableCustomHttps/action\",\r\n \"displayName\": \"EnableCustomHttps\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"profiles/endpoints/origins\",\r\n \"displayName\": \"Origin\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"edgenodes\",\r\n \"displayName\": \"EdgeNode\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/read\",\r\n \"displayName\": \"read\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/write\",\r\n \"displayName\": \"write\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/edgenodes/delete\",\r\n \"displayName\": \"delete\",\r\n \"description\": null,\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Cdn\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Cdn\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft ContainerRegistry\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/register/action\",\r\n \"displayName\": \"Register the Container Registry Resource Provider\",\r\n \"description\": \"Registers the subscription for the container registry resource provider and enables the creation of container registries.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"checknameavailability\",\r\n \"displayName\": \"Name Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/checknameavailability/read\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"description\": \"Checks whether the container registry name is available for use.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"registries\",\r\n \"displayName\": \"Registries\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/read\",\r\n \"displayName\": \"Get Container Registry or List Container Registries\",\r\n \"description\": \"Gets the properties of the specified container registry or lists all the container registries under the specified resource group or subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/write\",\r\n \"displayName\": \"Create or Update Container Registry\",\r\n \"description\": \"Creates or updates a container registry with the specified parameters.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/delete\",\r\n \"displayName\": \"Delete Container Registry\",\r\n \"description\": \"Deletes a container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/listCredentials/action\",\r\n \"displayName\": \"List Container Registry Login Credentials\",\r\n \"description\": \"Lists the login credentials for the specified container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/regenerateCredential/action\",\r\n \"displayName\": \"Regenerate Container Registry Login Credentials\",\r\n \"description\": \"Regenerates one of the login credentials for the specified container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"registries/replications\",\r\n \"displayName\": \"Registries/Replications\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/read\",\r\n \"displayName\": \"Get Replication or List Replications\",\r\n \"description\": \"Gets the properties of the specified replication or lists all the replications for the specified container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/write\",\r\n \"displayName\": \"Create or Update Replication\",\r\n \"description\": \"Creates or updates a replication for a container registry with the specified parameters.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/delete\",\r\n \"displayName\": \"Delete Replication\",\r\n \"description\": \"Deletes a replication from a container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"registries/webhooks\",\r\n \"displayName\": \"Registries/Replications\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/read\",\r\n \"displayName\": \"Get Webhook or List Webhooks\",\r\n \"description\": \"Gets the properties of the specified webhook or lists all the webhooks for the specified container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/write\",\r\n \"displayName\": \"Create or Update Webhook\",\r\n \"description\": \"Creates or updates a webhook for a container registry with the specified parameters.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/delete\",\r\n \"displayName\": \"Delete Webhook\",\r\n \"description\": \"Deletes a webhook from a container registry.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/getCallbackConfig/action\",\r\n \"displayName\": \"Get Webhook Callback Config\",\r\n \"description\": \"Gets the configuration of service URI and custom headers for the webhook.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/ping/action\",\r\n \"displayName\": \"Ping Webhook\",\r\n \"description\": \"Triggers a ping event to be sent to the webhook.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"registries/webhooks/listEvents\",\r\n \"displayName\": \"Registries/Replications\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/listEvents/read\",\r\n \"displayName\": \"List Webhook Events\",\r\n \"description\": \"Lists recent events for the specified webhook.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ContainerRegistry\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ContainerRegistry\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Cognitive Services\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"Cognitive Services API Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/read\",\r\n \"displayName\": \"Read API Account\",\r\n \"description\": \"Reads API accounts.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/write\",\r\n \"displayName\": \"Write API Account\",\r\n \"description\": \"Writes API Accounts.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/delete\",\r\n \"displayName\": \"Delete API Account\",\r\n \"description\": \"Deletes API accounts\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/listKeys/action\",\r\n \"displayName\": \"List Keys\",\r\n \"description\": \"List Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerate Key\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of Cognitive Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read Cognitive Services metric definitions\",\r\n \"description\": \"Gets the available metrics for Cognitive Services.\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"TotalCalls\",\r\n \"displayName\": \"Total Calls\",\r\n \"displayDescription\": \"Total number of calls.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessfulCalls\",\r\n \"displayName\": \"Successful Calls\",\r\n \"displayDescription\": \"Number of successful calls.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"TotalErrors\",\r\n \"displayName\": \"Total Errors\",\r\n \"displayDescription\": \"Total number of calls with error response (HTTP response code 4xx or 5xx).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BlockedCalls\",\r\n \"displayName\": \"Blocked Calls\",\r\n \"displayDescription\": \"Number of calls that exceeded rate or quota limit.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ServerErrors\",\r\n \"displayName\": \"Server Errors\",\r\n \"displayDescription\": \"Number of calls with service internal error (HTTP response code 5xx).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ClientErrors\",\r\n \"displayName\": \"Client Errors\",\r\n \"displayDescription\": \"Number of calls with client side error (HTTP response code 4xx).\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"DataIn\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Size of incoming data in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"DataOut\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Size of outgoing data in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Latency\",\r\n \"displayName\": \"Latency\",\r\n \"displayDescription\": \"Latency in milliseconds.\",\r\n \"unit\": \"MilliSeconds\",\r\n \"aggregationType\": \"Average\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P1D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Cognitive Services API Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/skus\",\r\n \"displayName\": \"Cognitive Services API Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/skus/read\",\r\n \"displayName\": \"Read available SKUs for an existing resource\",\r\n \"description\": \"Reads available SKUs for an existing resource.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/usages\",\r\n \"displayName\": \"Cognitive Services API Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/usages/read\",\r\n \"displayName\": \"Get the quota usage for an existing resource\",\r\n \"description\": \"Get the quota usage for an existing resource.\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Resource type display name.\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/Operations/read\",\r\n \"displayName\": \"Operation display name.\",\r\n \"description\": \"Description of the operation.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.CognitiveServices\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.CognitiveServices\"\r\n },\r\n {\r\n \"displayName\": \"Citrix.Cloud\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Citrix.Cloud/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates the communication preferences for the owner of Citrix.Cloud\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Citrix.Cloud/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Gets the communication preferences for the owner of Citrix.Cloud\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"Settings.ResourceType\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Citrix.Cloud/accounts/Read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Gets the resource for Citrix.Cloud/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Citrix.Cloud/accounts/Write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Updates the resource for Citrix.Cloud/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Citrix.Cloud/accounts/Delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Deletes the resource for $Citrix.Cloud/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Citrix.Cloud/accounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerate key(s) for Citrix.Cloud/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Citrix.Cloud/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the secrets for Citrix.Cloud/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Citrix.Cloud/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"Read Single Sign On Authorization Token\",\r\n \"description\": \"Gets the single sign on authorization token for Citrix.Cloud/accounts\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Citrix.Cloud/Operations/read\",\r\n \"displayName\": \"Operations\",\r\n \"description\": \"List the operations for Citrix.Cloud\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Citrix.Cloud\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Citrix.Cloud\"\r\n },\r\n {\r\n \"displayName\": \"Auth0 Cloud\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Auth0.Cloud/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preferences\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Auth0.Cloud/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preferences\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Auth0.Cloud/accounts/read\",\r\n \"displayName\": \"Read account\",\r\n \"description\": \"Read account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Auth0.Cloud/accounts/write\",\r\n \"displayName\": \"Create or Update Account\",\r\n \"description\": \"Create or Update Account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Auth0.Cloud/accounts/delete\",\r\n \"displayName\": \"Delete Account\",\r\n \"description\": \"Delete Account\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Auth0.Cloud/accounts/listSecrets/action\",\r\n \"displayName\": \"Read account secrets\",\r\n \"description\": \"Read account secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Auth0.Cloud/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any account Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Auth0.Cloud/operations/read\",\r\n \"displayName\": \"Read Operations\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Auth0.Cloud\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Auth0.Cloud\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Import/Export\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ImportExport/register/action\",\r\n \"displayName\": \"Registers the Import/Export Resource Provider\",\r\n \"description\": \"Registers the subscription for the import/export resource provider and enables the creation of import/export jobs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"jobs\",\r\n \"displayName\": \"Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ImportExport/jobs/write\",\r\n \"displayName\": \"Create or Update Job\",\r\n \"description\": \"Creates a job with the specified parameters or update the properties or tags for the specified job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ImportExport/jobs/read\",\r\n \"displayName\": \"Get or List Jobs\",\r\n \"description\": \"Gets the properties for the specified job or returns the list of jobs.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ImportExport/jobs/listBitLockerKeys/action\",\r\n \"displayName\": \"List BitLocker Keys\",\r\n \"description\": \"Gets the BitLocker keys for the specified job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ImportExport/jobs/delete\",\r\n \"displayName\": \"Delete Job\",\r\n \"description\": \"Deletes an existing job.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations\",\r\n \"displayName\": \"Locations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ImportExport/locations/read\",\r\n \"displayName\": \"Get or List Locations\",\r\n \"description\": \"Gets the properties for the specified location or returns the list of locations.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ImportExport\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ImportExport\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Dynamics Lifecycle Services (LCS)\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"lcsprojects\",\r\n \"displayName\": \"Microsoft Dynamics Lifecycle Services project\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/read\",\r\n \"displayName\": \"Read LCS projects\",\r\n \"description\": \"Display Microsoft Dynamics Lifecycle Services projects that belong to a user\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/write\",\r\n \"displayName\": \"Create and update LCS projects\",\r\n \"description\": \"Create and update Microsoft Dynamics Lifecycle Services projects that belong to the user. Only the name and description properties can be updated. The subscription and location associated with the project cannot be updated after creation\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/delete\",\r\n \"displayName\": \"Delete LCS projects\",\r\n \"description\": \"Delete Microsoft Dynamics Lifecycle Services projects that belong to the user\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"lcsprojects/clouddeployments\",\r\n \"displayName\": \"Microsoft Dynamics AX 2012 deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/clouddeployments/read\",\r\n \"displayName\": \"Read Microsoft Dynamics AX 2012 deployments\",\r\n \"description\": \"Display Microsoft Dynamics AX 2012 R3 Evaluation deployments in a Microsoft Dynamics Lifecycle Services project that belong to a user\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/clouddeployments/write\",\r\n \"displayName\": \"Create Microsoft Dynamics AX 2012 deployments\",\r\n \"description\": \"Create Microsoft Dynamics AX 2012 R3 Evaluation deployment in a Microsoft Dynamics Lifecycle Services project that belong to a user. Deployments can be managed from Azure management portal\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"lcsprojects/connectors\",\r\n \"displayName\": \"Microsoft Dynamics project connectors\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/connectors/read\",\r\n \"displayName\": \"Read Microsoft Dynamics project connectors\",\r\n \"description\": \"Read connectors that belong to a Microsoft Dynamics Lifecycle Services project\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.DynamicsLcs/lcsprojects/connectors/write\",\r\n \"displayName\": \"Create and update Microsoft Dynamics project connectors\",\r\n \"description\": \"Create and update connectors that belong to a Microsoft Dynamics Lifecycle Services project\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DynamicsLcs\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DynamicsLcs\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Resources\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/checkResourceName/action\",\r\n \"displayName\": \"Check Resource Name\",\r\n \"description\": \"Check the resource name for validity.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"providers\",\r\n \"displayName\": \"Providers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/providers/read\",\r\n \"displayName\": \"Get Providers\",\r\n \"description\": \"Get the list of providers.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"marketplace\",\r\n \"displayName\": \"Marketplace\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/marketplace/purchase/action\",\r\n \"displayName\": \"Purchase Resource\",\r\n \"description\": \"Purchases a resource from the marketplace.\",\r\n \"origin\": \"System\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions\",\r\n \"displayName\": \"Subscription\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/read\",\r\n \"displayName\": \"Get Subscriptions\",\r\n \"description\": \"Gets the list of subscriptions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/operationresults\",\r\n \"displayName\": \"Subscription Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"displayName\": \"Get Subscription Operation Results\",\r\n \"description\": \"Get the subscription operation results.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/providers\",\r\n \"displayName\": \"Resource Providers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/providers/read\",\r\n \"displayName\": \"Get Resource Providers\",\r\n \"description\": \"Gets or lists resource providers.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/tagNames\",\r\n \"displayName\": \"Subscription Tag\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/tagNames/read\",\r\n \"displayName\": \"Get Subscription Tag\",\r\n \"description\": \"Gets or lists subscription tags.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/tagNames/write\",\r\n \"displayName\": \"Add Subscription Tag\",\r\n \"description\": \"Adds a subscription tag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/tagNames/delete\",\r\n \"displayName\": \"Delete Subscription Tag\",\r\n \"description\": \"Deletes a subscription tag.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/tagNames/tagValues\",\r\n \"displayName\": \"Subscription Tag Value\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/tagNames/tagValues/read\",\r\n \"displayName\": \"Get Subscription Tag Value\",\r\n \"description\": \"Gets or lists subscription tag values.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/tagNames/tagValues/write\",\r\n \"displayName\": \"Add Subscription Tag Value\",\r\n \"description\": \"Adds a subscription tag value.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/tagNames/tagValues/delete\",\r\n \"displayName\": \"Delete Subscription Tag Value\",\r\n \"description\": \"Deletes a subscription tag value.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/resources\",\r\n \"displayName\": \"Subscription Resource\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resources/read\",\r\n \"displayName\": \"Get Subscription Resources\",\r\n \"description\": \"Gets resources of a subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/resourceGroups\",\r\n \"displayName\": \"Resource Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"displayName\": \"Get Resource Group\",\r\n \"description\": \"Gets or lists resource groups.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"displayName\": \"Create Resource Group\",\r\n \"description\": \"Creates or updates a resource group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"displayName\": \"Delete Resource Group\",\r\n \"description\": \"Deletes a resource group and all its resources.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourceGroups/moveResources/action\",\r\n \"displayName\": \"Move Resource Group Resources\",\r\n \"description\": \"Moves resources from one resource group to another.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourceGroups/validateMoveResources/action\",\r\n \"displayName\": \"Validate Move Resource Group Resources\",\r\n \"description\": \"Validate move of resources from one resource group to another.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/resourcegroups/resources\",\r\n \"displayName\": \"Resource Group Resources\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"displayName\": \"Get Resource Group Resources\",\r\n \"description\": \"Gets the resources for the resource group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/resourcegroups/deployments\",\r\n \"displayName\": \"Deployment\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourcegroups/deployments/read\",\r\n \"displayName\": \"Get Deployment\",\r\n \"description\": \"Gets or lists deployments.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourcegroups/deployments/write\",\r\n \"displayName\": \"Create Deployment\",\r\n \"description\": \"Creates or updates an deployment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/resourcegroups/deployments/operationstatuses\",\r\n \"displayName\": \"Deployment operation status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourcegroups/deployments/operationstatuses/read\",\r\n \"displayName\": \"Get deployment operation status\",\r\n \"description\": \"Gets or lists deployment operation statuses.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/resourcegroups/deployments/operations\",\r\n \"displayName\": \"Deployment Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/resourcegroups/deployments/operations/read\",\r\n \"displayName\": \"Get Deployment Operation\",\r\n \"description\": \"Gets or lists deployment operations.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"subscriptions/locations\",\r\n \"displayName\": \"Location\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/subscriptions/locations/read\",\r\n \"displayName\": \"Get Locations\",\r\n \"description\": \"Gets the list of locations supported.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"links\",\r\n \"displayName\": \"Resource Link\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/links/read\",\r\n \"displayName\": \"Get Resource Link\",\r\n \"description\": \"Gets or lists resource links.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/links/write\",\r\n \"displayName\": \"Create Resource Link\",\r\n \"description\": \"Creates or updates a resource link.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/links/delete\",\r\n \"displayName\": \"Delete Resource Link\",\r\n \"description\": \"Deletes a resource link.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"tenants\",\r\n \"displayName\": \"Tenant\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/tenants/read\",\r\n \"displayName\": \"Get Tenants\",\r\n \"description\": \"Gets the list of tenants.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"resources\",\r\n \"displayName\": \"Resources\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/resources/read\",\r\n \"displayName\": \"Get Resources\",\r\n \"description\": \"Get the list of resources based upon filters.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"deployments\",\r\n \"displayName\": \"Deployment\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/deployments/read\",\r\n \"displayName\": \"Get Deployment\",\r\n \"description\": \"Gets or lists deployments.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/deployments/write\",\r\n \"displayName\": \"Create Deployment\",\r\n \"description\": \"Creates or updates an deployment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/deployments/delete\",\r\n \"displayName\": \"Delete Deployment\",\r\n \"description\": \"Deletes a deployment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/deployments/cancel/action\",\r\n \"displayName\": \"Cancel Deployment\",\r\n \"description\": \"Cancels a deployment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Resources/deployments/validate/action\",\r\n \"displayName\": \"Validate Deployment\",\r\n \"description\": \"Validates an deployment.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"deployments/operations\",\r\n \"displayName\": \"Deployment Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Resources/deployments/operations/read\",\r\n \"displayName\": \"Get Deployment Operation\",\r\n \"description\": \"Gets or lists deployment operations.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Resources\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Resources\"\r\n },\r\n {\r\n \"displayName\": \"Raygun Crash Reporting\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Raygun.CrashReporting/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Raygun.CrashReporting/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Raygun.CrashReporting/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apps\",\r\n \"displayName\": \"Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Raygun.CrashReporting/apps/Read\",\r\n \"displayName\": \"Read Apps\",\r\n \"description\": \"Read any Apps\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Raygun.CrashReporting/apps/Write\",\r\n \"displayName\": \"Create or Update Apps\",\r\n \"description\": \"Create or Update any Apps\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Raygun.CrashReporting/apps/Delete\",\r\n \"displayName\": \"Delete Apps\",\r\n \"description\": \"Deletes any Apps\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Raygun.CrashReporting/apps/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Apps Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Raygun.CrashReporting/apps/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any Apps Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Raygun.CrashReporting/apps/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any Apps Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Raygun.CrashReporting\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Raygun.CrashReporting\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Analysis Services\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"servers\",\r\n \"displayName\": \"servers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/read\",\r\n \"displayName\": \"Read Analysis Server\",\r\n \"description\": \"Retrieves the information of the specified Analysis Server.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/write\",\r\n \"displayName\": \"Create/Update Analysis Server\",\r\n \"description\": \"Creates or updates the specified Analysis Server.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/delete\",\r\n \"displayName\": \"Delete the Analysis Server\",\r\n \"description\": \"Deletes the Analysis Server.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/suspend/action\",\r\n \"displayName\": \"Suspend the Analysis Server.\",\r\n \"description\": \"Suspends the Analysis Server.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/resume/action\",\r\n \"displayName\": \"Resume the Analysis Server.\",\r\n \"description\": \"Resumes the Analysis Server.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/checkNameAvailability/action\",\r\n \"displayName\": \"Check availability of the Analysis Server name\",\r\n \"description\": \"Checks that given Analysis Server name is valid and not in use.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"servers/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"servers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read Microsoft Analysis Service metrics\",\r\n \"description\": \"Gets the available metrics for Analysis Server\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"qpu_metric\",\r\n \"displayName\": \"QPU\",\r\n \"displayDescription\": \"QPU. Range 0-100 for S1, 0-200 for S2 and 0-400 for S4\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"memory_metric\",\r\n \"displayName\": \"Memory\",\r\n \"displayDescription\": \"Memory. Range 0-25 GB for S1, 0-50 GB for S2 and 0-100 GB for S4\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"TotalConnectionRequests\",\r\n \"displayName\": \"Total Connection Requests\",\r\n \"displayDescription\": \"Total connection requests. These are arrivals.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"SuccessfullConnectionsPerSec\",\r\n \"displayName\": \"Successful Connections Per Sec\",\r\n \"displayDescription\": \"Rate of successful connection completions.\",\r\n \"unit\": \"CountPerSecond\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"TotalConnectionFailures\",\r\n \"displayName\": \"Total Connection Failures\",\r\n \"displayDescription\": \"Total failed connection attempts.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CurrentUserSessions\",\r\n \"displayName\": \"Current User Sessions\",\r\n \"displayDescription\": \"Current number of user sessions established.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"QueryPoolBusyThreads\",\r\n \"displayName\": \"Query Pool Busy Threads\",\r\n \"displayDescription\": \"Number of busy threads in the query thread pool.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"CommandPoolJobQueueLength\",\r\n \"displayName\": \"Command Pool Job Queue Length\",\r\n \"displayDescription\": \"Number of jobs in the queue of the command thread pool.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n },\r\n {\r\n \"name\": \"ProcessingPoolJobQueueLength\",\r\n \"displayName\": \"Processing Pool Job Queue Length\",\r\n \"displayDescription\": \"Number of non-I/O jobs in the queue of the processing thread pool.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.AnalysisServices\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.AnalysisServices\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Azure Stream Analytics\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"streamingjobs\",\r\n \"displayName\": \"Stream Analytics Job\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/Start/action\",\r\n \"displayName\": \"Start Stream Analytics Job\",\r\n \"description\": \"Start Stream Analytics Job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/Stop/action\",\r\n \"displayName\": \"Stop Stream Analytics Job\",\r\n \"description\": \"Stop Stream Analytics Job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/Read\",\r\n \"displayName\": \"Read Stream Analytics Job\",\r\n \"description\": \"Read Stream Analytics Job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/Write\",\r\n \"displayName\": \"Write Stream Analytics Job\",\r\n \"description\": \"Write Stream Analytics Job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/Delete\",\r\n \"displayName\": \"Delete Stream Analytics Job\",\r\n \"description\": \"Delete Stream Analytics Job\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"streamingjobs/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of streamingjobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Read streamingjobs metric definitions\",\r\n \"description\": \"Gets the available metrics for streamingjobs\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"ResourceUtilization\",\r\n \"displayName\": \"SU % Utilization\",\r\n \"displayDescription\": \"SU % Utilization\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Maximum\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"InputEvents\",\r\n \"displayName\": \"Input Events\",\r\n \"displayDescription\": \"Input Events\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"InputEventBytes\",\r\n \"displayName\": \"Input Event Bytes\",\r\n \"displayDescription\": \"Input Event Bytes\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"LateInputEvents\",\r\n \"displayName\": \"Late Input Events\",\r\n \"displayDescription\": \"Late Input Events\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"OutputEvents\",\r\n \"displayName\": \"Output Events\",\r\n \"displayDescription\": \"Output Events\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ConversionErrors\",\r\n \"displayName\": \"Data Conversion Errors\",\r\n \"displayDescription\": \"Data Conversion Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Errors\",\r\n \"displayName\": \"Runtime Errors\",\r\n \"displayDescription\": \"Runtime Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"DroppedOrAdjustedEvents\",\r\n \"displayName\": \"Out of order Events\",\r\n \"displayDescription\": \"Out of order Events\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AMLCalloutRequests\",\r\n \"displayName\": \"Function Requests\",\r\n \"displayDescription\": \"Function Requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AMLCalloutFailedRequests\",\r\n \"displayName\": \"Failed Function Requests\",\r\n \"displayDescription\": \"Failed Function Requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AMLCalloutInputEvents\",\r\n \"displayName\": \"Function Events\",\r\n \"displayDescription\": \"Function Events\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT30M\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"streamingjobs/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"streamingjobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Read diagnostic setting.\",\r\n \"description\": \"Read diagnostic setting.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Write diagnostic setting.\",\r\n \"description\": \"Write diagnostic setting.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"streamingjobs/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"The log definition of streamingjobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Read streamingjobs log definitions\",\r\n \"description\": \"Gets the available logs for streamingjobs\",\r\n \"origin\": null,\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"Execution\",\r\n \"displayName\": \"Execution\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"Authoring\",\r\n \"displayName\": \"Authoring\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"streamingjobs/transformations\",\r\n \"displayName\": \"Stream Analytics Job Transformation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/transformations/Read\",\r\n \"displayName\": \"Read Stream Analytics Job Transformation\",\r\n \"description\": \"Read Stream Analytics Job Transformation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/transformations/Write\",\r\n \"displayName\": \"Write Stream Analytics Job Transformation\",\r\n \"description\": \"Write Stream Analytics Job Transformation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/transformations/Delete\",\r\n \"displayName\": \"Delete Stream Analytics Job Transformation\",\r\n \"description\": \"Delete Stream Analytics Job Transformation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"streamingjobs/inputs\",\r\n \"displayName\": \"Stream Analytics Job Input\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/inputs/Read\",\r\n \"displayName\": \"Read Stream Analytics Job Input\",\r\n \"description\": \"Read Stream Analytics Job Input\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/inputs/Write\",\r\n \"displayName\": \"Write Stream Analytics Job Input\",\r\n \"description\": \"Write Stream Analytics Job Input\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/inputs/Delete\",\r\n \"displayName\": \"Delete Stream Analytics Job Input\",\r\n \"description\": \"Delete Stream Analytics Job Input\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"streamingjobs/outputs\",\r\n \"displayName\": \"Stream Analytics Job Output\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/outputs/Read\",\r\n \"displayName\": \"Read Stream Analytics Job Output\",\r\n \"description\": \"Read Stream Analytics Job Output\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/outputs/Write\",\r\n \"displayName\": \"Write Stream Analytics Job Output\",\r\n \"description\": \"Write Stream Analytics Job Output\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.StreamAnalytics/streamingjobs/outputs/Delete\",\r\n \"displayName\": \"Delete Stream Analytics Job Output\",\r\n \"description\": \"Delete Stream Analytics Job Output\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.StreamAnalytics\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.StreamAnalytics\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Advisor\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Advisor/generateRecommendations/action\",\r\n \"displayName\": \"Generate Recommendations\",\r\n \"description\": \"Generates recommendations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Advisor/suppressions/action\",\r\n \"displayName\": \"Create/Update Suppressions\",\r\n \"description\": \"Creates/updates suppressions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Advisor/register/action\",\r\n \"displayName\": \"Register with the Provider\",\r\n \"description\": \"Registers the subscription for the Microsoft Advisor\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"generateRecommendations\",\r\n \"displayName\": \"GenerateRecommendations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Advisor/generateRecommendations/read\",\r\n \"displayName\": \"Get Generate Recommendations status\",\r\n \"description\": \"Gets generate recommendations status\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"recommendations\",\r\n \"displayName\": \"Recommendations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Advisor/recommendations/read\",\r\n \"displayName\": \"Read Recommendations\",\r\n \"description\": \"Reads recommendations\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"suppressions\",\r\n \"displayName\": \"Suppressions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Advisor/suppressions/read\",\r\n \"displayName\": \"Read Suppressions\",\r\n \"description\": \"Gets suppressions\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Advisor/suppressions/delete\",\r\n \"displayName\": \"Delete Suppression\",\r\n \"description\": \"Deletes suppression\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Advisor\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Advisor\"\r\n },\r\n {\r\n \"displayName\": \"Container Service\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"containerServices/subscriptions\",\r\n \"displayName\": \"Container Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/subscriptions/read\",\r\n \"displayName\": \"Get Container Services for a Subscription\",\r\n \"description\": \"Get the specified Container Services based on Subscription\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"containerServices/resourceGroups\",\r\n \"displayName\": \"Container Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/resourceGroups/read\",\r\n \"displayName\": \"Get Container Services for a Resource Group\",\r\n \"description\": \"Get the specified Container Services based on Resource Group\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"containerServices/resourceGroups/ContainerServiceName\",\r\n \"displayName\": \"Container Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/resourceGroups/ContainerServiceName/read\",\r\n \"displayName\": \"Get Container Services\",\r\n \"description\": \"Gets the specified Container Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/resourceGroups/ContainerServiceName/write\",\r\n \"displayName\": \"Put/Update Container Service\",\r\n \"description\": \"Puts or Updates the specified Container Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/resourceGroups/ContainerServiceName/delete\",\r\n \"displayName\": \"Delete Container Services\",\r\n \"description\": \"Deletes the specified Container Service\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ContainerService\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ContainerService\"\r\n },\r\n {\r\n \"displayName\": \"Pokitdok.Platform\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Pokitdok.Platform/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication\",\r\n \"description\": \"Regenerate the Key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Pokitdok.Platform/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication\",\r\n \"description\": \"Regenerate the Key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Pokitdok.Platform/operations/read\",\r\n \"displayName\": \"List Operations\",\r\n \"description\": \"read operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Pokitdok.Platform/services/read\",\r\n \"displayName\": \"Get Resource\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Pokitdok.Platform/services/write\",\r\n \"displayName\": \"Create/Update Resource\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Pokitdok.Platform/services/delete\",\r\n \"displayName\": \"Delete Resource\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Pokitdok.Platform/services/read\",\r\n \"displayName\": \"Get Resources\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Pokitdok.Platform/services/listSecrets/action\",\r\n \"displayName\": \"Get Secrets\",\r\n \"description\": \"Lists the secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Pokitdok.Platform/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Pokitdok.Platform\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Pokitdok.Platform\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Support\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Support/register/action\",\r\n \"displayName\": \"Registers Support Resource Provider\",\r\n \"description\": \"Registers to Support Resource Provider\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"supportTickets\",\r\n \"displayName\": \"Support Ticket\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Support/supportTickets/read\",\r\n \"displayName\": \"Reads Support Ticket\",\r\n \"description\": \"Gets Support Ticket details (including status, severity, contact details and communications) or gets the list of Support Tickets across subscriptions.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n },\r\n {\r\n \"name\": \"Microsoft.Support/supportTickets/write\",\r\n \"displayName\": \"Writes Support Ticket\",\r\n \"description\": \"Creates or Updates a Support Ticket. You can create a Support Ticket for Technical, Billing, Quotas or Subscription Management related issues. You can update severity, contact details and communications for existing support tickets.\",\r\n \"origin\": null,\r\n \"properties\": {}\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Support\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Support\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Certificates\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/provisionGlobalAppServicePrincipalInUserTenant/Action\",\r\n \"displayName\": \"Provision service principal\",\r\n \"description\": \"Provision service principal for service app principal\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/validateCertificateRegistrationInformation/Action\",\r\n \"displayName\": \"Certificate Purchase Info Validation\",\r\n \"description\": \"Validate certificate purchase object without submitting it\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/register/action\",\r\n \"displayName\": \"Register Microsoft Certificates resource provider\",\r\n \"description\": \"Register the Microsoft Certificates resource provider for the subscription\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"certificateOrders\",\r\n \"displayName\": \"AppServiceCertificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/Write\",\r\n \"displayName\": \"Add or Update AppServiceCertificate\",\r\n \"description\": \"Add a new certificateOrder or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/Delete\",\r\n \"displayName\": \"Delete AppServiceCertificate\",\r\n \"description\": \"Delete an existing AppServiceCertificate\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/Read\",\r\n \"displayName\": \"Get CertificateOrders\",\r\n \"description\": \"Get the list of CertificateOrders\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/reissue/Action\",\r\n \"displayName\": \"Reissue certificateorder\",\r\n \"description\": \"Reissue an existing certificateorder\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/renew/Action\",\r\n \"displayName\": \"Renew certificateorder\",\r\n \"description\": \"Renew an existing certificateorder\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/retrieveCertificateActions/Action\",\r\n \"displayName\": \"Certificateorder actions\",\r\n \"description\": \"Retrieve the list of certificate actions\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/retrieveEmailHistory/Action\",\r\n \"displayName\": \"Certificateorder email history\",\r\n \"description\": \"Retrieve certificate email history\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/resendEmail/Action\",\r\n \"displayName\": \"Resend Certificateorder email\",\r\n \"description\": \"Resend certificate email\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/verifyDomainOwnership/Action\",\r\n \"displayName\": \"Verify domain ownership\",\r\n \"description\": \"Verify domain ownership\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/resendRequestEmails/Action\",\r\n \"displayName\": \"Resend request emails to another email address\",\r\n \"description\": \"Resend request emails to another email address\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/resendRequestEmails/Action\",\r\n \"displayName\": \"Retrieve site seal for an issued App Service Certificate\",\r\n \"description\": \"Retrieve site seal for an issued App Service Certificate\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"certificateOrders/certificates\",\r\n \"displayName\": \"Certificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/certificates/Write\",\r\n \"displayName\": \"Add or Update Certificate\",\r\n \"description\": \"Add a new certificate or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/certificates/Delete\",\r\n \"displayName\": \"Delete Certificate\",\r\n \"description\": \"Delete an existing certificate\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.CertificateRegistration/certificateOrders/certificates/Read\",\r\n \"displayName\": \"Get Certificates\",\r\n \"description\": \"Get the list of certificates\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.CertificateRegistration\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.CertificateRegistration\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Logic\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"workflows\",\r\n \"displayName\": \"Workflow\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/read\",\r\n \"displayName\": \"Get Workflow\",\r\n \"description\": \"Reads the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/write\",\r\n \"displayName\": \"Set Workflow\",\r\n \"description\": \"Creates or updates the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/delete\",\r\n \"displayName\": \"Delete Workflow\",\r\n \"description\": \"Deletes the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/run/action\",\r\n \"displayName\": \"Run Workflow\",\r\n \"description\": \"Starts a run of the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/disable/action\",\r\n \"displayName\": \"Disable Workflow\",\r\n \"description\": \"Disables the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/enable/action\",\r\n \"displayName\": \"Enable Workflow\",\r\n \"description\": \"Enables the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/validate/action\",\r\n \"displayName\": \"Validate Workflow\",\r\n \"description\": \"Validates the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/move/action\",\r\n \"displayName\": \"Move Workflow\",\r\n \"description\": \"Moves Workflow from its existing subscription id, resource group, and/or name to a different subscription id, resource group, and/or name.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/listSwagger/action\",\r\n \"displayName\": \"Get workflow swagger\",\r\n \"description\": \"Gets the workflow swagger definitions.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/regenerateAccessKey/action\",\r\n \"displayName\": \"Regenerate Access Key\",\r\n \"description\": \"Regenerates the access key secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/listCallbackUrl/action\",\r\n \"displayName\": \"List workflow callback URL\",\r\n \"description\": \"Gets the callback URL for workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Workflow Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get Workflow Metric Definition\",\r\n \"description\": \"Reads the workflow metric definitions.\",\r\n \"origin\": \"System\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"RunsStarted\",\r\n \"displayName\": \"Runs Started\",\r\n \"displayDescription\": \"Number of workflow runs started.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"RunsCompleted\",\r\n \"displayName\": \"Runs Completed\",\r\n \"displayDescription\": \"Number of workflow runs completed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"RunsSucceeded\",\r\n \"displayName\": \"Runs Succeeded\",\r\n \"displayDescription\": \"Number of workflow runs succeeded.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"RunsFailed\",\r\n \"displayName\": \"Runs Failed\",\r\n \"displayDescription\": \"Number of workflow runs failed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"RunsCancelled\",\r\n \"displayName\": \"Runs Cancelled\",\r\n \"displayDescription\": \"Number of workflow runs cancelled.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"RunLatency\",\r\n \"displayName\": \"Run Latency\",\r\n \"displayDescription\": \"Latency of completed workflow runs.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"RunSuccessLatency\",\r\n \"displayName\": \"Run Success Latency\",\r\n \"displayDescription\": \"Latency of succeeded workflow runs.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"RunThrottledEvents\",\r\n \"displayName\": \"Run Throttled Events\",\r\n \"displayDescription\": \"Number of workflow action or trigger throttled events.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"RunFailurePercentage\",\r\n \"displayName\": \"Run Failure Percentage\",\r\n \"displayDescription\": \"Percentage of workflow runs failed.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"ActionsStarted\",\r\n \"displayName\": \"Actions Started \",\r\n \"displayDescription\": \"Number of workflow actions started.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"ActionsCompleted\",\r\n \"displayName\": \"Actions Completed \",\r\n \"displayDescription\": \"Number of workflow actions completed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"ActionsSucceeded\",\r\n \"displayName\": \"Actions Succeeded \",\r\n \"displayDescription\": \"Number of workflow actions succeeded.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"ActionsFailed\",\r\n \"displayName\": \"Actions Failed\",\r\n \"displayDescription\": \"Number of workflow actions failed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"ActionsSkipped\",\r\n \"displayName\": \"Actions Skipped \",\r\n \"displayDescription\": \"Number of workflow actions skipped.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"ActionLatency\",\r\n \"displayName\": \"Action Latency \",\r\n \"displayDescription\": \"Latency of completed workflow actions.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"ActionSuccessLatency\",\r\n \"displayName\": \"Action Success Latency \",\r\n \"displayDescription\": \"Latency of succeeded workflow actions.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"ActionThrottledEvents\",\r\n \"displayName\": \"Action Throttled Events\",\r\n \"displayDescription\": \"Number of workflow action throttled events..\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggersStarted\",\r\n \"displayName\": \"Triggers Started \",\r\n \"displayDescription\": \"Number of workflow triggers started.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggersCompleted\",\r\n \"displayName\": \"Triggers Completed \",\r\n \"displayDescription\": \"Number of workflow triggers completed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggersSucceeded\",\r\n \"displayName\": \"Triggers Succeeded \",\r\n \"displayDescription\": \"Number of workflow triggers succeeded.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggersFailed\",\r\n \"displayName\": \"Triggers Failed \",\r\n \"displayDescription\": \"Number of workflow triggers failed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggersSkipped\",\r\n \"displayName\": \"Triggers Skipped\",\r\n \"displayDescription\": \"Number of workflow triggers skipped.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggersFired\",\r\n \"displayName\": \"Triggers Fired \",\r\n \"displayDescription\": \"Number of workflow triggers fired.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TriggerLatency\",\r\n \"displayName\": \"Trigger Latency \",\r\n \"displayDescription\": \"Latency of completed workflow triggers.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"TriggerFireLatency\",\r\n \"displayName\": \"Trigger Fire Latency \",\r\n \"displayDescription\": \"Latency of fired workflow triggers.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"TriggerSuccessLatency\",\r\n \"displayName\": \"Trigger Success Latency \",\r\n \"displayDescription\": \"Latency of succeeded workflow triggers.\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": false\r\n },\r\n {\r\n \"name\": \"TriggerThrottledEvents\",\r\n \"displayName\": \"Trigger Throttled Events\",\r\n \"displayDescription\": \"Number of workflow trigger throttled events.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"BillableActionExecutions\",\r\n \"displayName\": \"Billable Action Executions\",\r\n \"displayDescription\": \"Number of workflow action executions getting billed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"BillableTriggerExecutions\",\r\n \"displayName\": \"Billable Trigger Executions\",\r\n \"displayDescription\": \"Number of workflow trigger executions getting billed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n },\r\n {\r\n \"name\": \"TotalBillableExecutions\",\r\n \"displayName\": \"Total Billable Executions\",\r\n \"displayDescription\": \"Number of workflow executions getting billed.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [],\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ],\r\n \"fillGapWithZero\": true\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Workflow Diagnostic Setting\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get Workflow Diagnostic Setting\",\r\n \"description\": \"Reads the workflow diagnostic settings.\",\r\n \"origin\": \"System\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Set Workflow Diagnostic Setting\",\r\n \"description\": \"Creates or updates the workflow diagnostic setting.\",\r\n \"origin\": \"System\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Workflow Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get Workflow Log Definition\",\r\n \"description\": \"Reads the workflow log definitions.\",\r\n \"origin\": \"System\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"WorkflowRuntime\",\r\n \"displayName\": \"Workflow runtime diagnostic events\",\r\n \"description\": \"Diagnostic events related to workflow runtime executions.\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/versions\",\r\n \"displayName\": \"Workflow Version\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/versions/read\",\r\n \"displayName\": \"Get Workflow Version\",\r\n \"description\": \"Reads the workflow version.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/versions/triggers\",\r\n \"displayName\": \"Trigger\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/versions/triggers/listCallbackUrl/action\",\r\n \"displayName\": \"List Trigger Callback URL\",\r\n \"description\": \"Gets the callback URL for trigger.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/runs\",\r\n \"displayName\": \"Workflow Run\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/runs/read\",\r\n \"displayName\": \"Get Workflow Run\",\r\n \"description\": \"Reads the workflow run.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/runs/cancel/action\",\r\n \"displayName\": \"Cancel Workflow Run\",\r\n \"description\": \"Cancels the run of a workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/runs/actions\",\r\n \"displayName\": \"Workflow Run Action\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/runs/actions/read\",\r\n \"displayName\": \"Get Workflow Run Action\",\r\n \"description\": \"Reads the workflow run action.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/runs/actions/listExpressionTraces/action\",\r\n \"displayName\": \"List Workflow Run Action Expression Traces\",\r\n \"description\": \"Gets the workflow run action expression traces.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/runs/operations\",\r\n \"displayName\": \"Workflow Run Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/runs/operations/read\",\r\n \"displayName\": \"Get Workflow Run Operation Status\",\r\n \"description\": \"Reads the workflow run operation status.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/triggers\",\r\n \"displayName\": \"Trigger\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/triggers/read\",\r\n \"displayName\": \"Get Trigger\",\r\n \"description\": \"Reads the trigger.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/triggers/run/action\",\r\n \"displayName\": \"Trigger Run\",\r\n \"description\": \"Executes the trigger.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/triggers/listCallbackUrl/action\",\r\n \"displayName\": \"List Trigger Callback URL\",\r\n \"description\": \"Gets the callback URL for trigger.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/triggers/histories\",\r\n \"displayName\": \"Trigger Histories\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/triggers/histories/read\",\r\n \"displayName\": \"Get Trigger Histories\",\r\n \"description\": \"Reads the trigger histories.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/triggers/histories/resubmit/action\",\r\n \"displayName\": \"Resubmit trigger\",\r\n \"description\": \"Resubmits the workflow trigger.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"workflows/accessKeys\",\r\n \"displayName\": \"Access Key\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/read\",\r\n \"displayName\": \"Get Access Key\",\r\n \"description\": \"Reads the access key.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/write\",\r\n \"displayName\": \"Set Access Key\",\r\n \"description\": \"Creates or updates the access key.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/delete\",\r\n \"displayName\": \"Delete Access Key\",\r\n \"description\": \"Deletes the access key.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/list/action\",\r\n \"displayName\": \"List Access Key\",\r\n \"description\": \"Lists the access key secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/regenerate/action\",\r\n \"displayName\": \"Regenerate Access Key\",\r\n \"description\": \"Regenerates the access key secrets.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"integrationAccounts/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Integration Account Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get Integration Account Log Definition\",\r\n \"description\": \"Reads the Integration Account log definitions.\",\r\n \"origin\": \"System\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"IntegrationAccountTrackingEvents\",\r\n \"displayName\": \"Integration Account track events\",\r\n \"description\": \"Track events related to Integration Account.\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/workflows\",\r\n \"displayName\": \"Workflow\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Logic/locations/workflows/validate/action\",\r\n \"displayName\": \"Validate Workflow\",\r\n \"description\": \"Validates the workflow.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Logic\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Logic\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft ClassicNetwork\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/register/action\",\r\n \"displayName\": \"Register Classic Network\",\r\n \"description\": \"Register to Classic Network\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"gatewaySupportedDevices\",\r\n \"displayName\": \"Gateway Supported Devices\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/gatewaySupportedDevices/read\",\r\n \"displayName\": \"List Supported Devices\",\r\n \"description\": \"Retrieves the list of supported devices.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"reservedIps\",\r\n \"displayName\": \"Reserved Ip\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"displayName\": \"Get Reserved Ips\",\r\n \"description\": \"Gets the reserved Ips\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/reservedIps/write\",\r\n \"displayName\": \"Add Reserved Ip\",\r\n \"description\": \"Add a new reserved Ip\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/reservedIps/delete\",\r\n \"displayName\": \"Delete Reserved Ip\",\r\n \"description\": \"Delete a reserved Ip.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"displayName\": \"Link Reserved Ips\",\r\n \"description\": \"Link a reserved Ip\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/reservedIps/join/action\",\r\n \"displayName\": \"Join Reserved Ips\",\r\n \"description\": \"Join a reserved Ip\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"reservedIps/operationStatuses\",\r\n \"displayName\": \"Reserved Ips Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/reservedIps/operationStatuses/read\",\r\n \"displayName\": \"Get the Reserved Ips Operation Status\",\r\n \"description\": \"Reads the operation status for the reserved ips.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks\",\r\n \"displayName\": \"Virtual Network\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"displayName\": \"Get Virtual Network\",\r\n \"description\": \"Get the virtual network.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/write\",\r\n \"displayName\": \"Add Virtual Network\",\r\n \"description\": \"Add a new virtual network.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/delete\",\r\n \"displayName\": \"Delete Virtual Network.\",\r\n \"description\": \"Deletes the virtual network.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/peer/action\",\r\n \"displayName\": \"Peer Virtual Network\",\r\n \"description\": \"Peers a virtual network with another virtual network.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"displayName\": \"Join Virtual Network.\",\r\n \"description\": \"Joins the virtual network.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/checkIPAddressAvailability/action\",\r\n \"displayName\": \"Availability of an IP address in a given virtual network.\",\r\n \"description\": \"Checks the availability of a given IP address in a virtual network.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/capabilities\",\r\n \"displayName\": \"Capability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/capabilities/read\",\r\n \"displayName\": \"Get capabilities\",\r\n \"description\": \"Shows the capabilities\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/subnets/associatedNetworkSecurityGroups\",\r\n \"displayName\": \"Subnet Associated Network Security Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/subnets/associatedNetworkSecurityGroups/read\",\r\n \"displayName\": \"Get Subnet Associated Network Security Group\",\r\n \"description\": \"Gets the network security group associated with the subnet.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/subnets/associatedNetworkSecurityGroups/write\",\r\n \"displayName\": \"Add Subnet Associated Network Security Group\",\r\n \"description\": \"Adds a network security group associated with the subnet.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/subnets/associatedNetworkSecurityGroups/delete\",\r\n \"displayName\": \"Delete Subnet Associated Network Security Group\",\r\n \"description\": \"Deletes the network security group associated with the subnet.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/subnets/associatedNetworkSecurityGroups/operationStatuses\",\r\n \"displayName\": \"Virtual Network Subnet Associeted Network Security Group Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/subnets/associatedNetworkSecurityGroups/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Network Subnet Associeted Network Security Group Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual network subnet associeted network security group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/operationStatuses\",\r\n \"displayName\": \"Virtual Networks Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Networks Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual networks.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/gateways\",\r\n \"displayName\": \"Virtual Network Gateway\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/read\",\r\n \"displayName\": \"Get Virtual Network Gateways\",\r\n \"description\": \"Gets the virtual network gateways.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/write\",\r\n \"displayName\": \"Add Virtual Network Gateway\",\r\n \"description\": \"Adds a virtual network gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/delete\",\r\n \"displayName\": \"Delete Virtual Network Gateway\",\r\n \"description\": \"Deletes the virtual network gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/startDiagnostics/action\",\r\n \"displayName\": \"Start Virtual Network Gateway Diagnostic\",\r\n \"description\": \"Starts diagnositic for the virtual network gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/stopDiagnostics/action\",\r\n \"displayName\": \"Stop Virtual Network Gateway Diagnostic\",\r\n \"description\": \"Stops the diagnositic for the virtual network gateway.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/downloadDiagnostics/action\",\r\n \"displayName\": \"Download Gateway Diagnostics\",\r\n \"description\": \"Downloads the gateway diagnostics.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/listCircuitServiceKey/action\",\r\n \"displayName\": \"Get Circuit Service Key\",\r\n \"description\": \"Retrieves the circuit service key.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/downloadDeviceConfigurationScript/action\",\r\n \"displayName\": \"Download Configuration Script\",\r\n \"description\": \"Downloads the device configuration script.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/listPackage/action\",\r\n \"displayName\": \"Get Virtual Network Gateway Package List\",\r\n \"description\": \"Lists the virtual network gateway package.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/gateways/operationStatuses\",\r\n \"displayName\": \"Virtual Networks Gateways Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/operationStatuses/read\",\r\n \"displayName\": \"Get the Virtual Networks Gateways Operation Status\",\r\n \"description\": \"Reads the operation status for the virtual networks gateways.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/gateways/packages\",\r\n \"displayName\": \"Virtual Network Gateway Package\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/packages/read\",\r\n \"displayName\": \"Get Virtual Network Gateway Package\",\r\n \"description\": \"Gets the virtual network gateway package.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/gateways/connections\",\r\n \"displayName\": \"Gateway Connection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/connections/read\",\r\n \"displayName\": \"Get Conection List\",\r\n \"description\": \"Retrieves the list of connections.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/connections/connect/action\",\r\n \"displayName\": \"Connect Gateway Connection\",\r\n \"description\": \"Connects a site to site gateway connection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/connections/disconnect/action\",\r\n \"displayName\": \"Disconnect Gateway Connection\",\r\n \"description\": \"Disconnects a site to site gateway connection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/connections/test/action\",\r\n \"displayName\": \"Test Gateway Connection\",\r\n \"description\": \"Tests a site to site gateway connection.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/gateways/clientRevokedCertificates\",\r\n \"displayName\": \"Geteway Client Revoked Certificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRevokedCertificates/read\",\r\n \"displayName\": \"Get Revoked Certificates.\",\r\n \"description\": \"Read the revoked client certificates.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRevokedCertificates/write\",\r\n \"displayName\": \"Revoke Client Certificate\",\r\n \"description\": \"Revokes a client certificate.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRevokedCertificates/delete\",\r\n \"displayName\": \"Unrevoke Client Certificate.\",\r\n \"description\": \"Unrevokes a client certificate.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"virtualNetworks/gateways/clientRootCertificates\",\r\n \"displayName\": \"Geteway Client Certificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRootCertificates/read\",\r\n \"displayName\": \"Get Client Root Certificates.\",\r\n \"description\": \"Find the client root certificates.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRootCertificates/write\",\r\n \"displayName\": \"Upload Client Root Certificate\",\r\n \"description\": \"Uploads a new client root certificate.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRootCertificates/delete\",\r\n \"displayName\": \"Delete Client Root Certificate.\",\r\n \"description\": \"Deletes the virtual network gateway client certificate.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRootCertificates/download/action\",\r\n \"displayName\": \"Downloads Certificate\",\r\n \"description\": \"Downloads certificate by thumbprint.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/virtualNetworks/gateways/clientRootCertificates/listPackage/action\",\r\n \"displayName\": \"Virtual Network Gateway Certificate Package List\",\r\n \"description\": \"Lists the virtual network gateway certificate package.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups\",\r\n \"displayName\": \"Network Security Group\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/read\",\r\n \"displayName\": \"Get Network Security Group\",\r\n \"description\": \"Gets the network security group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/write\",\r\n \"displayName\": \"Add Network Security Group\",\r\n \"description\": \"Adds a new network security group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/delete\",\r\n \"displayName\": \"Delete Network Security Group\",\r\n \"description\": \"Deletes the network security group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups/operationStatuses\",\r\n \"displayName\": \"Network Security Group Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/operationStatuses/read\",\r\n \"displayName\": \"Get the Network Security Group Operation Status\",\r\n \"description\": \"Reads the operation status for the network security group.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups/securityRules\",\r\n \"displayName\": \"Security Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/securityRules/read\",\r\n \"displayName\": \"Get Security Rule\",\r\n \"description\": \"Gets the security rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/securityRules/write\",\r\n \"displayName\": \"Add Security Rule\",\r\n \"description\": \"Adds or update a security rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/securityRules/delete\",\r\n \"displayName\": \"Delete Security Rule\",\r\n \"description\": \"Deletes the security rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"networkSecurityGroups/securityRules/operationStatuses\",\r\n \"displayName\": \"Network Security Group Security Rules Operation Status\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/networkSecurityGroups/securityRules/operationStatuses/read\",\r\n \"displayName\": \"Get the Network Security Group Security Rules Operation Status\",\r\n \"description\": \"Reads the operation status for the network security group security rules.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"quotas\",\r\n \"displayName\": \"Quota\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ClassicNetwork/quotas/read\",\r\n \"displayName\": \"Get Subscription Quota\",\r\n \"description\": \"Get the quota for the subscription.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ClassicNetwork\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ClassicNetwork\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft DataLakeStore\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"Account\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/read\",\r\n \"displayName\": \"Get DataLakeStore Account\",\r\n \"description\": \"Get information about an existed DataLakeStore account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/write\",\r\n \"displayName\": \"Add DataLakeStore Account\",\r\n \"description\": \"Create a new DataLakeStore account, or Update an existed DataLakeStore account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/delete\",\r\n \"displayName\": \"Delete DataLakeStore Account\",\r\n \"description\": \"Delete an existed DataLakeStore account.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"Metric Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"displayName\": \"Get DataLakeStore Account metric definitions\",\r\n \"description\": \"Get the available metrics for the DataLakeStore account.\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": []\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/diagnosticSettings\",\r\n \"displayName\": \"Diagnostic Setting\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"displayName\": \"Get DataLakeStore Account diagnostic settings\",\r\n \"description\": \"Get the diagnostic settings for the DataLakeStore account.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"displayName\": \"Create or update DataLakeStore Account diagnostic settings\",\r\n \"description\": \"Create or update the diagnostic settings for the DataLakeStore account.\",\r\n \"origin\": \"system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/providers/Microsoft.Insights/logDefinitions\",\r\n \"displayName\": \"Log Definition\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/providers/Microsoft.Insights/logDefinitions/read\",\r\n \"displayName\": \"Get DataLakeStore Account log definitions\",\r\n \"description\": \"Get the available logs for the DataLakeStore account.\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": [\r\n {\r\n \"name\": \"Audit\",\r\n \"displayName\": \"Audit Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n },\r\n {\r\n \"name\": \"Requests\",\r\n \"displayName\": \"Request Logs\",\r\n \"blobDuration\": \"PT1H\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/firewallRules\",\r\n \"displayName\": \"Firewall Rule\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules/read\",\r\n \"displayName\": \"Get Firewall Rule\",\r\n \"description\": \"Get information about a firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules/write\",\r\n \"displayName\": \"Add Firewall Rule\",\r\n \"description\": \"Create or update a firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules/delete\",\r\n \"displayName\": \"Delete Firewall Rule\",\r\n \"description\": \"Delete a firewall rule.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"accounts/trustedIdProviders\",\r\n \"displayName\": \"Trusted IdProvider\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders/read\",\r\n \"displayName\": \"Get Trusted Identity Provider\",\r\n \"description\": \"Get information about a trusted identity provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders/write\",\r\n \"displayName\": \"Add Trusted Identity Provider\",\r\n \"description\": \"Create or update a trusted identity provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders/delete\",\r\n \"displayName\": \"Delete Trusted Identity Provider\",\r\n \"description\": \"Delete a trusted identity provider.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DataLakeStore\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DataLakeStore\"\r\n },\r\n {\r\n \"displayName\": \"Marketplace Resource Provider\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"Marketplace Resource Type\",\r\n \"operations\": [\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/accounts/Read\",\r\n \"displayName\": \"Read\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/accounts/Write\",\r\n \"displayName\": \"Write\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/accounts/Delete\",\r\n \"displayName\": \"Delete\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/accounts/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Key\",\r\n \"description\": \"Regenerates the Key\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/accounts/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"List the Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"Read Single Sign On Authorization Token\",\r\n \"description\": \"Read Single Sign On Authorization Token For The Resource\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Resource type display name.\",\r\n \"operations\": [\r\n {\r\n \"name\": \"TrendMicro.DeepSecurity/Operations/read\",\r\n \"displayName\": \"Operation display name.\",\r\n \"description\": \"Description of the operation.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/TrendMicro.DeepSecurity\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"TrendMicro.DeepSecurity\"\r\n },\r\n {\r\n \"displayName\": \"Dynatrace Ruxit\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Dynatrace.Ruxit/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication\",\r\n \"description\": \"Regenerate the Key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.Ruxit/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication\",\r\n \"description\": \"Regenerate the Key\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"accounts\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Dynatrace.Ruxit/accounts/read\",\r\n \"displayName\": \"Get Resource\",\r\n \"description\": \"Read Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.Ruxit/accounts/write\",\r\n \"displayName\": \"Create/Update Resource\",\r\n \"description\": \"Write Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.Ruxit/accounts/delete\",\r\n \"displayName\": \"Delete Resource\",\r\n \"description\": \"Delete Operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.Ruxit/accounts/listSecrets/action\",\r\n \"displayName\": \"Get Secrets\",\r\n \"description\": \"Lists the secrets\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.Ruxit/accounts/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read Single Sign On Tokens\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Dynatrace.Ruxit/accounts/regenerateKeys/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any Keys\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"accounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Dynatrace.Ruxit/operations/read\",\r\n \"displayName\": \"List Operations\",\r\n \"description\": \"read operation\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Dynatrace.Ruxit\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Dynatrace.Ruxit\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Billing\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"billingPeriods\",\r\n \"displayName\": \"BillingPeriods\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Billing/billingPeriods/read\",\r\n \"displayName\": \"List BillingPeriods\",\r\n \"description\": \"Lists available billing periods\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"invoices\",\r\n \"displayName\": \"Invoices\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Billing/invoices/read\",\r\n \"displayName\": \"List Invoices\",\r\n \"description\": \"Lists available invoices\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Billing\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Billing\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft Marketplace Ordering\",\r\n \"operations\": [],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"agreements/offers/plans\",\r\n \"displayName\": \"Agreement\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.MarketplaceOrdering/agreements/offers/plans/read\",\r\n \"displayName\": \"Get Agreement\",\r\n \"description\": \"Return an agreement for a given marketplace item\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.MarketplaceOrdering/agreements/offers/plans/sign/action\",\r\n \"displayName\": \"Sign Agreement\",\r\n \"description\": \"Sign an agreement for a given marketplace item\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.MarketplaceOrdering/agreements/offers/plans/cancel/action\",\r\n \"displayName\": \"Cancel Agreement\",\r\n \"description\": \"Cancel an agreement for a given marketplace item\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.MarketplaceOrdering\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.MarketplaceOrdering\"\r\n },\r\n {\r\n \"displayName\": \"Paraleap Technologies CloudMonix\",\r\n \"operations\": [\r\n {\r\n \"name\": \"paraleap.cloudmonix/updateCommunicationPreference/action\",\r\n \"displayName\": \"Update Communication Preference\",\r\n \"description\": \"Updates Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"paraleap.cloudmonix/listCommunicationPreference/action\",\r\n \"displayName\": \"List Communication Preference\",\r\n \"description\": \"Read any Communication Preferences\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"Operations\",\r\n \"displayName\": \"Operation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"paraleap.cloudmonix/Operations/read\",\r\n \"displayName\": \"Read Operation\",\r\n \"description\": \"Read any Operations\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"resources\",\r\n \"operations\": [\r\n {\r\n \"name\": \"paraleap.cloudmonix/services/Read\",\r\n \"displayName\": \"Read resources\",\r\n \"description\": \"Read any resources\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"paraleap.cloudmonix/services/Write\",\r\n \"displayName\": \"Create or Update resources\",\r\n \"description\": \"Create or Update any resources\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"paraleap.cloudmonix/services/Delete\",\r\n \"displayName\": \"Delete resources\",\r\n \"description\": \"Deletes any resources\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"paraleap.cloudmonix/services/regenerateKey/action\",\r\n \"displayName\": \"Regenerate Keys\",\r\n \"description\": \"Regenerate any resources Keys\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"paraleap.cloudmonix/services/listSecrets/action\",\r\n \"displayName\": \"List Secrets\",\r\n \"description\": \"Read any resources Secrets\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"paraleap.cloudmonix/services/listSingleSignOnToken/action\",\r\n \"displayName\": \"List Single Sign On Tokens\",\r\n \"description\": \"Read any resources Single Sign On Tokens\",\r\n \"origin\": \"user\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/paraleap.cloudmonix\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"paraleap.cloudmonix\"\r\n },\r\n {\r\n \"displayName\": \"Microsoft ADHybridHealthService\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/configuration/action\",\r\n \"displayName\": \"Updates Tenant Configuration\",\r\n \"description\": \"Updates Tenant Configuration.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/action\",\r\n \"displayName\": \"Updates a service\",\r\n \"description\": \"Updates a service instance in the tenant.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"configuration\",\r\n \"displayName\": \"Tenant Configuration\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/configuration/write\",\r\n \"displayName\": \"Creates a new Tenant\",\r\n \"description\": \"Creates a Tenant Configuration.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"displayName\": \"Reads Tenant Configuration\",\r\n \"description\": \"Reads the Tenant Configuration.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services\",\r\n \"displayName\": \"Service\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/write\",\r\n \"displayName\": \"Creates a service\",\r\n \"description\": \"Creates a service instance in the tenant.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/read\",\r\n \"displayName\": \"Reads services\",\r\n \"description\": \"Reads the service instances in the tenant.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/delete\",\r\n \"displayName\": \"Deletes service\",\r\n \"description\": \"Deletes a service instance in the tenant.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/servicemembers/action\",\r\n \"displayName\": \"Creates a service member\",\r\n \"description\": \"Creates a service member instance in the service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services/servicemembers\",\r\n \"displayName\": \"Service Member\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"displayName\": \"Reads a service member\",\r\n \"description\": \"Reads the service member instance in the service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/servicemembers/delete\",\r\n \"displayName\": \"Deletes service member\",\r\n \"description\": \"Deletes a service member instance in the service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services/servicemembers/alerts\",\r\n \"displayName\": \"Alert\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"displayName\": \"Reads the service member alerts\",\r\n \"description\": \"Reads the alerts for a service member.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"services/alerts\",\r\n \"displayName\": \"Alert\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"displayName\": \"Reads the service alerts\",\r\n \"description\": \"Reads the alerts for a service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"displayName\": \"Reads the service alerts\",\r\n \"description\": \"Reads the alerts for a service.\",\r\n \"origin\": null,\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ADHybridHealthService\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ADHybridHealthService\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Migrate\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Migrate\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/NewRelic.APM\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"NewRelic.APM\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.AzureStack\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.AzureStack\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Sendgrid.Email\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Sendgrid.Email\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.RemoteApp\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.RemoteApp\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Kailani\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Kailani\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DataMigration\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DataMigration\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/RedisLabs.Redis\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"RedisLabs.Redis\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ServiceFabric\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ServiceFabric\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Mindaro\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Mindaro\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ProjectOxford\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ProjectOxford\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/microsoft.cloudes\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"microsoft.cloudes\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Gallery\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Gallery\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.ClassicInfrastructureMigrate\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.ClassicInfrastructureMigrate\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.Archive\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.Archive\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/microsoft.visualstudio\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"microsoft.visualstudio\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.DataConnect\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.DataConnect\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.AzureActiveDirectory\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.AzureActiveDirectory\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/RedisLabs.Memcached\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"RedisLabs.Memcached\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.InformationProtection\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.InformationProtection\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/SuccessBricks.ClearDB\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"SuccessBricks.ClearDB\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.CortanaAnalytics\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.CortanaAnalytics\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.PowerBI\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.PowerBI\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.BizTalkServices\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.BizTalkServices\"\r\n },\r\n {\r\n \"displayName\": null,\r\n \"operations\": [],\r\n \"resourceTypes\": [],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/Microsoft.TimeSeriesInsights\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"Microsoft.TimeSeriesInsights\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 25 May 2017 07:15:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Set-Cookie": [ + "x-ms-gateway-slice=productionb; path=/" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c9efbb39-de7a-405f-88ef-09daa632841b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-tenant-reads": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "28d59241-3536-4624-9254-0907aaf2c021" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20170525T071533Z:28d59241-3536-4624-9254-0907aaf2c021" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/providers/Microsoft.Authorization/providerOperations/Microsoft.Web?api-version=2015-07-01&$expand=resourceTypes", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wcm92aWRlck9wZXJhdGlvbnMvTWljcm9zb2Z0LldlYj9hcGktdmVyc2lvbj0yMDE1LTA3LTAxJiRleHBhbmQ9cmVzb3VyY2VUeXBlcw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "344d03c9-6a83-4404-af11-3a97aa5e25d3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" + ] + }, + "ResponseBody": "{\r\n \"displayName\": \"Microsoft Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/unregister/action\",\r\n \"displayName\": \"Unregister Microsoft.Web resource provider\",\r\n \"description\": \"Unregister Microsoft.Web resource provider for the subscription.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/validate/action\",\r\n \"displayName\": \"Validate \",\r\n \"description\": \"Validate .\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/register/action\",\r\n \"displayName\": \"Register Microsoft.Web resource provider\",\r\n \"description\": \"Register Microsoft.Web resource provider for the subscription.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"name\": \"hostingEnvironments\",\r\n \"displayName\": \"App Service Environment\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/Read\",\r\n \"displayName\": \"Get App Service Environment\",\r\n \"description\": \"Get the properties of an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/Write\",\r\n \"displayName\": \"Create or Update App Service Environment\",\r\n \"description\": \"Create a new App Service Environment or update existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/Delete\",\r\n \"displayName\": \"Delete App Service Environment\",\r\n \"description\": \"Delete an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/reboot/Action\",\r\n \"displayName\": \"Reboot an App Service Environment\",\r\n \"description\": \"Reboot all machines in an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/resume/action\",\r\n \"displayName\": \"Resume Hosting Environments\",\r\n \"description\": \"Resume Hosting Environments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/suspend/action\",\r\n \"displayName\": \"Suspend Hosting Environments\",\r\n \"description\": \"Suspend Hosting Environments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/metricdefinitions\",\r\n \"displayName\": \"Hosting Environments Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/metricdefinitions/read\",\r\n \"displayName\": \"Get Hosting Environments Metric Definitions\",\r\n \"description\": \"Get Hosting Environments Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingEnvironments/workerPools\",\r\n \"displayName\": \"App Service Environment Worker Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/workerPools/Read\",\r\n \"displayName\": \"Get Worker Pool\",\r\n \"description\": \"Get the properties of a Worker Pool in an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/workerPools/Write\",\r\n \"displayName\": \"Create or Update Worker Pool\",\r\n \"description\": \"Create a new Worker Pool in an App Service Environment or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/metricdefinitions\",\r\n \"displayName\": \"Hosting Environments Workerpools Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/metricdefinitions/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools Metric Definitions\",\r\n \"description\": \"Get Hosting Environments Workerpools Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/metrics\",\r\n \"displayName\": \"Hosting Environments Workerpools Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/metrics/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools Metrics\",\r\n \"description\": \"Get Hosting Environments Workerpools Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/skus\",\r\n \"displayName\": \"Hosting Environments Workerpools SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/skus/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools SKUs\",\r\n \"description\": \"Get Hosting Environments Workerpools SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/workerpools/usages\",\r\n \"displayName\": \"Hosting Environments Workerpools Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/workerpools/usages/read\",\r\n \"displayName\": \"Get Hosting Environments Workerpools Usages\",\r\n \"description\": \"Get Hosting Environments Workerpools Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/sites\",\r\n \"displayName\": \"Hosting Environments Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/sites/read\",\r\n \"displayName\": \"Get Hosting Environments Web Apps\",\r\n \"description\": \"Get Hosting Environments Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/serverfarms\",\r\n \"displayName\": \"Hosting Environments App Service Plans\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/serverfarms/read\",\r\n \"displayName\": \"Get Hosting Environments App Service Plans\",\r\n \"description\": \"Get Hosting Environments App Service Plans.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/usages\",\r\n \"displayName\": \"Hosting Environments Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/usages/read\",\r\n \"displayName\": \"Get Hosting Environments Usages\",\r\n \"description\": \"Get Hosting Environments Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/capacities\",\r\n \"displayName\": \"Hosting Environments Capacities\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/capacities/read\",\r\n \"displayName\": \"Get Hosting Environments Capacities\",\r\n \"description\": \"Get Hosting Environments Capacities.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/operations\",\r\n \"displayName\": \"Hosting Environments Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/operations/read\",\r\n \"displayName\": \"Get Hosting Environments Operations\",\r\n \"description\": \"Get Hosting Environments Operations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingEnvironments/multiRolePools\",\r\n \"displayName\": \"App Service Environment FrontEnd Pool\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/multiRolePools/Read\",\r\n \"displayName\": \"Get FrontEnd Pool\",\r\n \"description\": \"Get the properties of a FrontEnd Pool in an App Service Environment\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/hostingEnvironments/multiRolePools/Write\",\r\n \"displayName\": \"Create or Update FrontEnd Pool\",\r\n \"description\": \"Create a new FrontEnd Pool in an App Service Environment or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/metricdefinitions\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/metricdefinitions/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools Metric Definitions\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/metrics\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/metrics/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools Metrics\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/skus\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/skus/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools SKUs\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/multirolepools/usages\",\r\n \"displayName\": \"Hosting Environments MultiRole Pools Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/multirolepools/usages/read\",\r\n \"displayName\": \"Get Hosting Environments MultiRole Pools Usages\",\r\n \"description\": \"Get Hosting Environments MultiRole Pools Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"hostingenvironments/diagnostics\",\r\n \"displayName\": \"Hosting Environments Diagnostics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/hostingenvironments/diagnostics/read\",\r\n \"displayName\": \"Get Hosting Environments Diagnostics\",\r\n \"description\": \"Get Hosting Environments Diagnostics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"publishingusers\",\r\n \"displayName\": \"Publishing Users\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/publishingusers/read\",\r\n \"displayName\": \"Get Publishing Users\",\r\n \"description\": \"Get Publishing Users.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/publishingusers/write\",\r\n \"displayName\": \"Update Publishing Users\",\r\n \"description\": \"Update Publishing Users.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"checknameavailability\",\r\n \"displayName\": \"Check Name Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/checknameavailability/read\",\r\n \"displayName\": \"Get Check Name Availability\",\r\n \"description\": \"Check if resource name is available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"geoRegions\",\r\n \"displayName\": \"Geo Region\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/geoRegions/Read\",\r\n \"displayName\": \"Get Geo Regions\",\r\n \"description\": \"Get the list of Geo regions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites\",\r\n \"displayName\": \"Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/Read\",\r\n \"displayName\": \"Get Web App\",\r\n \"description\": \"Get the properties of a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/Write\",\r\n \"displayName\": \"Create or Update Web App\",\r\n \"description\": \"Create a new Web App or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/Delete\",\r\n \"displayName\": \"Delete Web App\",\r\n \"description\": \"Delete an existing Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/backup/Action\",\r\n \"displayName\": \"Create Web App Backup\",\r\n \"description\": \"Create a new web app backup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/publishxml/Action\",\r\n \"displayName\": \"Get Web App Publishing Profile\",\r\n \"description\": \"Get publishing profile xml for a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/publish/Action\",\r\n \"displayName\": \"Publish Web App\",\r\n \"description\": \"Publish a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/restart/Action\",\r\n \"displayName\": \"Restart Web App\",\r\n \"description\": \"Restart a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/start/Action\",\r\n \"displayName\": \"Start Web App\",\r\n \"description\": \"Start a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/stop/Action\",\r\n \"displayName\": \"Stop Web App\",\r\n \"description\": \"Stop a Web App\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slotsswap/Action\",\r\n \"displayName\": \"Swap Web App Slots\",\r\n \"description\": \"Swap Web App deployment slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slotsdiffs/Action\",\r\n \"displayName\": \"Get Web App Slots Differences\",\r\n \"description\": \"Get differences in configuration between web app and slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/applySlotConfig/Action\",\r\n \"displayName\": \"Apply Web App Configuration\",\r\n \"description\": \"Apply web app slot configuration from target slot to the current web app\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/resetSlotConfig/Action\",\r\n \"displayName\": \"Reset Web App Configuration\",\r\n \"description\": \"Reset web app configuration\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/action\",\r\n \"displayName\": \"Functions Web Apps\",\r\n \"description\": \"Functions Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/listsyncfunctiontriggerstatus/action\",\r\n \"displayName\": \"List Sync Function Trigger Status Web Apps\",\r\n \"description\": \"List Sync Function Trigger Status Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/networktrace/action\",\r\n \"displayName\": \"Network Trace Web Apps\",\r\n \"description\": \"Network Trace Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/newpassword/action\",\r\n \"displayName\": \"Newpassword Web Apps\",\r\n \"description\": \"Newpassword Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/sync/action\",\r\n \"displayName\": \"Sync Web Apps\",\r\n \"description\": \"Sync Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/migratemysql/action\",\r\n \"displayName\": \"Migrate MySql Web Apps\",\r\n \"description\": \"Migrate MySql Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/recover/action\",\r\n \"displayName\": \"Recover Web Apps\",\r\n \"description\": \"Recover Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/syncfunctiontriggers/action\",\r\n \"displayName\": \"Sync Function Triggers for Web Apps\",\r\n \"description\": \"Sync Function Triggers for Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/operationresults\",\r\n \"displayName\": \"Web Apps Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/operationresults/read\",\r\n \"displayName\": \"Get Web Apps Operation Results\",\r\n \"description\": \"Get Web Apps Operation Results.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/webjobs\",\r\n \"displayName\": \"Web Apps WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/webjobs/read\",\r\n \"displayName\": \"Get Web Apps WebJobs\",\r\n \"description\": \"Get Web Apps WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/providers/Microsoft.Insights/metricDefinitions/Read\",\r\n \"displayName\": \"Read Web App metric definitions\",\r\n \"description\": \"Gets the available metrics for Web App\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CpuTime\",\r\n \"displayName\": \"CPU Time\",\r\n \"displayDescription\": \"CPU Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Requests\",\r\n \"displayName\": \"Requests\",\r\n \"displayDescription\": \"Requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesReceived\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Data In\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesSent\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Data Out\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http101\",\r\n \"displayName\": \"Http 101\",\r\n \"displayDescription\": \"Http 101\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http2xx\",\r\n \"displayName\": \"Http 2xx\",\r\n \"displayDescription\": \"Http 2xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http3xx\",\r\n \"displayName\": \"Http 3xx\",\r\n \"displayDescription\": \"Http 3xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http401\",\r\n \"displayName\": \"Http 401\",\r\n \"displayDescription\": \"Http 401\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http403\",\r\n \"displayName\": \"Http 403\",\r\n \"displayDescription\": \"Http 403\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http404\",\r\n \"displayName\": \"Http 404\",\r\n \"displayDescription\": \"Http 404\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http406\",\r\n \"displayName\": \"Http 406\",\r\n \"displayDescription\": \"Http 406\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http4xx\",\r\n \"displayName\": \"Http 4xx\",\r\n \"displayDescription\": \"Http 4xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http5xx\",\r\n \"displayName\": \"Http Server Errors\",\r\n \"displayDescription\": \"Http Server Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MemoryWorkingSet\",\r\n \"displayName\": \"Memory working set\",\r\n \"displayDescription\": \"Memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageMemoryWorkingSet\",\r\n \"displayName\": \"Average memory working set\",\r\n \"displayDescription\": \"Average memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageResponseTime\",\r\n \"displayName\": \"Average Response Time\",\r\n \"displayDescription\": \"Average Response Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionUnits\",\r\n \"displayName\": \"Function Execution Units\",\r\n \"displayDescription\": \"Function Execution Units\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionCount\",\r\n \"displayName\": \"Function Execution Count\",\r\n \"displayDescription\": \"Function Execution Count\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/backup\",\r\n \"displayName\": \"Web Apps Backup\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/backup/read\",\r\n \"displayName\": \"Get Web Apps Backup\",\r\n \"description\": \"Get Web Apps Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backup/write\",\r\n \"displayName\": \"Update Web Apps Backup\",\r\n \"description\": \"Update Web Apps Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/metricdefinitions\",\r\n \"displayName\": \"Web Apps Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/metricdefinitions/read\",\r\n \"displayName\": \"Get Web Apps Metric Definitions\",\r\n \"description\": \"Get Web Apps Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/metrics\",\r\n \"displayName\": \"Web Apps Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/metrics/read\",\r\n \"displayName\": \"Get Web Apps Metrics\",\r\n \"description\": \"Get Web Apps Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/continuouswebjobs\",\r\n \"displayName\": \"Web Apps Continuous Web Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Continuous Web Jobs\",\r\n \"description\": \"Delete Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/read\",\r\n \"displayName\": \"Get Web Apps Continuous Web Jobs\",\r\n \"description\": \"Get Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/start/action\",\r\n \"displayName\": \"Start Web Apps Continuous Web Jobs\",\r\n \"description\": \"Start Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/continuouswebjobs/stop/action\",\r\n \"displayName\": \"Stop Web Apps Continuous Web Jobs\",\r\n \"description\": \"Stop Web Apps Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/domainownershipidentifiers\",\r\n \"displayName\": \"Web Apps Domain Ownership Identifiers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/domainownershipidentifiers/read\",\r\n \"displayName\": \"Get Web Apps Domain Ownership Identifiers\",\r\n \"description\": \"Get Web Apps Domain Ownership Identifiers.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/domainownershipidentifiers/write\",\r\n \"displayName\": \"Update Web Apps Domain Ownership Identifiers\",\r\n \"description\": \"Update Web Apps Domain Ownership Identifiers.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/premieraddons\",\r\n \"displayName\": \"Web Apps Premier Addons\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/premieraddons/delete\",\r\n \"displayName\": \"Delete Web Apps Premier Addons\",\r\n \"description\": \"Delete Web Apps Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/premieraddons/read\",\r\n \"displayName\": \"Get Web Apps Premier Addons\",\r\n \"description\": \"Get Web Apps Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/premieraddons/write\",\r\n \"displayName\": \"Update Web Apps Premier Addons\",\r\n \"description\": \"Update Web Apps Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/triggeredwebjobs\",\r\n \"displayName\": \"Web Apps Triggered WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Triggered WebJobs\",\r\n \"description\": \"Delete Web Apps Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/read\",\r\n \"displayName\": \"Get Web Apps Triggered WebJobs\",\r\n \"description\": \"Get Web Apps Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/run/action\",\r\n \"displayName\": \"Run Web Apps Triggered WebJobs\",\r\n \"description\": \"Run Web Apps Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/triggeredwebjobs/history\",\r\n \"displayName\": \"Web Apps Triggered WebJobs History\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/triggeredwebjobs/history/read\",\r\n \"displayName\": \"Get Web Apps Triggered WebJobs History\",\r\n \"description\": \"Get Web Apps Triggered WebJobs History.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hostnamebindings\",\r\n \"displayName\": \"Web Apps Hostname Bindings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hostnamebindings/delete\",\r\n \"displayName\": \"Delete Web Apps Hostname Bindings\",\r\n \"description\": \"Delete Web Apps Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hostnamebindings/read\",\r\n \"displayName\": \"Get Web Apps Hostname Bindings\",\r\n \"description\": \"Get Web Apps Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hostnamebindings/write\",\r\n \"displayName\": \"Update Web Apps Hostname Bindings\",\r\n \"description\": \"Update Web Apps Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/virtualnetworkconnections\",\r\n \"displayName\": \"Web Apps Virtual Network Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/delete\",\r\n \"displayName\": \"Delete Web Apps Virtual Network Connections\",\r\n \"description\": \"Delete Web Apps Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/read\",\r\n \"displayName\": \"Get Web Apps Virtual Network Connections\",\r\n \"description\": \"Get Web Apps Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/write\",\r\n \"displayName\": \"Update Web Apps Virtual Network Connections\",\r\n \"description\": \"Update Web Apps Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/virtualnetworkconnections/gateways\",\r\n \"displayName\": \"Web Apps Virtual Network Connections Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/gateways/read\",\r\n \"displayName\": \"Get Web Apps Virtual Network Connections Gateways\",\r\n \"description\": \"Get Web Apps Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/virtualnetworkconnections/gateways/write\",\r\n \"displayName\": \"Update Web Apps Virtual Network Connections Gateways\",\r\n \"description\": \"Update Web Apps Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/migratemysql\",\r\n \"displayName\": \"Web Apps Migrate MySql\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/migratemysql/read\",\r\n \"displayName\": \"Get Web Apps Migrate MySql\",\r\n \"description\": \"Get Web Apps Migrate MySql.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/publishxml\",\r\n \"displayName\": \"Web Apps Publishing XML\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/publishxml/read\",\r\n \"displayName\": \"Get Web Apps Publishing XML\",\r\n \"description\": \"Get Web Apps Publishing XML.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hybridconnectionrelays\",\r\n \"displayName\": \"Web Apps Hybrid Connection Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionrelays/read\",\r\n \"displayName\": \"Get Web Apps Hybrid Connection Relays\",\r\n \"description\": \"Get Web Apps Hybrid Connection Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/perfcounters\",\r\n \"displayName\": \"Web Apps Performance Counters\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/perfcounters/read\",\r\n \"displayName\": \"Get Web Apps Performance Counters\",\r\n \"description\": \"Get Web Apps Performance Counters.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/usages\",\r\n \"displayName\": \"Web Apps Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/usages/read\",\r\n \"displayName\": \"Get Web Apps Usages\",\r\n \"description\": \"Get Web Apps Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots\",\r\n \"displayName\": \"Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/Write\",\r\n \"displayName\": \"Create or Update Web App Slot\",\r\n \"description\": \"Create a new Web App Slot or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/Delete\",\r\n \"displayName\": \"Delete Web App Slot\",\r\n \"description\": \"Delete an existing Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/backup/Action\",\r\n \"displayName\": \"Create Web App Slot Backup\",\r\n \"description\": \"Create new Web App Slot backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/publishxml/Action\",\r\n \"displayName\": \"Get Web App Slot Publishing Profile\",\r\n \"description\": \"Get publishing profile xml for Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/publish/Action\",\r\n \"displayName\": \"Publish Web App Slot\",\r\n \"description\": \"Publish a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/restart/Action\",\r\n \"displayName\": \"Restart Web App Slot\",\r\n \"description\": \"Restart a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/start/Action\",\r\n \"displayName\": \"Start Web App Slot\",\r\n \"description\": \"Start a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/stop/Action\",\r\n \"displayName\": \"Stop Web App Slot\",\r\n \"description\": \"Stop a Web App Slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/slotsswap/Action\",\r\n \"displayName\": \"Swap Web App Slots\",\r\n \"description\": \"Swap Web App deployment slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/slotsdiffs/Action\",\r\n \"displayName\": \"Get Web App Slots Differences\",\r\n \"description\": \"Get differences in configuration between web app and slots\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/applySlotConfig/Action\",\r\n \"displayName\": \"Apply Web App Slot Configuration\",\r\n \"description\": \"Apply web app slot configuration from target slot to the current slot.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/resetSlotConfig/Action\",\r\n \"displayName\": \"Reset Web App Slot Configuration\",\r\n \"description\": \"Reset web app slot configuration\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/Read\",\r\n \"displayName\": \"Get Web App Deployment Slot\",\r\n \"description\": \"Get the properties of a Web App deployment slot\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/newpassword/action\",\r\n \"displayName\": \"Newpassword Web Apps Slots\",\r\n \"description\": \"Newpassword Web Apps Slots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/sync/action\",\r\n \"displayName\": \"Sync Web Apps Slots\",\r\n \"description\": \"Sync Web Apps Slots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/operationresults\",\r\n \"displayName\": \"Web Apps Slots Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/operationresults/read\",\r\n \"displayName\": \"Get Web Apps Slots Operation Results\",\r\n \"description\": \"Get Web Apps Slots Operation Results.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/webjobs\",\r\n \"displayName\": \"Web Apps Slots WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/webjobs/read\",\r\n \"displayName\": \"Get Web Apps Slots WebJobs\",\r\n \"description\": \"Get Web Apps Slots WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/providers/Microsoft.Insights/metricDefinitions/Read\",\r\n \"displayName\": \"Read Web App Slot metric definitions\",\r\n \"description\": \"Gets the available metrics for Web App Slot\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CpuTime\",\r\n \"displayName\": \"CPU Time\",\r\n \"displayDescription\": \"CPU Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Requests\",\r\n \"displayName\": \"Requests\",\r\n \"displayDescription\": \"Requests\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesReceived\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Data In\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesSent\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Data Out\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http101\",\r\n \"displayName\": \"Http 101\",\r\n \"displayDescription\": \"Http 101\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http2xx\",\r\n \"displayName\": \"Http 2xx\",\r\n \"displayDescription\": \"Http 2xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http3xx\",\r\n \"displayName\": \"Http 3xx\",\r\n \"displayDescription\": \"Http 3xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http401\",\r\n \"displayName\": \"Http 401\",\r\n \"displayDescription\": \"Http 401\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http403\",\r\n \"displayName\": \"Http 403\",\r\n \"displayDescription\": \"Http 403\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http404\",\r\n \"displayName\": \"Http 404\",\r\n \"displayDescription\": \"Http 404\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http406\",\r\n \"displayName\": \"Http 406\",\r\n \"displayDescription\": \"Http 406\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http4xx\",\r\n \"displayName\": \"Http 4xx\",\r\n \"displayDescription\": \"Http 4xx\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Http5xx\",\r\n \"displayName\": \"Http Server Errors\",\r\n \"displayDescription\": \"Http Server Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MemoryWorkingSet\",\r\n \"displayName\": \"Memory working set\",\r\n \"displayDescription\": \"Memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageMemoryWorkingSet\",\r\n \"displayName\": \"Average memory working set\",\r\n \"displayDescription\": \"Average memory working set\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": null,\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"AverageResponseTime\",\r\n \"displayName\": \"Average Response Time\",\r\n \"displayDescription\": \"Average Response Time\",\r\n \"unit\": \"Seconds\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionUnits\",\r\n \"displayName\": \"Function Execution Units\",\r\n \"displayDescription\": \"Function Execution Units\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"FunctionExecutionCount\",\r\n \"displayName\": \"Function Execution Count\",\r\n \"displayDescription\": \"Function Execution Count\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"(?i:functionapp)\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/backup\",\r\n \"displayName\": \"Web Apps Slots Backup\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backup/write\",\r\n \"displayName\": \"Update Web Apps Slots Backup\",\r\n \"description\": \"Update Web Apps Slots Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backup/read\",\r\n \"displayName\": \"Get Web Apps Slots Backup\",\r\n \"description\": \"Get Web Apps Slots Backup.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/metricdefinitions\",\r\n \"displayName\": \"Web Apps Slots Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/metricdefinitions/read\",\r\n \"displayName\": \"Get Web Apps Slots Metric Definitions\",\r\n \"description\": \"Get Web Apps Slots Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/metrics\",\r\n \"displayName\": \"Web Apps Slots Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/metrics/read\",\r\n \"displayName\": \"Get Web Apps Slots Metrics\",\r\n \"description\": \"Get Web Apps Slots Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/continuouswebjobs\",\r\n \"displayName\": \"Web Apps Slots Continuous Web Jobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Delete Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/read\",\r\n \"displayName\": \"Get Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Get Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/start/action\",\r\n \"displayName\": \"Start Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Start Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/continuouswebjobs/stop/action\",\r\n \"displayName\": \"Stop Web Apps Slots Continuous Web Jobs\",\r\n \"description\": \"Stop Web Apps Slots Continuous Web Jobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/premieraddons\",\r\n \"displayName\": \"Web Apps Slots Premier Addons\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/premieraddons/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Premier Addons\",\r\n \"description\": \"Delete Web Apps Slots Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/premieraddons/read\",\r\n \"displayName\": \"Get Web Apps Slots Premier Addons\",\r\n \"description\": \"Get Web Apps Slots Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/premieraddons/write\",\r\n \"displayName\": \"Update Web Apps Slots Premier Addons\",\r\n \"description\": \"Update Web Apps Slots Premier Addons.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/triggeredwebjobs\",\r\n \"displayName\": \"Web Apps Slots Triggered WebJobs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/triggeredwebjobs/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Triggered WebJobs\",\r\n \"description\": \"Delete Web Apps Slots Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/triggeredwebjobs/read\",\r\n \"displayName\": \"Get Web Apps Slots Triggered WebJobs\",\r\n \"description\": \"Get Web Apps Slots Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/triggeredwebjobs/run/action\",\r\n \"displayName\": \"Run Web Apps Slots Triggered WebJobs\",\r\n \"description\": \"Run Web Apps Slots Triggered WebJobs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/hostnamebindings\",\r\n \"displayName\": \"Web Apps Slots Hostname Bindings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hostnamebindings/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Hostname Bindings\",\r\n \"description\": \"Delete Web Apps Slots Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hostnamebindings/read\",\r\n \"displayName\": \"Get Web Apps Slots Hostname Bindings\",\r\n \"description\": \"Get Web Apps Slots Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hostnamebindings/write\",\r\n \"displayName\": \"Update Web Apps Slots Hostname Bindings\",\r\n \"description\": \"Update Web Apps Slots Hostname Bindings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/phplogging\",\r\n \"displayName\": \"Web Apps Slots Phplogging\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/phplogging/read\",\r\n \"displayName\": \"Get Web Apps Slots Phplogging\",\r\n \"description\": \"Get Web Apps Slots Phplogging.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/virtualnetworkconnections\",\r\n \"displayName\": \"Web Apps Slots Virtual Network Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Virtual Network Connections\",\r\n \"description\": \"Delete Web Apps Slots Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/read\",\r\n \"displayName\": \"Get Web Apps Slots Virtual Network Connections\",\r\n \"description\": \"Get Web Apps Slots Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/write\",\r\n \"displayName\": \"Update Web Apps Slots Virtual Network Connections\",\r\n \"description\": \"Update Web Apps Slots Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/virtualnetworkconnections/gateways\",\r\n \"displayName\": \"Web Apps Slots Virtual Network Connections Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/virtualnetworkconnections/gateways/write\",\r\n \"displayName\": \"Update Web Apps Slots Virtual Network Connections Gateways\",\r\n \"description\": \"Update Web Apps Slots Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/hybridconnectionrelays\",\r\n \"displayName\": \"Web Apps Slots Hybrid Connection Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnectionrelays/read\",\r\n \"displayName\": \"Get Web Apps Slots Hybrid Connection Relays\",\r\n \"description\": \"Get Web Apps Slots Hybrid Connection Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/usages\",\r\n \"displayName\": \"Web Apps Slots Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/usages/read\",\r\n \"displayName\": \"Get Web Apps Slots Usages\",\r\n \"description\": \"Get Web Apps Slots Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/hybridconnection\",\r\n \"displayName\": \"Web Apps Slots Hybrid Connection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnection/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Hybrid Connection\",\r\n \"description\": \"Delete Web Apps Slots Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnection/read\",\r\n \"displayName\": \"Get Web Apps Slots Hybrid Connection\",\r\n \"description\": \"Get Web Apps Slots Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/hybridconnection/write\",\r\n \"displayName\": \"Update Web Apps Slots Hybrid Connection\",\r\n \"description\": \"Update Web Apps Slots Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/config\",\r\n \"displayName\": \"Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/config/Read\",\r\n \"displayName\": \"Get Web App Slot Configuration\",\r\n \"description\": \"Get Web App Slot's configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/config/list/Action\",\r\n \"displayName\": \"List Web App Slot Security Sensitive Settings\",\r\n \"description\": \"List Web App Slot's security sensitive settings, such as publishing credentials, app settings and connection strings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/config/Write\",\r\n \"displayName\": \"Update Web App Slot Configuration\",\r\n \"description\": \"Update Web App Slot's configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/config/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Config\",\r\n \"description\": \"Delete Web Apps Slots Config.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/instances\",\r\n \"displayName\": \"Web Apps Slots Instances\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/instances/read\",\r\n \"displayName\": \"Get Web Apps Slots Instances\",\r\n \"description\": \"Get Web Apps Slots Instances.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/instances/processes\",\r\n \"displayName\": \"Web Apps Slots Instances Processes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/instances/processes/read\",\r\n \"displayName\": \"Get Web Apps Slots Instances Processes\",\r\n \"description\": \"Get Web Apps Slots Instances Processes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/instances/deployments\",\r\n \"displayName\": \"Web Apps Slots Instances Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/instances/deployments/read\",\r\n \"displayName\": \"Get Web Apps Slots Instances Deployments\",\r\n \"description\": \"Get Web Apps Slots Instances Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/sourcecontrols\",\r\n \"displayName\": \"Web App Slot\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/sourcecontrols/Read\",\r\n \"displayName\": \"Get Web App Slot Source Control Configuration\",\r\n \"description\": \"Get Web App Slot's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/sourcecontrols/Write\",\r\n \"displayName\": \"Update Web App Slot Source Control Configuration\",\r\n \"description\": \"Update Web App Slot's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/sourcecontrols/Delete\",\r\n \"displayName\": \"Delete Web App Slot Source Control Configuration\",\r\n \"description\": \"Delete Web App Slot's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/restore\",\r\n \"displayName\": \"Web Apps Slots Restore\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/restore/read\",\r\n \"displayName\": \"Get Web Apps Slots Restore\",\r\n \"description\": \"Get Web Apps Slots Restore.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/analyzecustomhostname\",\r\n \"displayName\": \"Web Apps Slots Analyze Custom Hostname\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/analyzecustomhostname/read\",\r\n \"displayName\": \"Get Web Apps Slots Analyze Custom Hostname\",\r\n \"description\": \"Get Web Apps Slots Analyze Custom Hostname.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/backups\",\r\n \"displayName\": \"Web Apps Slots Backups\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/slots/backups/Read\",\r\n \"displayName\": \"List Web App Slot Backups\",\r\n \"description\": \"Get the properties of a web app slots' backup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backups/list/action\",\r\n \"displayName\": \"List Web Apps Slots Backups\",\r\n \"description\": \"List Web Apps Slots Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/backups/restore/action\",\r\n \"displayName\": \"Restore Web Apps Slots Backups\",\r\n \"description\": \"Restore Web Apps Slots Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/snapshots\",\r\n \"displayName\": \"Web Apps Slots Snapshots\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/snapshots/read\",\r\n \"displayName\": \"Get Web Apps Slots Snapshots\",\r\n \"description\": \"Get Web Apps Slots Snapshots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/siteextensions\",\r\n \"displayName\": \"Web Apps Slots Site Extensions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/siteextensions/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Site Extensions\",\r\n \"description\": \"Delete Web Apps Slots Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/siteextensions/read\",\r\n \"displayName\": \"Get Web Apps Slots Site Extensions\",\r\n \"description\": \"Get Web Apps Slots Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/siteextensions/write\",\r\n \"displayName\": \"Update Web Apps Slots Site Extensions\",\r\n \"description\": \"Update Web Apps Slots Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/deployments\",\r\n \"displayName\": \"Web Apps Slots Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/delete\",\r\n \"displayName\": \"Delete Web Apps Slots Deployments\",\r\n \"description\": \"Delete Web Apps Slots Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/read\",\r\n \"displayName\": \"Get Web Apps Slots Deployments\",\r\n \"description\": \"Get Web Apps Slots Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/write\",\r\n \"displayName\": \"Update Web Apps Slots Deployments\",\r\n \"description\": \"Update Web Apps Slots Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/slots/deployments/log\",\r\n \"displayName\": \"Web Apps Slots Deployments Log\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/slots/deployments/log/read\",\r\n \"displayName\": \"Get Web Apps Slots Deployments Log\",\r\n \"description\": \"Get Web Apps Slots Deployments Log.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hybridconnection\",\r\n \"displayName\": \"Web Apps Hybrid Connection\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnection/delete\",\r\n \"displayName\": \"Delete Web Apps Hybrid Connection\",\r\n \"description\": \"Delete Web Apps Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnection/read\",\r\n \"displayName\": \"Get Web Apps Hybrid Connection\",\r\n \"description\": \"Get Web Apps Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnection/write\",\r\n \"displayName\": \"Update Web Apps Hybrid Connection\",\r\n \"description\": \"Update Web Apps Hybrid Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/recommendationhistory\",\r\n \"displayName\": \"Web Apps Recommendation History\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/recommendationhistory/read\",\r\n \"displayName\": \"Get Web Apps Recommendation History\",\r\n \"description\": \"Get Web Apps Recommendation History.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/recommendations\",\r\n \"displayName\": \"Recommendation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/recommendations/Read\",\r\n \"displayName\": \"Get recommendations for web app\",\r\n \"description\": \"Get the list of recommendations for web app.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/recommendations/disable/action\",\r\n \"displayName\": \"Disable Web Apps Recommendations\",\r\n \"description\": \"Disable Web Apps Recommendations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/config\",\r\n \"displayName\": \"Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/config/Read\",\r\n \"displayName\": \"Get Web App Configuration\",\r\n \"description\": \"Get Web App configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/config/list/Action\",\r\n \"displayName\": \"List Web App Security Sensitive Settings\",\r\n \"description\": \"List Web App's security sensitive settings, such as publishing credentials, app settings and connection strings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/config/Write\",\r\n \"displayName\": \"Update Web App Configuration\",\r\n \"description\": \"Update Web App's configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/config/delete\",\r\n \"displayName\": \"Delete Web Apps Config\",\r\n \"description\": \"Delete Web Apps Config.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/instances\",\r\n \"displayName\": \"Web Apps Instances\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/instances/read\",\r\n \"displayName\": \"Get Web Apps Instances\",\r\n \"description\": \"Get Web Apps Instances.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/instances/processes\",\r\n \"displayName\": \"Web Apps Instances Processes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/instances/processes/delete\",\r\n \"displayName\": \"Delete Web Apps Instances Processes\",\r\n \"description\": \"Delete Web Apps Instances Processes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/instances/processes/read\",\r\n \"displayName\": \"Get Web Apps Instances Processes\",\r\n \"description\": \"Get Web Apps Instances Processes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/instances/deployments\",\r\n \"displayName\": \"Web Apps Instances Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/instances/deployments/read\",\r\n \"displayName\": \"Get Web Apps Instances Deployments\",\r\n \"description\": \"Get Web Apps Instances Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/hybridconnectionnamespaces/relays\",\r\n \"displayName\": \"Web Apps Hybrid Connection Namespaces Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionnamespaces/relays/delete\",\r\n \"displayName\": \"Delete Web Apps Hybrid Connection Namespaces Relays\",\r\n \"description\": \"Delete Web Apps Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionnamespaces/relays/listkeys/action\",\r\n \"displayName\": \"List Keys Web Apps Hybrid Connection Namespaces Relays\",\r\n \"description\": \"List Keys Web Apps Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/hybridconnectionnamespaces/relays/write\",\r\n \"displayName\": \"Update Web Apps Hybrid Connection Namespaces Relays\",\r\n \"description\": \"Update Web Apps Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/metricsdefinitions\",\r\n \"displayName\": \"Web Apps Metrics Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/metricsdefinitions/read\",\r\n \"displayName\": \"Get Web Apps Metrics Definitions\",\r\n \"description\": \"Get Web Apps Metrics Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/sourcecontrols\",\r\n \"displayName\": \"Web App\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/sourcecontrols/Read\",\r\n \"displayName\": \"Get Web App Source Control Configuration\",\r\n \"description\": \"Get Web App's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/sourcecontrols/Write\",\r\n \"displayName\": \"Update Web App Source Control Configuration\",\r\n \"description\": \"Update Web App's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/sites/sourcecontrols/Delete\",\r\n \"displayName\": \"Delete Web App Source Control Configuration\",\r\n \"description\": \"Delete Web App's source control configuration settings\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/restore\",\r\n \"displayName\": \"Web Apps Restore\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/restore/read\",\r\n \"displayName\": \"Get Web Apps Restore\",\r\n \"description\": \"Get Web Apps Restore.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/analyzecustomhostname\",\r\n \"displayName\": \"Custom Hostname\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/analyzecustomhostname/read\",\r\n \"displayName\": \"Analyze Custom Hostname\",\r\n \"description\": \"Analyze Custom Hostname.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/backups\",\r\n \"displayName\": \"Web Apps Backups\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/sites/backups/Read\",\r\n \"displayName\": \"Get Web App Backup\",\r\n \"description\": \"Get the properties of a web app's backup\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backups/list/action\",\r\n \"displayName\": \"List Web Apps Backups\",\r\n \"description\": \"List Web Apps Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backups/restore/action\",\r\n \"displayName\": \"Restore Web Apps Backups\",\r\n \"description\": \"Restore Web Apps Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/backups/delete\",\r\n \"displayName\": \"Delete Web Apps Backups\",\r\n \"description\": \"Delete Web Apps Backups.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/snapshots\",\r\n \"displayName\": \"Web Apps Snapshots\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/snapshots/read\",\r\n \"displayName\": \"Get Web Apps Snapshots\",\r\n \"description\": \"Get Web Apps Snapshots.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/functions\",\r\n \"displayName\": \"Web Apps Functions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/functions/delete\",\r\n \"displayName\": \"Delete Web Apps Functions\",\r\n \"description\": \"Delete Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/listsecrets/action\",\r\n \"displayName\": \"List Secrets Web Apps Functions\",\r\n \"description\": \"List Secrets Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/read\",\r\n \"displayName\": \"Get Web Apps Functions\",\r\n \"description\": \"Get Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/functions/write\",\r\n \"displayName\": \"Update Web Apps Functions\",\r\n \"description\": \"Update Web Apps Functions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/siteextensions\",\r\n \"displayName\": \"Web Apps Site Extensions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/siteextensions/delete\",\r\n \"displayName\": \"Delete Web Apps Site Extensions\",\r\n \"description\": \"Delete Web Apps Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/siteextensions/read\",\r\n \"displayName\": \"Get Web Apps Site Extensions\",\r\n \"description\": \"Get Web Apps Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/siteextensions/write\",\r\n \"displayName\": \"Update Web Apps Site Extensions\",\r\n \"description\": \"Update Web Apps Site Extensions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/deployments\",\r\n \"displayName\": \"Web Apps Deployments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/delete\",\r\n \"displayName\": \"Delete Web Apps Deployments\",\r\n \"description\": \"Delete Web Apps Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/read\",\r\n \"displayName\": \"Get Web Apps Deployments\",\r\n \"description\": \"Get Web Apps Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/write\",\r\n \"displayName\": \"Update Web Apps Deployments\",\r\n \"description\": \"Update Web Apps Deployments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/deployments/log\",\r\n \"displayName\": \"Web Apps Deployments Log\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/deployments/log/read\",\r\n \"displayName\": \"Get Web Apps Deployments Log\",\r\n \"description\": \"Get Web Apps Deployments Log.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics\",\r\n \"displayName\": \"Web Apps Diagnostics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics\",\r\n \"description\": \"Get Web Apps Diagnostics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/workerprocessrecycle\",\r\n \"displayName\": \"Web Apps Diagnostics Worker Process Recycle\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/workerprocessrecycle/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Worker Process Recycle\",\r\n \"description\": \"Get Web Apps Diagnostics Worker Process Recycle.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/workeravailability\",\r\n \"displayName\": \"Web Apps Diagnostics Workeravailability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/workeravailability/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Workeravailability\",\r\n \"description\": \"Get Web Apps Diagnostics Workeravailability.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/runtimeavailability\",\r\n \"displayName\": \"Web Apps Diagnostics Runtime Availability\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/runtimeavailability/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Runtime Availability\",\r\n \"description\": \"Get Web Apps Diagnostics Runtime Availability.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/cpuanalysis\",\r\n \"displayName\": \"Web Apps Diagnostics Cpuanalysis\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/cpuanalysis/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Cpuanalysis\",\r\n \"description\": \"Get Web Apps Diagnostics Cpuanalysis.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/servicehealth\",\r\n \"displayName\": \"Web Apps Diagnostics Service Health\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/servicehealth/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics Service Health\",\r\n \"description\": \"Get Web Apps Diagnostics Service Health.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sites/diagnostics/frebanalysis\",\r\n \"displayName\": \"Web Apps Diagnostics FREB Analysis\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sites/diagnostics/frebanalysis/read\",\r\n \"displayName\": \"Get Web Apps Diagnostics FREB Analysis\",\r\n \"description\": \"Get Web Apps Diagnostics FREB Analysis.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"availablestacks\",\r\n \"displayName\": \"Available Stacks\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/availablestacks/read\",\r\n \"displayName\": \"Get Available Stacks\",\r\n \"description\": \"Get Available Stacks.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"isusernameavailable\",\r\n \"displayName\": \"Username\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/isusernameavailable/read\",\r\n \"displayName\": \"Check if Username is available\",\r\n \"description\": \"Check if Username is available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis\",\r\n \"displayName\": \"Apis\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/Read\",\r\n \"displayName\": \"Get Apis\",\r\n \"description\": \"Get the list of Apis.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/Write\",\r\n \"displayName\": \"Save or Update Api\",\r\n \"description\": \"Add a new Api or update existing one.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/Delete\",\r\n \"displayName\": \"Delete Apis\",\r\n \"description\": \"Delete an existing Api.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/connections\",\r\n \"displayName\": \"Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/Read\",\r\n \"displayName\": \"Get Connections\",\r\n \"description\": \"Get the list of Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/Write\",\r\n \"displayName\": \"Add or Update Connection\",\r\n \"description\": \"Save a new Connection or update an existing one.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/Delete\",\r\n \"displayName\": \"Delete Connection\",\r\n \"description\": \"Delete an existing Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls/Write\",\r\n \"displayName\": \"Add or update ConnectionAcl\",\r\n \"description\": \"Add or update ConnectionAcl\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connections/connectionAcls/Delete\",\r\n \"displayName\": \"Delete ConnectionAcl\",\r\n \"description\": \"Delete ConnectionAcl\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/connectionAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/connectionAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls for Api\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apis/apiAcls\",\r\n \"displayName\": \"ApiAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/apiAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/apiAcls/Write\",\r\n \"displayName\": \"Create or update Api acl\",\r\n \"description\": \"Create or update Api Acls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/Microsoft.Web/apiManagementAccounts/apis/apiAcls/Delete\",\r\n \"displayName\": \"Delete Api acl\",\r\n \"description\": \"Delete Api Acls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms\",\r\n \"displayName\": \"App Service Plan\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/Read\",\r\n \"displayName\": \"Get App Service Plan\",\r\n \"description\": \"Get the properties on an App Service Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/Write\",\r\n \"displayName\": \"Create or Update App Service Plan\",\r\n \"description\": \"Create a new App Service Plan or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/Delete\",\r\n \"displayName\": \"Delete App Service Plan\",\r\n \"description\": \"Delete an existing App Service Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/restartSites/Action\",\r\n \"displayName\": \"Restart Web Apps\",\r\n \"description\": \"Restart all Web Apps in an App Service Plan\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/operationresults\",\r\n \"displayName\": \"App Service Plans Operation Results\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/operationresults/read\",\r\n \"displayName\": \"Get App Service Plans Operation Results\",\r\n \"description\": \"Get App Service Plans Operation Results.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/providers/Microsoft.Insights/metricDefinitions\",\r\n \"displayName\": \"The metric definition of App Service Plan\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/serverfarms/providers/Microsoft.Insights/metricDefinitions/Read\",\r\n \"displayName\": \"Read App Service Plan metric definitions\",\r\n \"description\": \"Gets the available metrics for App Service Plan\",\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"CpuPercentage\",\r\n \"displayName\": \"CPU Percentage\",\r\n \"displayDescription\": \"CPU Percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"MemoryPercentage\",\r\n \"displayName\": \"Memory Percentage\",\r\n \"displayDescription\": \"Memory Percentage\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"DiskQueueLength\",\r\n \"displayName\": \"Disk Queue Length\",\r\n \"displayDescription\": \"Disk Queue Length\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"HttpQueueLength\",\r\n \"displayName\": \"Http Queue Length\",\r\n \"displayDescription\": \"Http Queue Length\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesReceived\",\r\n \"displayName\": \"Data In\",\r\n \"displayDescription\": \"Data In\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"BytesSent\",\r\n \"displayName\": \"Data Out\",\r\n \"displayDescription\": \"Data Out\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"supportsInstanceLevelAggregation\": false,\r\n \"enableRegionalMdmAccount\": false,\r\n \"sourceMdmAccount\": null,\r\n \"sourceMdmNamespace\": null,\r\n \"metricFilterPattern\": \"^(?!functionapp).*$\",\r\n \"fillGapWithZero\": true,\r\n \"availabilities\": [\r\n {\r\n \"timeGrain\": \"PT1M\",\r\n \"blobDuration\": \"P2D\"\r\n },\r\n {\r\n \"timeGrain\": \"PT1H\",\r\n \"blobDuration\": \"P30D\"\r\n },\r\n {\r\n \"timeGrain\": \"P1D\",\r\n \"blobDuration\": \"P90D\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/capabilities\",\r\n \"displayName\": \"App Service Plans Capabilities\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/capabilities/read\",\r\n \"displayName\": \"Get App Service Plans Capabilities\",\r\n \"description\": \"Get App Service Plans Capabilities.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/metricdefinitions\",\r\n \"displayName\": \"App Service Plans Metric Definitions\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/metricdefinitions/read\",\r\n \"displayName\": \"Get App Service Plans Metric Definitions\",\r\n \"description\": \"Get App Service Plans Metric Definitions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/metrics\",\r\n \"displayName\": \"App Service Plans Metrics\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/metrics/read\",\r\n \"displayName\": \"Get App Service Plans Metrics\",\r\n \"description\": \"Get App Service Plans Metrics.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionplanlimits\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Plan Limits\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionplanlimits/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Plan Limits\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Plan Limits.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/virtualnetworkconnections\",\r\n \"displayName\": \"App Service Plans Virtual Network Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/read\",\r\n \"displayName\": \"Get App Service Plans Virtual Network Connections\",\r\n \"description\": \"Get App Service Plans Virtual Network Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/virtualnetworkconnections/routes\",\r\n \"displayName\": \"App Service Plans Virtual Network Connections Routes\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/routes/delete\",\r\n \"displayName\": \"Delete App Service Plans Virtual Network Connections Routes\",\r\n \"description\": \"Delete App Service Plans Virtual Network Connections Routes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/routes/read\",\r\n \"displayName\": \"Get App Service Plans Virtual Network Connections Routes\",\r\n \"description\": \"Get App Service Plans Virtual Network Connections Routes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/routes/write\",\r\n \"displayName\": \"Update App Service Plans Virtual Network Connections Routes\",\r\n \"description\": \"Update App Service Plans Virtual Network Connections Routes.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/virtualnetworkconnections/gateways\",\r\n \"displayName\": \"App Service Plans Virtual Network Connections Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/virtualnetworkconnections/gateways/write\",\r\n \"displayName\": \"Update App Service Plans Virtual Network Connections Gateways\",\r\n \"description\": \"Update App Service Plans Virtual Network Connections Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/firstpartyapps/settings\",\r\n \"displayName\": \"App Service Plans First Party Apps Settings\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/firstpartyapps/settings/delete\",\r\n \"displayName\": \"Delete App Service Plans First Party Apps Settings\",\r\n \"description\": \"Delete App Service Plans First Party Apps Settings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/firstpartyapps/settings/read\",\r\n \"displayName\": \"Get App Service Plans First Party Apps Settings\",\r\n \"description\": \"Get App Service Plans First Party Apps Settings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/serverfarms/firstpartyapps/settings/write\",\r\n \"displayName\": \"Update App Service Plans First Party Apps Settings\",\r\n \"description\": \"Update App Service Plans First Party Apps Settings.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/sites\",\r\n \"displayName\": \"App Service Plans Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/sites/read\",\r\n \"displayName\": \"Get App Service Plans Web Apps\",\r\n \"description\": \"Get App Service Plans Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/workers\",\r\n \"displayName\": \"App Service Plans Workers\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/workers/reboot/action\",\r\n \"displayName\": \"Reboot App Service Plans Workers\",\r\n \"description\": \"Reboot App Service Plans Workers.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionrelays\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionrelays/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Relays\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/skus\",\r\n \"displayName\": \"App Service Plans SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/skus/read\",\r\n \"displayName\": \"Get App Service Plans SKUs\",\r\n \"description\": \"Get App Service Plans SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/usages\",\r\n \"displayName\": \"App Service Plans Usages\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/usages/read\",\r\n \"displayName\": \"Get App Service Plans Usages\",\r\n \"description\": \"Get App Service Plans Usages.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionnamespaces/relays\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Namespaces Relays\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionnamespaces/relays/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Namespaces Relays\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Namespaces Relays.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"serverfarms/hybridconnectionnamespaces/relays/sites\",\r\n \"displayName\": \"App Service Plans Hybrid Connection Namespaces Relays Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/serverfarms/hybridconnectionnamespaces/relays/sites/read\",\r\n \"displayName\": \"Get App Service Plans Hybrid Connection Namespaces Relays Web Apps\",\r\n \"description\": \"Get App Service Plans Hybrid Connection Namespaces Relays Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ishostnameavailable\",\r\n \"displayName\": \"Hostname\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/ishostnameavailable/read\",\r\n \"displayName\": \"Check if Hostname is Available\",\r\n \"description\": \"Check if Hostname is Available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connectionGateways\",\r\n \"displayName\": \"Connection Gateways\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Read\",\r\n \"displayName\": \"Get Connection Gateways\",\r\n \"description\": \"Get the list of Connection Gateways.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Write\",\r\n \"displayName\": \"Add or Update Connection Gateways\",\r\n \"description\": \"Creates or updates a Connection Gateway.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Delete\",\r\n \"displayName\": \"Delete Connection Gateway\",\r\n \"description\": \"Deletes a Connection Gateway.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connectionGateways/Join/Action\",\r\n \"displayName\": \"Join Connection Gateway\",\r\n \"description\": \"Joins a Connection Gateway.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"classicmobileservices\",\r\n \"displayName\": \"Classic Mobile Services\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/classicmobileservices/read\",\r\n \"displayName\": \"Get Classic Mobile Services\",\r\n \"description\": \"Get Classic Mobile Services.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"skus\",\r\n \"displayName\": \"SKUs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/skus/read\",\r\n \"displayName\": \"Get SKUs\",\r\n \"description\": \"Get SKUs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"certificates\",\r\n \"displayName\": \"Certificate\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/certificates/Read\",\r\n \"displayName\": \"Get Certificates\",\r\n \"description\": \"Get the list of certificates.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/certificates/Write\",\r\n \"displayName\": \"Add or Update Certificate\",\r\n \"description\": \"Add a new certificate or update an existing one.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/certificates/Delete\",\r\n \"displayName\": \"Delete Certificate\",\r\n \"description\": \"Delete an existing certificate.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"operations\",\r\n \"displayName\": \"Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/operations/read\",\r\n \"displayName\": \"Get Operations\",\r\n \"description\": \"Get Operations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"recommendations\",\r\n \"displayName\": \"Recommendation\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/recommendations/Read\",\r\n \"displayName\": \"Get recommendations\",\r\n \"description\": \"Get the list of recommendations for subscriptions.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"ishostingenvironmentnameavailable\",\r\n \"displayName\": \"Hosting Environment Name\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/ishostingenvironmentnameavailable/read\",\r\n \"displayName\": \"Check if Hosting Environment Name is available\",\r\n \"description\": \"Get if Hosting Environment Name is available.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiManagementAccounts\",\r\n \"displayName\": \"ApiManagementAccounts\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/Read\",\r\n \"displayName\": \"Get ApiManagementAccounts\",\r\n \"description\": \"Get the list of ApiManagementAccounts.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/Write\",\r\n \"displayName\": \"Save or Update ApiManagementAccount\",\r\n \"description\": \"Add a new ApiManagementAccount or update an existing one\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/Delete\",\r\n \"displayName\": \"Delete ApiManagementAccount\",\r\n \"description\": \"Delete an existing ApiManagementAccount\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apimanagementaccounts/apis\",\r\n \"displayName\": \"Api Management Accounts APIs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/apimanagementaccounts/apis/read\",\r\n \"displayName\": \"Get Api Management Accounts APIs\",\r\n \"description\": \"Get Api Management Accounts APIs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apimanagementaccounts/apis/connections\",\r\n \"displayName\": \"Api Management Accounts APIs Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/apimanagementaccounts/apis/connections/listsecrets/action\",\r\n \"displayName\": \"List Secrets Api Management Accounts APIs Connections\",\r\n \"description\": \"List Secrets Api Management Accounts APIs Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/apimanagementaccounts/apis/connections/read\",\r\n \"displayName\": \"Get Api Management Accounts APIs Connections\",\r\n \"description\": \"Get Api Management Accounts APIs Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiManagementAccounts/connectionAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/connectionAcls/Read\",\r\n \"displayName\": \"Get Connection Acls\",\r\n \"description\": \"Get the list of Connection Acls.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"apiManagementAccounts/apiAcls\",\r\n \"displayName\": \"ConnectionAcl\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/apiManagementAccounts/apiAcls/Read\",\r\n \"displayName\": \"Read ConnectionAcls\",\r\n \"description\": \"Read ConnectionAcls\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"connections\",\r\n \"displayName\": \"Connections\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/connections/Read\",\r\n \"displayName\": \"Get Connections\",\r\n \"description\": \"Get the list of Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connections/Write\",\r\n \"displayName\": \"Add or Update Connection\",\r\n \"description\": \"Creates or updates a Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connections/Delete\",\r\n \"displayName\": \"Delete Connection\",\r\n \"description\": \"Deletes a Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"Microsoft.Web/connections/Join/Action\",\r\n \"displayName\": \"Join Connection\",\r\n \"description\": \"Joins a Connection.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/connections/confirmconsentcode/action\",\r\n \"displayName\": \"Confirm Connections Consent Code\",\r\n \"description\": \"Confirm Connections Consent Code.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/connections/listconsentlinks/action\",\r\n \"displayName\": \"List Consent Links for Connections\",\r\n \"description\": \"List Consent Links for Connections.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"deploymentlocations\",\r\n \"displayName\": \"Deployment Locations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/deploymentlocations/read\",\r\n \"displayName\": \"Get Deployment Locations\",\r\n \"description\": \"Get Deployment Locations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"sourcecontrols\",\r\n \"displayName\": \"Source Controls\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/sourcecontrols/read\",\r\n \"displayName\": \"Get Source Controls\",\r\n \"description\": \"Get Source Controls.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n },\r\n {\r\n \"name\": \"microsoft.web/sourcecontrols/write\",\r\n \"displayName\": \"Update Source Controls\",\r\n \"description\": \"Update Source Controls.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managedhostingenvironments\",\r\n \"displayName\": \"Managed Hosting Environments\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/managedhostingenvironments/read\",\r\n \"displayName\": \"Get Managed Hosting Environments\",\r\n \"description\": \"Get Managed Hosting Environments.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managedhostingenvironments/sites\",\r\n \"displayName\": \"Managed Hosting Environments Web Apps\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/managedhostingenvironments/sites/read\",\r\n \"displayName\": \"Get Managed Hosting Environments Web Apps\",\r\n \"description\": \"Get Managed Hosting Environments Web Apps.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"managedhostingenvironments/serverfarms\",\r\n \"displayName\": \"Managed Hosting Environments App Service Plans\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/managedhostingenvironments/serverfarms/read\",\r\n \"displayName\": \"Get Managed Hosting Environments App Service Plans\",\r\n \"description\": \"Get Managed Hosting Environments App Service Plans.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/managedapis\",\r\n \"displayName\": \"Locations Managed APIs\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/locations/managedapis/read\",\r\n \"displayName\": \"Get Locations Managed APIs\",\r\n \"description\": \"Get Locations Managed APIs.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/apioperations\",\r\n \"displayName\": \"Locations API Operations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/locations/apioperations/read\",\r\n \"displayName\": \"Get Locations API Operations\",\r\n \"description\": \"Get Locations API Operations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"locations/connectiongatewayinstallations\",\r\n \"displayName\": \"Locations Connection Gateway Installations\",\r\n \"operations\": [\r\n {\r\n \"name\": \"microsoft.web/locations/connectiongatewayinstallations/read\",\r\n \"displayName\": \"Get Locations Connection Gateway Installations\",\r\n \"description\": \"Get Locations Connection Gateway Installations.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"listSitesAssignedToHostName\",\r\n \"displayName\": \"Site Name\",\r\n \"operations\": [\r\n {\r\n \"name\": \"Microsoft.Web/listSitesAssignedToHostName/Read\",\r\n \"displayName\": \"Get sites assigned to hostname\",\r\n \"description\": \"Get names of sites assigned to hostname.\",\r\n \"origin\": \"user,system\",\r\n \"properties\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Authorization/providerOperations/microsoft.web\",\r\n \"type\": \"Microsoft.Authorization/providerOperations\",\r\n \"name\": \"microsoft.web\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Thu, 25 May 2017 07:15:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Set-Cookie": [ + "x-ms-gateway-slice=productionb; path=/" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b3509535-742f-4b34-aadd-2e37491651a2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-tenant-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "cd361fe7-4c3c-4bdc-964d-a67db816b33e" + ], + "x-ms-routing-request-id": [ + "JAPANEAST:20170525T071534Z:cd361fe7-4c3c-4bdc-964d-a67db816b33e" + ] + }, + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f" + } +} \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentAtScopeAndAboveTest.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentAtScopeAndAboveTest.json index dcd25cc08fa92..bc48aaa3baf3d 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentAtScopeAndAboveTest.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentAtScopeAndAboveTest.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d42959b5-fe8d-4172-a6a6-d220bfd97ec3" + "341e19b3-e06f-43b1-a5da-a63e9c5c01a3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"updatedOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6214630f-d015-4a30-9d4c-b1f081e67939\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6214630f-d015-4a30-9d4c-b1f081e67939\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f9b095df-2e36-4755-8a4e-ae5fb2647090\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"updatedOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/68193b90-715c-4649-a83d-977257a452ec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"68193b90-715c-4649-a83d-977257a452ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"e3cc7a06-ccc6-4beb-a3d2-ed626f04db66\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f565d8e6-efa5-43ee-ae2a-d4aae8b5dfb6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ee18b7b8-6b5b-4646-8822-a8111b7d7674\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ee18b7b8-6b5b-4646-8822-a8111b7d7674\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:21:11 GMT" + "Thu, 25 May 2017 07:16:54 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "722af2eb-2271-4e5f-b29e-33e98373e146" + "add8431f-b977-4ffe-9274-94cb8676e652" ], "X-Content-Type-Options": [ "nosniff" @@ -59,13 +59,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14964" ], "x-ms-correlation-request-id": [ - "427b6187-e12e-431a-b2ba-2e8825fe1613" + "58ee165f-7578-4a40-9001-a1bee80fa60b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232112Z:427b6187-e12e-431a-b2ba-2e8825fe1613" + "SOUTHEASTASIA:20170525T071654Z:58ee165f-7578-4a40-9001-a1bee80fa60b" ] }, "StatusCode": 200 diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentByIdTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentByIdTests.json index 21b3f9d391273..693113305ce21 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentByIdTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentByIdTests.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "907c5f82-bb91-4524-b656-ea9c19961a9f" + "a9313e41-24c0-4c86-8cd8-8fbdcc2e9630" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:21:50 GMT" + "Thu, 25 May 2017 07:15:39 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fe239f4f-e3bc-486e-8cef-68352fa641cb" + "03e34b4b-cd18-4bbe-ad69-64224e84e5c5" ], "X-Content-Type-Options": [ "nosniff" @@ -59,22 +59,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14859" ], "x-ms-correlation-request-id": [ - "7e7ef9c4-7d5e-42d1-9a03-85d23c1b9ada" + "48299da2-078d-4b53-bb48-7b84d9cfe4a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232151Z:7e7ef9c4-7d5e-42d1-9a03-85d23c1b9ada" + "SOUTHEASTASIA:20170525T071540Z:48299da2-078d-4b53-bb48-7b84d9cfe4a0" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/c3fb742c-0104-487b-aebe-ee8cf9bee45b?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9jM2ZiNzQyYy0wMTA0LTQ4N2ItYWViZS1lZThjZjliZWU0NWI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/385064a3-8140-4c56-be83-e4a08ea72fd7?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8zODUwNjRhMy04MTQwLTRjNTYtYmU4My1lNGEwOGVhNzJmZDc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"71cb353f-07c9-48ee-811b-e1b2de3f32f1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"41beb4ff-026f-4e43-9f01-b617ce096e3e\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -83,17 +83,17 @@ "254" ], "x-ms-client-request-id": [ - "20198215-5752-430f-986a-ddd6d317f994" + "c793a8bc-f553-48cd-9578-740f8476061e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"71cb353f-07c9-48ee-811b-e1b2de3f32f1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:21:51.5223615Z\",\r\n \"updatedOn\": \"2017-06-08T23:21:51.5223615Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/c3fb742c-0104-487b-aebe-ee8cf9bee45b\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c3fb742c-0104-487b-aebe-ee8cf9bee45b\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"41beb4ff-026f-4e43-9f01-b617ce096e3e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:41.0666679Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:41.0666679Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/385064a3-8140-4c56-be83-e4a08ea72fd7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"385064a3-8140-4c56-be83-e4a08ea72fd7\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -108,7 +108,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:21:53 GMT" + "Thu, 25 May 2017 07:15:44 GMT" ], "Pragma": [ "no-cache" @@ -120,7 +120,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "845d3d55-b940-4b54-aeec-49192d31f7cb" + "6800c08e-8e69-4c01-9a2f-edcc8eada2b4" ], "X-Content-Type-Options": [ "nosniff" @@ -132,35 +132,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "221c66f7-e3c3-4021-ac83-b9a47388949c" + "0ae2e35c-45e9-4a0b-a4f1-378aae773cbe" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232153Z:221c66f7-e3c3-4021-ac83-b9a47388949c" + "SOUTHEASTASIA:20170525T071545Z:0ae2e35c-45e9-4a0b-a4f1-378aae773cbe" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/c3fb742c-0104-487b-aebe-ee8cf9bee45b?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9jM2ZiNzQyYy0wMTA0LTQ4N2ItYWViZS1lZThjZjliZWU0NWI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/385064a3-8140-4c56-be83-e4a08ea72fd7?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8zODUwNjRhMy04MTQwLTRjNTYtYmU4My1lNGEwOGVhNzJmZDc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a18385f6-3377-4da9-bd64-c67628393f2c" + "9d2c3088-ad7a-4cd6-9263-193ff2827720" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"71cb353f-07c9-48ee-811b-e1b2de3f32f1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:21:53.5429474Z\",\r\n \"updatedOn\": \"2017-06-08T23:21:53.5429474Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/c3fb742c-0104-487b-aebe-ee8cf9bee45b\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c3fb742c-0104-487b-aebe-ee8cf9bee45b\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"41beb4ff-026f-4e43-9f01-b617ce096e3e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:45.4078361Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:45.4078361Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/385064a3-8140-4c56-be83-e4a08ea72fd7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"385064a3-8140-4c56-be83-e4a08ea72fd7\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:21:53 GMT" + "Thu, 25 May 2017 07:15:45 GMT" ], "Pragma": [ "no-cache" @@ -190,7 +190,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bfec7e23-7571-441c-be86-b16c70663551" + "7c8edc92-dbcc-4fa0-9b23-d524a9d78875" ], "X-Content-Type-Options": [ "nosniff" @@ -202,35 +202,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14858" ], "x-ms-correlation-request-id": [ - "b6e09c8d-9a06-43b8-a9bf-c14b5b0e09a0" + "3efd4f3a-5191-4309-91a1-3419ef56e046" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232153Z:b6e09c8d-9a06-43b8-a9bf-c14b5b0e09a0" + "SOUTHEASTASIA:20170525T071545Z:3efd4f3a-5191-4309-91a1-3419ef56e046" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/c3fb742c-0104-487b-aebe-ee8cf9bee45b?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9jM2ZiNzQyYy0wMTA0LTQ4N2ItYWViZS1lZThjZjliZWU0NWI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/385064a3-8140-4c56-be83-e4a08ea72fd7?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8zODUwNjRhMy04MTQwLTRjNTYtYmU4My1lNGEwOGVhNzJmZDc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d87f4b0d-8b29-45be-85e7-72aa6735acf2" + "462d7e48-bf53-4c0f-b514-05ce43c6195d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"71cb353f-07c9-48ee-811b-e1b2de3f32f1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:21:53.5429474Z\",\r\n \"updatedOn\": \"2017-06-08T23:21:53.5429474Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/c3fb742c-0104-487b-aebe-ee8cf9bee45b\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c3fb742c-0104-487b-aebe-ee8cf9bee45b\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"principalId\": \"41beb4ff-026f-4e43-9f01-b617ce096e3e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:45.4078361Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:45.4078361Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/385064a3-8140-4c56-be83-e4a08ea72fd7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"385064a3-8140-4c56-be83-e4a08ea72fd7\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:21:53 GMT" + "Thu, 25 May 2017 07:15:46 GMT" ], "Pragma": [ "no-cache" @@ -260,7 +260,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9cf0c89f-d719-40c0-99a7-eaff03dd2c73" + "b94f5c59-7142-4b92-8996-330f757131f9" ], "X-Content-Type-Options": [ "nosniff" @@ -272,13 +272,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-correlation-request-id": [ - "abe925d3-0abf-425c-acf6-3ba801efc1ca" + "9f897392-6b0c-4868-808f-e9dc178b0085" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232154Z:abe925d3-0abf-425c-acf6-3ba801efc1ca" + "SOUTHEASTASIA:20170525T071547Z:9f897392-6b0c-4868-808f-e9dc178b0085" ] }, "StatusCode": 200 @@ -290,17 +290,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5ebee8b-8f86-4350-b92b-51b587362175" + "baa7c9cd-bd53-480d-aeb4-e7f01d234bae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"updatedOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6214630f-d015-4a30-9d4c-b1f081e67939\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6214630f-d015-4a30-9d4c-b1f081e67939\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f9b095df-2e36-4755-8a4e-ae5fb2647090\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"updatedOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/68193b90-715c-4649-a83d-977257a452ec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"68193b90-715c-4649-a83d-977257a452ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"createdOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"updatedOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest/providers/Microsoft.Authorization/roleAssignments/34be03c8-76a8-4ee1-aa47-174e523a828a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"34be03c8-76a8-4ee1-aa47-174e523a828a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"e3cc7a06-ccc6-4beb-a3d2-ed626f04db66\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f565d8e6-efa5-43ee-ae2a-d4aae8b5dfb6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ee18b7b8-6b5b-4646-8822-a8111b7d7674\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ee18b7b8-6b5b-4646-8822-a8111b7d7674\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"createdOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"updatedOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest/providers/Microsoft.Authorization/roleAssignments/34be03c8-76a8-4ee1-aa47-174e523a828a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"34be03c8-76a8-4ee1-aa47-174e523a828a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\",\r\n \"createdOn\": \"2017-05-24T23:25:32.2805054Z\",\r\n \"updatedOn\": \"2017-05-24T23:25:32.2805054Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK/providers/Microsoft.Authorization/roleAssignments/88661f90-e79f-4296-a246-d455e63ba631\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"88661f90-e79f-4296-a246-d455e63ba631\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:21:54 GMT" + "Thu, 25 May 2017 07:15:46 GMT" ], "Pragma": [ "no-cache" @@ -330,7 +330,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f51864ab-d39e-4a8c-8d43-06ab162d410f" + "681c5f18-23cf-4fe2-8d3f-a043f69915b0" ], "X-Content-Type-Options": [ "nosniff" @@ -342,13 +342,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14857" ], "x-ms-correlation-request-id": [ - "0cb3f980-45ec-4948-a5e0-af88ad97ebd0" + "7813251c-4005-4fe6-a6e3-53e2ccffa03c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232154Z:0cb3f980-45ec-4948-a5e0-af88ad97ebd0" + "SOUTHEASTASIA:20170525T071547Z:7813251c-4005-4fe6-a6e3-53e2ccffa03c" ] }, "StatusCode": 200 @@ -357,6 +357,6 @@ "Names": {}, "Variables": { "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "AssignmentNameTestById": "c3fb742c-0104-487b-aebe-ee8cf9bee45b" + "AssignmentNameTestById": "385064a3-8140-4c56-be83-e4a08ea72fd7" } } \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListByFilterTest.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListByFilterTest.json index 1ca896b037314..936812fe4efd8 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListByFilterTest.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListByFilterTest.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "76a305d7-7ece-4105-aad8-160a96ae3c65" + "fde1d9ed-8c33-4d75-a21f-030082c7a474" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:22:55 GMT" + "Thu, 25 May 2017 07:14:54 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "754ff559-527d-46bd-a05e-d4b86a163c96" + "c03460f2-c4a8-4d32-b679-1dbc1bfc8e1c" ], "X-Content-Type-Options": [ "nosniff" @@ -59,22 +59,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "95309aed-4ad3-4351-af74-1cb3ca718d35" + "44d4cc67-cb6c-419c-8444-9020b27ed0ed" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232256Z:95309aed-4ad3-4351-af74-1cb3ca718d35" + "JAPANEAST:20170525T071455Z:44d4cc67-cb6c-419c-8444-9020b27ed0ed" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/953e3096-f3a8-4d67-a719-6294eebd457e?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy85NTNlMzA5Ni1mM2E4LTRkNjctYTcxOS02Mjk0ZWViZDQ1N2U/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/2015334c-2119-4d32-9fb3-ca614b3ee98d?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8yMDE1MzM0Yy0yMTE5LTRkMzItOWZiMy1jYTYxNGIzZWU5OGQ/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"15912081-0a26-497c-a382-a5e4ba38a1a4\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"3466c1e6-1c66-45b6-94d3-c0c763b1d1d3\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -83,17 +83,17 @@ "254" ], "x-ms-client-request-id": [ - "4dfae6e0-77f3-46c2-98ec-a6246b988d9a" + "b4fcd92c-2c16-4b2a-8f9b-fe518a3cee8a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"15912081-0a26-497c-a382-a5e4ba38a1a4\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:22:56.6914526Z\",\r\n \"updatedOn\": \"2017-06-08T23:22:56.6914526Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/953e3096-f3a8-4d67-a719-6294eebd457e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"953e3096-f3a8-4d67-a719-6294eebd457e\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"3466c1e6-1c66-45b6-94d3-c0c763b1d1d3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:14:55.8881384Z\",\r\n \"updatedOn\": \"2017-05-25T07:14:55.8881384Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/2015334c-2119-4d32-9fb3-ca614b3ee98d\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"2015334c-2119-4d32-9fb3-ca614b3ee98d\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -108,7 +108,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:22:58 GMT" + "Thu, 25 May 2017 07:14:59 GMT" ], "Pragma": [ "no-cache" @@ -120,7 +120,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "35843c98-8462-457f-839f-920d274cb23d" + "e3cffdaa-0719-469f-8836-6c2077c30176" ], "X-Content-Type-Options": [ "nosniff" @@ -135,19 +135,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "a99188a4-d352-434a-a0d4-aa475c5acf01" + "a620579e-c6f2-4b1b-bdc5-9be93e99d499" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232259Z:a99188a4-d352-434a-a0d4-aa475c5acf01" + "JAPANEAST:20170525T071500Z:a620579e-c6f2-4b1b-bdc5-9be93e99d499" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/88a01812-503c-4379-ae03-67dee975303f?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy84OGEwMTgxMi01MDNjLTQzNzktYWUwMy02N2RlZTk3NTMwM2Y/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/e63fe786-8604-4d02-ae4f-3b43d24436cc?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9lNjNmZTc4Ni04NjA0LTRkMDItYWU0Zi0zYjQzZDI0NDM2Y2M/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a4d37f6a-f05f-457d-8305-d2fe2aeec415\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"949bf3a6-1b71-4ebb-9ffa-d73c69905bb8\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -156,17 +156,17 @@ "254" ], "x-ms-client-request-id": [ - "3c9a4d6e-aa11-4dd4-a913-3494e9c3cfe7" + "e54e5ffa-515f-4897-b23c-764022f7c39d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a4d37f6a-f05f-457d-8305-d2fe2aeec415\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:22:59.7595667Z\",\r\n \"updatedOn\": \"2017-06-08T23:22:59.7595667Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/88a01812-503c-4379-ae03-67dee975303f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"88a01812-503c-4379-ae03-67dee975303f\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"949bf3a6-1b71-4ebb-9ffa-d73c69905bb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:00.5268436Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:00.5268436Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/e63fe786-8604-4d02-ae4f-3b43d24436cc\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"e63fe786-8604-4d02-ae4f-3b43d24436cc\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -181,7 +181,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:01 GMT" + "Thu, 25 May 2017 07:15:03 GMT" ], "Pragma": [ "no-cache" @@ -193,7 +193,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "c9430cc6-f115-44a9-ae3b-bd651feb4673" + "fdb55070-b2a6-425c-93c3-1600d9c9f3fc" ], "X-Content-Type-Options": [ "nosniff" @@ -208,19 +208,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "54be6393-70db-44af-9171-566913ca6bd1" + "31cb2e90-9f96-4464-84ec-44b146e572a5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232302Z:54be6393-70db-44af-9171-566913ca6bd1" + "JAPANEAST:20170525T071504Z:31cb2e90-9f96-4464-84ec-44b146e572a5" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/2d953487-1076-4199-bd54-093740b52c46?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8yZDk1MzQ4Ny0xMDc2LTQxOTktYmQ1NC0wOTM3NDBiNTJjNDY/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/edf81bce-f5f3-4bf2-9fae-5f3fe4484c04?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9lZGY4MWJjZS1mNWYzLTRiZjItOWZhZS01ZjNmZTQ0ODRjMDQ/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"423521dc-37d4-43c4-8afa-36671aecddce\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"07f9e664-021d-4509-b2d5-52f4bfd9b95e\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -229,17 +229,17 @@ "254" ], "x-ms-client-request-id": [ - "e5581f92-5022-4730-885b-0b1a11e20979" + "27fef110-cb7a-4c78-b6e9-14edc1273a08" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"423521dc-37d4-43c4-8afa-36671aecddce\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:02.1073676Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:02.1073676Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/2d953487-1076-4199-bd54-093740b52c46\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"2d953487-1076-4199-bd54-093740b52c46\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"07f9e664-021d-4509-b2d5-52f4bfd9b95e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:04.5605313Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:04.5605313Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/edf81bce-f5f3-4bf2-9fae-5f3fe4484c04\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"edf81bce-f5f3-4bf2-9fae-5f3fe4484c04\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -254,7 +254,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:02 GMT" + "Thu, 25 May 2017 07:15:05 GMT" ], "Pragma": [ "no-cache" @@ -266,7 +266,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "e63673ea-ece1-49d7-bcb0-b73e85b53772" + "d2edd69d-6cce-41b6-9a52-1658bf8239ba" ], "X-Content-Type-Options": [ "nosniff" @@ -281,19 +281,19 @@ "1197" ], "x-ms-correlation-request-id": [ - "52259f37-bd59-464b-88f9-d7b0086bc6bd" + "55956032-8deb-4589-bede-517c1240dcc8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232303Z:52259f37-bd59-464b-88f9-d7b0086bc6bd" + "JAPANEAST:20170525T071505Z:55956032-8deb-4589-bede-517c1240dcc8" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/2f14a8d2-d6ff-4310-81c0-f7c8198226a3?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8yZjE0YThkMi1kNmZmLTQzMTAtODFjMC1mN2M4MTk4MjI2YTM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/37df341b-6927-4585-b92d-0cde7d7141cc?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8zN2RmMzQxYi02OTI3LTQ1ODUtYjkyZC0wY2RlN2Q3MTQxY2M/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"20af489c-a7f9-40b9-acf6-1647ee27485b\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"8e9224fd-9fa0-4f39-888d-633ec86bd3e1\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -302,17 +302,17 @@ "254" ], "x-ms-client-request-id": [ - "fe28df5e-8220-43dc-a9aa-c20e598366cc" + "0304bb95-f9a9-4034-9705-84c44794def5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"20af489c-a7f9-40b9-acf6-1647ee27485b\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:03.2453214Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:03.2453214Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/2f14a8d2-d6ff-4310-81c0-f7c8198226a3\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"2f14a8d2-d6ff-4310-81c0-f7c8198226a3\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"8e9224fd-9fa0-4f39-888d-633ec86bd3e1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:06.2822625Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:06.2822625Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/37df341b-6927-4585-b92d-0cde7d7141cc\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"37df341b-6927-4585-b92d-0cde7d7141cc\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -327,7 +327,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:03 GMT" + "Thu, 25 May 2017 07:15:06 GMT" ], "Pragma": [ "no-cache" @@ -339,7 +339,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "6d4ebd2b-5856-43e6-a246-0e36987ce5c7" + "44ca50ef-4ebc-4857-91fa-9ef43f5b49f9" ], "X-Content-Type-Options": [ "nosniff" @@ -354,19 +354,19 @@ "1196" ], "x-ms-correlation-request-id": [ - "be0e0197-dc01-439b-91ff-a7a2c92c7da4" + "43376719-e7e8-4c9c-9135-4a6a3e5aa3b1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232304Z:be0e0197-dc01-439b-91ff-a7a2c92c7da4" + "JAPANEAST:20170525T071507Z:43376719-e7e8-4c9c-9135-4a6a3e5aa3b1" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/662ebd5a-ef1e-455f-8e41-f5377a7071ec?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy82NjJlYmQ1YS1lZjFlLTQ1NWYtOGU0MS1mNTM3N2E3MDcxZWM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/f6f6c239-316f-4003-8b72-31bb1401b0aa?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9mNmY2YzIzOS0zMTZmLTQwMDMtOGI3Mi0zMWJiMTQwMWIwYWE/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"eacddac8-fcef-4531-b635-dd304c23f7dc\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"41beb4ff-026f-4e43-9f01-b617ce096e3e\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "254" ], "x-ms-client-request-id": [ - "df3930eb-7e08-4190-91ff-6d83275dca30" + "f635286c-d770-47f6-bfc8-43ff9cb704b7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"eacddac8-fcef-4531-b635-dd304c23f7dc\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:04.1883072Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:04.1883072Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/662ebd5a-ef1e-455f-8e41-f5377a7071ec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"662ebd5a-ef1e-455f-8e41-f5377a7071ec\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"41beb4ff-026f-4e43-9f01-b617ce096e3e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:07.9712903Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:07.9712903Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/f6f6c239-316f-4003-8b72-31bb1401b0aa\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"f6f6c239-316f-4003-8b72-31bb1401b0aa\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -400,7 +400,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:04 GMT" + "Thu, 25 May 2017 07:15:08 GMT" ], "Pragma": [ "no-cache" @@ -412,7 +412,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "3f00d530-de00-450d-a523-a2724b6b8e62" + "75b68770-25ab-48cd-abb5-40a2e62155d8" ], "X-Content-Type-Options": [ "nosniff" @@ -427,19 +427,19 @@ "1195" ], "x-ms-correlation-request-id": [ - "56831a1b-8b66-4970-a255-55879bfd28c7" + "95721379-7e92-44bc-a0a9-129bad41bbed" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232305Z:56831a1b-8b66-4970-a255-55879bfd28c7" + "JAPANEAST:20170525T071509Z:95721379-7e92-44bc-a0a9-129bad41bbed" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/3c57fe92-8e1b-489f-a341-87b9b1e0e7e1?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8zYzU3ZmU5Mi04ZTFiLTQ4OWYtYTM0MS04N2I5YjFlMGU3ZTE/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/ff58707a-a0a0-449b-b608-1d220b7856a4?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9mZjU4NzA3YS1hMGEwLTQ0OWItYjYwOC0xZDIyMGI3ODU2YTQ/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"e787f521-69b4-49bf-b6cf-98c666d63dcc\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -448,17 +448,17 @@ "254" ], "x-ms-client-request-id": [ - "12161232-67c6-4890-97ce-77b311cca102" + "da19e848-740f-41ce-9bd1-dc2fd82d0bf4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"e787f521-69b4-49bf-b6cf-98c666d63dcc\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:05.5527774Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:05.5527774Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/3c57fe92-8e1b-489f-a341-87b9b1e0e7e1\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c57fe92-8e1b-489f-a341-87b9b1e0e7e1\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:09.7121697Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:09.7121697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/ff58707a-a0a0-449b-b608-1d220b7856a4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ff58707a-a0a0-449b-b608-1d220b7856a4\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -473,7 +473,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:06 GMT" + "Thu, 25 May 2017 07:15:10 GMT" ], "Pragma": [ "no-cache" @@ -485,7 +485,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "2e498b2b-d4e9-427d-a793-7b01deaefd9c" + "9468e6eb-7067-4325-aa86-852c2529537a" ], "X-Content-Type-Options": [ "nosniff" @@ -500,19 +500,19 @@ "1194" ], "x-ms-correlation-request-id": [ - "aa243244-9308-4625-a11c-1d536ca90287" + "28fa0610-89de-41ec-8bc9-2fe289cc6586" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232307Z:aa243244-9308-4625-a11c-1d536ca90287" + "JAPANEAST:20170525T071510Z:28fa0610-89de-41ec-8bc9-2fe289cc6586" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/e1b407f9-585e-43bf-9b1f-c401da45a15a?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9lMWI0MDdmOS01ODVlLTQzYmYtOWIxZi1jNDAxZGE0NWExNWE/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb3375dd-f671-4d45-b784-d24f5717659b?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9iYjMzNzVkZC1mNjcxLTRkNDUtYjc4NC1kMjRmNTcxNzY1OWI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"467dbdef-3c36-49b5-9196-c7e864fcf5b6\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"4c8a9e8f-6bf7-4209-932b-bfe4be2e8c49\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -521,17 +521,17 @@ "254" ], "x-ms-client-request-id": [ - "caa99ce3-08f7-4cc7-a892-9969f2d2433c" + "53393375-1f40-451d-9eda-9d431b7f2182" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"467dbdef-3c36-49b5-9196-c7e864fcf5b6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:07.3553007Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:07.3553007Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/e1b407f9-585e-43bf-9b1f-c401da45a15a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"e1b407f9-585e-43bf-9b1f-c401da45a15a\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"4c8a9e8f-6bf7-4209-932b-bfe4be2e8c49\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:11.3230454Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:11.3230454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb3375dd-f671-4d45-b784-d24f5717659b\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb3375dd-f671-4d45-b784-d24f5717659b\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -546,7 +546,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:08 GMT" + "Thu, 25 May 2017 07:15:11 GMT" ], "Pragma": [ "no-cache" @@ -558,7 +558,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "5d4a77fe-4e25-48ec-afb3-d816ac419c86" + "0bd7fd87-5ce3-447a-b197-8635f8d93b6d" ], "X-Content-Type-Options": [ "nosniff" @@ -573,19 +573,19 @@ "1193" ], "x-ms-correlation-request-id": [ - "9391fdcb-fdc5-46f9-9895-5bbd86d58285" + "3136359e-aa1d-4835-8fd1-24f339871440" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232308Z:9391fdcb-fdc5-46f9-9895-5bbd86d58285" + "JAPANEAST:20170525T071512Z:3136359e-aa1d-4835-8fd1-24f339871440" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/a87c5e76-2d86-4bb8-a1ae-166576231694?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9hODdjNWU3Ni0yZDg2LTRiYjgtYTFhZS0xNjY1NzYyMzE2OTQ/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/4b7afea2-c891-4ed4-95f7-bb1ad5dd2c34?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy80YjdhZmVhMi1jODkxLTRlZDQtOTVmNy1iYjFhZDVkZDJjMzQ/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"5a9813b0-447a-468d-a39a-220f0fb0006a\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"47254144-7c2a-4fde-85de-b00d6b08749b\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -594,17 +594,17 @@ "254" ], "x-ms-client-request-id": [ - "6449a19c-a775-4ab0-a6dd-c641f58bbc82" + "b31cef5e-013d-4dd1-8d08-093ca667cec4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"5a9813b0-447a-468d-a39a-220f0fb0006a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:08.3960859Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:08.3960859Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/a87c5e76-2d86-4bb8-a1ae-166576231694\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"a87c5e76-2d86-4bb8-a1ae-166576231694\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"47254144-7c2a-4fde-85de-b00d6b08749b\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:12.8216468Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:12.8216468Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/4b7afea2-c891-4ed4-95f7-bb1ad5dd2c34\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4b7afea2-c891-4ed4-95f7-bb1ad5dd2c34\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -619,7 +619,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:09 GMT" + "Thu, 25 May 2017 07:15:13 GMT" ], "Pragma": [ "no-cache" @@ -631,7 +631,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "178185ac-9713-4192-aa24-094543256d2e" + "4a763f54-79f4-4eac-9e25-66359385e3ae" ], "X-Content-Type-Options": [ "nosniff" @@ -646,19 +646,19 @@ "1192" ], "x-ms-correlation-request-id": [ - "091c8ee1-b4c5-4d29-81b6-d8a3679cf9bb" + "95d4f328-41bb-4275-bc5c-3f5820902bca" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232309Z:091c8ee1-b4c5-4d29-81b6-d8a3679cf9bb" + "JAPANEAST:20170525T071514Z:95d4f328-41bb-4275-bc5c-3f5820902bca" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/031b82c0-c4e5-4fd3-b941-43534bba8271?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy8wMzFiODJjMC1jNGU1LTRmZDMtYjk0MS00MzUzNGJiYTgyNzE/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/ee1e5c23-7bd5-496b-8557-1ced76560ac7?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9lZTFlNWMyMy03YmQ1LTQ5NmItODU1Ny0xY2VkNzY1NjBhYzc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"b8e67c43-3820-4c83-9105-2f40b11b2640\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"36272b85-aa64-4c54-b99a-0eff745c04f6\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -667,17 +667,17 @@ "254" ], "x-ms-client-request-id": [ - "dcc1e108-8f68-4e9f-b37c-fe8886a9a51b" + "9c5930f1-ce66-45ac-8549-c32ae03f1634" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"b8e67c43-3820-4c83-9105-2f40b11b2640\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:09.0432908Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:09.0432908Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/031b82c0-c4e5-4fd3-b941-43534bba8271\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"031b82c0-c4e5-4fd3-b941-43534bba8271\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"36272b85-aa64-4c54-b99a-0eff745c04f6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:14.3637419Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:14.3637419Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/ee1e5c23-7bd5-496b-8557-1ced76560ac7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ee1e5c23-7bd5-496b-8557-1ced76560ac7\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -692,7 +692,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:09 GMT" + "Thu, 25 May 2017 07:15:17 GMT" ], "Pragma": [ "no-cache" @@ -704,7 +704,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "8899b5db-0d9b-4950-93d1-8d8c6de29151" + "51529206-0d4f-4ee1-a476-a0465c932ca5" ], "X-Content-Type-Options": [ "nosniff" @@ -719,19 +719,19 @@ "1191" ], "x-ms-correlation-request-id": [ - "90a9c8c6-1657-40cd-aaa5-f2bc1b530414" + "c60e4d5e-88b6-45f2-80be-9e7b342648f3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232309Z:90a9c8c6-1657-40cd-aaa5-f2bc1b530414" + "JAPANEAST:20170525T071518Z:c60e4d5e-88b6-45f2-80be-9e7b342648f3" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/df798216-7d25-42de-9ac9-999b3addc181?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9kZjc5ODIxNi03ZDI1LTQyZGUtOWFjOS05OTliM2FkZGMxODE/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/4ebe5bfb-15d0-430f-a801-31d46abacfb1?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy80ZWJlNWJmYi0xNWQwLTQzMGYtYTgwMS0zMWQ0NmFiYWNmYjE/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a5b2da63-f64f-4402-8fb0-4d234c1018e9\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a517e448-c25b-47f3-90fd-8b1e4bf8d6b8\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -740,17 +740,17 @@ "254" ], "x-ms-client-request-id": [ - "d74b7947-f0aa-4369-89c9-125db252ec5a" + "37c49f1f-5a53-4a8b-9b2d-5c057b981404" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a5b2da63-f64f-4402-8fb0-4d234c1018e9\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:10.2416633Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:10.2416633Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/df798216-7d25-42de-9ac9-999b3addc181\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"df798216-7d25-42de-9ac9-999b3addc181\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a517e448-c25b-47f3-90fd-8b1e4bf8d6b8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:18.6739718Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:18.6739718Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/4ebe5bfb-15d0-430f-a801-31d46abacfb1\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4ebe5bfb-15d0-430f-a801-31d46abacfb1\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -765,7 +765,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:10 GMT" + "Thu, 25 May 2017 07:15:19 GMT" ], "Pragma": [ "no-cache" @@ -777,7 +777,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "4306c62f-24fe-46ae-b630-40b35f3f984c" + "23a6a12b-8589-4c72-98df-3d68c8b74ae0" ], "X-Content-Type-Options": [ "nosniff" @@ -792,32 +792,32 @@ "1190" ], "x-ms-correlation-request-id": [ - "0f42621a-68d9-4494-bed2-5138c65af09b" + "b9cb711c-de9e-4c11-ad75-15ab3b34ea14" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232310Z:0f42621a-68d9-4494-bed2-5138c65af09b" + "JAPANEAST:20170525T071519Z:b9cb711c-de9e-4c11-ad75-15ab3b34ea14" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments?$filter=principalId%20eq%20'a4d37f6a-f05f-457d-8305-d2fe2aeec415'&api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHM/JGZpbHRlcj1wcmluY2lwYWxJZCUyMGVxJTIwJ2E0ZDM3ZjZhLWYwNWYtNDU3ZC04MzA1LWQyZmUyYWVlYzQxNScmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments?$filter=principalId%20eq%20'949bf3a6-1b71-4ebb-9ffa-d73c69905bb8'&api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHM/JGZpbHRlcj1wcmluY2lwYWxJZCUyMGVxJTIwJzk0OWJmM2E2LTFiNzEtNGViYi05ZmZhLWQ3M2M2OTkwNWJiOCcmYXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "888fbb31-7738-42af-ab25-ab903a4f990d" + "a0554343-ff0e-4666-bb87-db2a06a7bcc8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"a4d37f6a-f05f-457d-8305-d2fe2aeec415\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:23:01.8067393Z\",\r\n \"updatedOn\": \"2017-06-08T23:23:01.8067393Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/88a01812-503c-4379-ae03-67dee975303f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"88a01812-503c-4379-ae03-67dee975303f\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"principalId\": \"949bf3a6-1b71-4ebb-9ffa-d73c69905bb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:04.2625617Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:04.2625617Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/e63fe786-8604-4d02-ae4f-3b43d24436cc\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"e63fe786-8604-4d02-ae4f-3b43d24436cc\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -829,7 +829,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:11 GMT" + "Thu, 25 May 2017 07:15:19 GMT" ], "Pragma": [ "no-cache" @@ -847,7 +847,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a6d0b93b-35b6-41ad-9472-46db645ac03e" + "e7fa8df7-aec2-4637-9be3-64a9a4d55471" ], "X-Content-Type-Options": [ "nosniff" @@ -859,13 +859,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14997" ], "x-ms-correlation-request-id": [ - "7fe033e9-7962-46f6-8f23-3a58b43f7cc7" + "1573b676-ace1-4af6-a6c3-ea63038d487d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232311Z:7fe033e9-7962-46f6-8f23-3a58b43f7cc7" + "JAPANEAST:20170525T071520Z:1573b676-ace1-4af6-a6c3-ea63038d487d" ] }, "StatusCode": 200 @@ -874,16 +874,16 @@ "Names": {}, "Variables": { "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "PrincipalId": "a4d37f6a-f05f-457d-8305-d2fe2aeec415", - "AssignmentName_0": "953e3096-f3a8-4d67-a719-6294eebd457e", - "AssignmentName_1": "88a01812-503c-4379-ae03-67dee975303f", - "AssignmentName_2": "2d953487-1076-4199-bd54-093740b52c46", - "AssignmentName_3": "2f14a8d2-d6ff-4310-81c0-f7c8198226a3", - "AssignmentName_4": "662ebd5a-ef1e-455f-8e41-f5377a7071ec", - "AssignmentName_5": "3c57fe92-8e1b-489f-a341-87b9b1e0e7e1", - "AssignmentName_6": "e1b407f9-585e-43bf-9b1f-c401da45a15a", - "AssignmentName_7": "a87c5e76-2d86-4bb8-a1ae-166576231694", - "AssignmentName_8": "031b82c0-c4e5-4fd3-b941-43534bba8271", - "AssignmentName_9": "df798216-7d25-42de-9ac9-999b3addc181" + "PrincipalId": "949bf3a6-1b71-4ebb-9ffa-d73c69905bb8", + "AssignmentName_0": "2015334c-2119-4d32-9fb3-ca614b3ee98d", + "AssignmentName_1": "e63fe786-8604-4d02-ae4f-3b43d24436cc", + "AssignmentName_2": "edf81bce-f5f3-4bf2-9fae-5f3fe4484c04", + "AssignmentName_3": "37df341b-6927-4585-b92d-0cde7d7141cc", + "AssignmentName_4": "f6f6c239-316f-4003-8b72-31bb1401b0aa", + "AssignmentName_5": "ff58707a-a0a0-449b-b608-1d220b7856a4", + "AssignmentName_6": "bb3375dd-f671-4d45-b784-d24f5717659b", + "AssignmentName_7": "4b7afea2-c891-4ed4-95f7-bb1ad5dd2c34", + "AssignmentName_8": "ee1e5c23-7bd5-496b-8557-1ced76560ac7", + "AssignmentName_9": "4ebe5bfb-15d0-430f-a801-31d46abacfb1" } } \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListForScopeTest.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListForScopeTest.json index c2cd18a5dcfdb..f9421be05664e 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListForScopeTest.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListForScopeTest.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5578476-d10d-4ce0-885b-ea3a26bd1ff0" + "874d4c92-a970-4ced-b7da-5856a311750a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"updatedOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6214630f-d015-4a30-9d4c-b1f081e67939\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6214630f-d015-4a30-9d4c-b1f081e67939\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f9b095df-2e36-4755-8a4e-ae5fb2647090\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"updatedOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/68193b90-715c-4649-a83d-977257a452ec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"68193b90-715c-4649-a83d-977257a452ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"e3cc7a06-ccc6-4beb-a3d2-ed626f04db66\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f565d8e6-efa5-43ee-ae2a-d4aae8b5dfb6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ee18b7b8-6b5b-4646-8822-a8111b7d7674\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ee18b7b8-6b5b-4646-8822-a8111b7d7674\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-05-25T07:13:06.9298315Z\",\r\n \"updatedOn\": \"2017-05-25T07:13:06.9298315Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/6e260371-0110-4af3-9b6d-944179bffe2e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6e260371-0110-4af3-9b6d-944179bffe2e\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:23:48 GMT" + "Thu, 25 May 2017 07:14:37 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ae5e3cf5-2b55-4782-bb1a-90a07840c6f4" + "fb58170b-7085-44b7-96fb-e25915ccdfff" ], "X-Content-Type-Options": [ "nosniff" @@ -59,13 +59,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14965" ], "x-ms-correlation-request-id": [ - "0617c968-c7e8-449b-bece-c99a7de51ecf" + "e57bac8b-641b-466b-b664-3feb128b1a37" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232349Z:0617c968-c7e8-449b-bece-c99a7de51ecf" + "SOUTHEASTASIA:20170525T071438Z:e57bac8b-641b-466b-b664-3feb128b1a37" ] }, "StatusCode": 200 diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsCreateDeleteTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsCreateDeleteTests.json index f905a108d928b..9a07627fa3438 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsCreateDeleteTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsCreateDeleteTests.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19342123-709a-4424-8582-2d9a73fb8491" + "7dc78d3e-c9b3-4279-94cd-1c93f95391d4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:21 GMT" + "Thu, 25 May 2017 07:15:36 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "82f7a137-e86a-4ab6-9ffd-b91dae4562ef" + "409c6426-f1c5-454f-b51a-0585fe7dac8e" ], "X-Content-Type-Options": [ "nosniff" @@ -59,22 +59,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14999" ], "x-ms-correlation-request-id": [ - "de3c5337-4fb7-4ded-acfb-e671f73fce8e" + "7dba2e77-e533-4fd8-b54f-709f3e6252b3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232422Z:de3c5337-4fb7-4ded-acfb-e671f73fce8e" + "JAPANEAST:20170525T071536Z:7dba2e77-e533-4fd8-b54f-709f3e6252b3" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/8dcc5260-75da-4f87-bfd6-d24d15f4b478?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy84ZGNjNTI2MC03NWRhLTRmODctYmZkNi1kMjRkMTVmNGI0Nzg/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/d48b27db-70c2-434c-b418-cf49f63dfe37?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9kNDhiMjdkYi03MGMyLTQzNGMtYjQxOC1jZjQ5ZjYzZGZlMzc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d38fa72e-a548-412c-aba4-bba9f0a684a5\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"8e9224fd-9fa0-4f39-888d-633ec86bd3e1\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -83,17 +83,17 @@ "254" ], "x-ms-client-request-id": [ - "3bcdf95d-54c9-4ec8-aa05-9a105f873da9" + "3dd1efca-4b19-413a-b28a-369c8e1b26ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d38fa72e-a548-412c-aba4-bba9f0a684a5\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:24:23.0329828Z\",\r\n \"updatedOn\": \"2017-06-08T23:24:23.0329828Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/8dcc5260-75da-4f87-bfd6-d24d15f4b478\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8dcc5260-75da-4f87-bfd6-d24d15f4b478\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"8e9224fd-9fa0-4f39-888d-633ec86bd3e1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:36.9548797Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:36.9548797Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/d48b27db-70c2-434c-b418-cf49f63dfe37\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"d48b27db-70c2-434c-b418-cf49f63dfe37\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -108,7 +108,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:24 GMT" + "Thu, 25 May 2017 07:15:37 GMT" ], "Pragma": [ "no-cache" @@ -120,7 +120,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "1ffcb903-862d-4c6d-bd27-fee3d0995b84" + "72501040-7d2d-49e4-a151-0b63fde4c10f" ], "X-Content-Type-Options": [ "nosniff" @@ -132,35 +132,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1189" ], "x-ms-correlation-request-id": [ - "e1918f52-f15e-40fa-afc8-b73929ba036e" + "c0aa33f1-53c7-4341-b8cc-1f48733772f8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232424Z:e1918f52-f15e-40fa-afc8-b73929ba036e" + "JAPANEAST:20170525T071538Z:c0aa33f1-53c7-4341-b8cc-1f48733772f8" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/8dcc5260-75da-4f87-bfd6-d24d15f4b478?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy84ZGNjNTI2MC03NWRhLTRmODctYmZkNi1kMjRkMTVmNGI0Nzg/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/d48b27db-70c2-434c-b418-cf49f63dfe37?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9kNDhiMjdkYi03MGMyLTQzNGMtYjQxOC1jZjQ5ZjYzZGZlMzc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "740f6429-deab-40fa-bc84-92740702c44d" + "64cfbe68-d6ed-46b9-b2d6-aefd2fed2990" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d38fa72e-a548-412c-aba4-bba9f0a684a5\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:24:24.9891665Z\",\r\n \"updatedOn\": \"2017-06-08T23:24:24.9891665Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/8dcc5260-75da-4f87-bfd6-d24d15f4b478\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8dcc5260-75da-4f87-bfd6-d24d15f4b478\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"8e9224fd-9fa0-4f39-888d-633ec86bd3e1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:38.2830408Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:38.2830408Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/d48b27db-70c2-434c-b418-cf49f63dfe37\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"d48b27db-70c2-434c-b418-cf49f63dfe37\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:24 GMT" + "Thu, 25 May 2017 07:15:38 GMT" ], "Pragma": [ "no-cache" @@ -190,7 +190,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "be617b40-36dd-4d5a-b766-0005c9b75e22" + "3d5acca1-9d45-42e5-bbe4-6fd0e05eee32" ], "X-Content-Type-Options": [ "nosniff" @@ -202,13 +202,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1188" ], "x-ms-correlation-request-id": [ - "078cfaff-f068-4edd-a8f9-29e2bded9cab" + "f63324b6-efbd-40d8-87a8-5c0f3f546af2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232425Z:078cfaff-f068-4edd-a8f9-29e2bded9cab" + "JAPANEAST:20170525T071539Z:f63324b6-efbd-40d8-87a8-5c0f3f546af2" ] }, "StatusCode": 200 @@ -220,17 +220,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5695f618-5b07-4613-8cbd-42b161ee4c55" + "6724415e-eb5c-4433-b940-7d04c23ec3fd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"updatedOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6214630f-d015-4a30-9d4c-b1f081e67939\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6214630f-d015-4a30-9d4c-b1f081e67939\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f9b095df-2e36-4755-8a4e-ae5fb2647090\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"updatedOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/68193b90-715c-4649-a83d-977257a452ec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"68193b90-715c-4649-a83d-977257a452ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"createdOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"updatedOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest/providers/Microsoft.Authorization/roleAssignments/34be03c8-76a8-4ee1-aa47-174e523a828a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"34be03c8-76a8-4ee1-aa47-174e523a828a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"e3cc7a06-ccc6-4beb-a3d2-ed626f04db66\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f565d8e6-efa5-43ee-ae2a-d4aae8b5dfb6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ee18b7b8-6b5b-4646-8822-a8111b7d7674\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ee18b7b8-6b5b-4646-8822-a8111b7d7674\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"createdOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"updatedOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest/providers/Microsoft.Authorization/roleAssignments/34be03c8-76a8-4ee1-aa47-174e523a828a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"34be03c8-76a8-4ee1-aa47-174e523a828a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\",\r\n \"createdOn\": \"2017-05-24T23:25:32.2805054Z\",\r\n \"updatedOn\": \"2017-05-24T23:25:32.2805054Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK/providers/Microsoft.Authorization/roleAssignments/88661f90-e79f-4296-a246-d455e63ba631\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"88661f90-e79f-4296-a246-d455e63ba631\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -242,7 +242,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:25 GMT" + "Thu, 25 May 2017 07:15:39 GMT" ], "Pragma": [ "no-cache" @@ -260,7 +260,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c7f54e73-35d6-4479-910a-0982a72a817b" + "59a4e481-bf25-4f68-beda-5c237c86f861" ], "X-Content-Type-Options": [ "nosniff" @@ -272,13 +272,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14998" ], "x-ms-correlation-request-id": [ - "f755557f-57b4-4e68-bdeb-28deedcb6c5e" + "12909d8a-a2fa-465c-9e02-28130e35af7f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232425Z:f755557f-57b4-4e68-bdeb-28deedcb6c5e" + "JAPANEAST:20170525T071539Z:12909d8a-a2fa-465c-9e02-28130e35af7f" ] }, "StatusCode": 200 @@ -287,6 +287,6 @@ "Names": {}, "Variables": { "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "AssignmentNameCreateDeleteTest": "8dcc5260-75da-4f87-bfd6-d24d15f4b478" + "AssignmentNameCreateDeleteTest": "d48b27db-70c2-434c-b418-cf49f63dfe37" } } \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsListGetTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsListGetTests.json index e8db88f8790bb..2abf4e95cb04e 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsListGetTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsListGetTests.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbc19b64-7a79-49e7-a493-c9f6856b4506" + "ce9ad7dc-ccb6-4662-b1bd-195f3fa8e53f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:55 GMT" + "Thu, 25 May 2017 07:15:57 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24d15bf1-31a0-4a7d-a373-2c59f3bf9183" + "72b2383b-7a97-4666-9f49-18d373cfa916" ], "X-Content-Type-Options": [ "nosniff" @@ -59,22 +59,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14856" ], "x-ms-correlation-request-id": [ - "3ccdd89c-f1f3-4df3-9320-dbea7ad889c8" + "e788acdd-186f-41a7-bfcc-fcd30bc3b676" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232455Z:3ccdd89c-f1f3-4df3-9320-dbea7ad889c8" + "SOUTHEASTASIA:20170525T071558Z:e788acdd-186f-41a7-bfcc-fcd30bc3b676" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9iZDY2YTIwYy1mZWMyLTQ0MDUtOWI5ZS04MWQzYTNkNjE5MTc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy82YjM0NjM4Ny1hZmRiLTRlNjMtYTczZi04YzExNTJmZTVlZWU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"0788c0c0-91b8-4a26-b43f-d7ebaa965d74\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -83,17 +83,17 @@ "254" ], "x-ms-client-request-id": [ - "a850863e-376e-438a-9400-136a0bc6820c" + "841747fb-532c-434b-94c7-5cdd74780fe9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"0788c0c0-91b8-4a26-b43f-d7ebaa965d74\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:24:56.0327253Z\",\r\n \"updatedOn\": \"2017-06-08T23:24:56.0327253Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd66a20c-fec2-4405-9b9e-81d3a3d61917\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:15:58.7189999Z\",\r\n \"updatedOn\": \"2017-05-25T07:15:58.7189999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6b346387-afdb-4e63-a73f-8c1152fe5eee\"\r\n}", "ResponseHeaders": { "Content-Length": [ "744" @@ -108,7 +108,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:57 GMT" + "Thu, 25 May 2017 07:16:03 GMT" ], "Pragma": [ "no-cache" @@ -120,7 +120,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "75ad71b7-5354-423a-92e0-72757b70e103" + "de88ff59-143c-479a-a621-5ed24bac1f74" ], "X-Content-Type-Options": [ "nosniff" @@ -132,13 +132,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1193" ], "x-ms-correlation-request-id": [ - "e98c3a27-ae3a-41a0-9d77-4e0aebbf18fb" + "1c07bc56-60b4-4640-997d-bb6f550799ed" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232458Z:e98c3a27-ae3a-41a0-9d77-4e0aebbf18fb" + "SOUTHEASTASIA:20170525T071604Z:1c07bc56-60b4-4640-997d-bb6f550799ed" ] }, "StatusCode": 201 @@ -150,17 +150,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c06e2e8c-be42-4826-8342-fd1dd6aba807" + "cb74b366-85dd-4c5e-b4eb-417be0796718" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3a1444bd-870b-443f-b308-2eae91c2eba1\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"updatedOn\": \"2017-06-07T16:58:54.8987377Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6214630f-d015-4a30-9d4c-b1f081e67939\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6214630f-d015-4a30-9d4c-b1f081e67939\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f9b095df-2e36-4755-8a4e-ae5fb2647090\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"updatedOn\": \"2017-06-08T20:17:24.5450013Z\",\r\n \"createdBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\",\r\n \"updatedBy\": \"296fc6f5-e954-4d4a-b612-cea9b68427eb\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/68193b90-715c-4649-a83d-977257a452ec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"68193b90-715c-4649-a83d-977257a452ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"0788c0c0-91b8-4a26-b43f-d7ebaa965d74\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:24:57.7008451Z\",\r\n \"updatedOn\": \"2017-06-08T23:24:57.7008451Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd66a20c-fec2-4405-9b9e-81d3a3d61917\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"createdOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"updatedOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest/providers/Microsoft.Authorization/roleAssignments/34be03c8-76a8-4ee1-aa47-174e523a828a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"34be03c8-76a8-4ee1-aa47-174e523a828a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"updatedOn\": \"2017-05-13T00:50:12.9366468Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4d3ddd54-9ef2-435e-a421-ec6aeea8807f\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4d3ddd54-9ef2-435e-a421-ec6aeea8807f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"updatedOn\": \"2017-05-25T07:10:35.7170702Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/5240070d-3583-445e-bd5b-22a98f11308c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5240070d-3583-445e-bd5b-22a98f11308c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"7fd91612-c457-46da-8df6-3c7010eef897\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"updatedOn\": \"2017-05-18T00:12:18.4368565Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/de68c27b-8e43-4cbb-8e96-8f389f4a28c9\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"de68c27b-8e43-4cbb-8e96-8f389f4a28c9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"updatedOn\": \"2017-05-22T22:58:08.2238106Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8c31c29d-118b-4b55-9f1d-e0fac7f6aa89\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"03f4af16-4c45-4383-b524-c3d4cd002ca3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:22.361572Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/9db955f1-6f2a-426e-bce7-44986ed0aed4\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9db955f1-6f2a-426e-bce7-44986ed0aed4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"227a8f9f-9b7c-4f70-b563-15390e07948c\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:20.8405462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0fce9bb0-216c-4344-a740-faf2c720cd30\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0fce9bb0-216c-4344-a740-faf2c720cd30\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"487a7867-97f0-46ab-b6bb-fbec16b22cbf\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.2296874Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/b4a689fa-72cc-4f35-9448-9d4d32371150\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"b4a689fa-72cc-4f35-9448-9d4d32371150\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"683074f1-7ffb-4945-805a-ccb86a945f4e\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:19.9064771Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/4fbc4b5a-9659-4547-b82c-154cfce9321e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"4fbc4b5a-9659-4547-b82c-154cfce9321e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"b5cdcec7-857c-4180-9fe9-0ea37a663ec6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:17.9891361Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/1e51717a-ff23-495a-96a2-266cf2d92910\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1e51717a-ff23-495a-96a2-266cf2d92910\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"c7b2f4ae-edb5-4988-afec-ed086aacd83a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.205825Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6f0aeb5d-ceb3-41c7-8f74-8a81f7274e82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"d286a426-2d64-4db5-9826-f35971f0a8f3\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:16.0671613Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ab55315d-b7ee-4cb0-8ff3-1248ad7edde7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"e3cc7a06-ccc6-4beb-a3d2-ed626f04db66\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:23.9740487Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"0c2b207f-ca5a-4ab6-90ff-de51ddf3156c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f565d8e6-efa5-43ee-ae2a-d4aae8b5dfb6\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:21.5914214Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/ee18b7b8-6b5b-4646-8822-a8111b7d7674\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ee18b7b8-6b5b-4646-8822-a8111b7d7674\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"f83dda57-1ddb-4fcf-9ec0-ff8c6fb1ecb8\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\",\r\n \"createdOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"updatedOn\": \"2017-05-12T23:51:24.8022057Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleAssignments/7b04a7f4-f3df-4a40-8d09-266721568f54\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"7b04a7f4-f3df-4a40-8d09-266721568f54\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"updatedOn\": \"2017-05-25T07:07:34.4339372Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bb0428c3-e9eb-4c13-b0b8-e446d30e19d2\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:16:04.0624704Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:04.0624704Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6b346387-afdb-4e63-a73f-8c1152fe5eee\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"principalId\": \"cbd20457-0dc7-4333-9906-43ef449eb598\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"createdOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"updatedOn\": \"2017-05-19T20:07:15.1483462Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest/providers/Microsoft.Authorization/roleAssignments/34be03c8-76a8-4ee1-aa47-174e523a828a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"34be03c8-76a8-4ee1-aa47-174e523a828a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\",\r\n \"createdOn\": \"2017-05-24T23:25:32.2805054Z\",\r\n \"updatedOn\": \"2017-05-24T23:25:32.2805054Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK/providers/Microsoft.Authorization/roleAssignments/88661f90-e79f-4296-a246-d455e63ba631\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"88661f90-e79f-4296-a246-d455e63ba631\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-31T21:31:28.423331Z\",\r\n \"updatedOn\": \"2016-08-31T21:31:29.042832Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"9dce4eac-f3a6-4b8e-ac5d-7a1e995e2a1c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:50.7870563Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:51.2064488Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5d7efdb6-4659-4ac9-a1d1-6bf86d154c82\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-18T09:44:25.0524835Z\",\r\n \"updatedOn\": \"2017-01-18T09:44:25.4290864Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3f2d8057-67dd-4903-983e-af66167e04ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3f2d8057-67dd-4903-983e-af66167e04ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T05:14:42.2267848Z\",\r\n \"updatedOn\": \"2017-01-14T05:14:42.1637132Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"159063c0-9bc9-4eb1-9cc1-a34271c8bdf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"05304157-0533-46cc-88cc-cf67f6e176f3\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-21T06:08:14.6207198Z\",\r\n \"updatedOn\": \"2017-03-21T06:08:15.6363959Z\",\r\n \"createdBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\",\r\n \"updatedBy\": \"6edef013-60b8-45be-8bbe-42f99860ca72\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/3c99281e-e74b-4a7a-82e1-5d4cb704dbec\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"3c99281e-e74b-4a7a-82e1-5d4cb704dbec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"0c214118-913f-4759-a8d5-5125a6f91d52\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-11-15T08:11:17.3227457Z\",\r\n \"updatedOn\": \"2016-11-15T08:11:18.1428115Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/ae1f9655-e61f-491f-aae0-7cbe16d2189e\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"ae1f9655-e61f-491f-aae0-7cbe16d2189e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"3d230566-2cfb-45a7-b4c3-9bf9d2bf0027\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-10-18T04:50:28.9261741Z\",\r\n \"updatedOn\": \"2016-10-18T04:50:29.3820759Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/5a9f5d06-20c0-4c31-b416-1c7049344117\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"5a9f5d06-20c0-4c31-b416-1c7049344117\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-16T01:17:49.8505571Z\",\r\n \"updatedOn\": \"2017-01-16T01:17:50.2593099Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/1613c38c-5876-4d02-81ca-9d18663dda23\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"1613c38c-5876-4d02-81ca-9d18663dda23\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2016-08-30T14:06:24.535317Z\",\r\n \"updatedOn\": \"2016-08-30T14:06:24.8884024Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"07ee8f00-6c63-47c1-a749-8ab8f3ba66ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T18:59:30.2335919Z\",\r\n \"updatedOn\": \"2017-01-14T18:59:30.8163128Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8ab4e40c-9785-45aa-8c36-e443dde7d6a7\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8ab4e40c-9785-45aa-8c36-e443dde7d6a7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T21:08:12.6831943Z\",\r\n \"updatedOn\": \"2017-01-14T21:08:13.2161415Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/49c21d95-0677-4096-929e-3579d5d5d208\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"49c21d95-0677-4096-929e-3579d5d5d208\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"a78ffff5-6b79-4567-9a09-b6bfdf86fe74\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-14T11:23:13.7250438Z\",\r\n \"updatedOn\": \"2017-01-14T11:23:14.3833411Z\",\r\n \"createdBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\",\r\n \"updatedBy\": \"f7e78d3b-7e75-45b2-b81f-f8c2a22f86f2\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/bd014baa-1b31-4659-aa5a-0ea04552a83a\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd014baa-1b31-4659-aa5a-0ea04552a83a\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"ee8fad22-f958-4618-9c9c-4be1cc084582\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-01-15T13:28:40.2939572Z\",\r\n \"updatedOn\": \"2017-01-15T13:28:43.200229Z\",\r\n \"createdBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\",\r\n \"updatedBy\": \"84a74f90-59e3-421e-9c19-bfe010c156f6\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/c13ce77e-e275-4d37-8387-18f932770c92\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"c13ce77e-e275-4d37-8387-18f932770c92\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"principalId\": \"fcc730f8-05d9-4ca7-919b-1f76e31b734f\",\r\n \"scope\": \"/\",\r\n \"createdOn\": \"2017-03-11T02:53:16.2769902Z\",\r\n \"updatedOn\": \"2017-03-11T02:53:17.1052637Z\",\r\n \"createdBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\",\r\n \"updatedBy\": \"2100dd9f-4a55-4df9-bee8-ad47a3274f5d\"\r\n },\r\n \"id\": \"/providers/Microsoft.Authorization/roleAssignments/8500b136-b7af-4627-b151-b2ac21d19bde\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"8500b136-b7af-4627-b151-b2ac21d19bde\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -172,7 +172,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:58 GMT" + "Thu, 25 May 2017 07:16:03 GMT" ], "Pragma": [ "no-cache" @@ -190,7 +190,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "be44852c-8757-4c16-9de1-5d2962157443" + "06544648-f366-436f-8811-d011db0a98e2" ], "X-Content-Type-Options": [ "nosniff" @@ -202,13 +202,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14855" ], "x-ms-correlation-request-id": [ - "b4afbcd6-b77c-4b1a-b833-bf787b10a501" + "7cac5ff5-3d54-4a10-b608-9b467a561d7d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232458Z:b4afbcd6-b77c-4b1a-b833-bf787b10a501" + "SOUTHEASTASIA:20170525T071604Z:7cac5ff5-3d54-4a10-b608-9b467a561d7d" ] }, "StatusCode": 200 @@ -220,13 +220,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0e2776e6-4a51-4f5a-a88c-014026680dfe" + "3cb3d490-85c9-42cc-bc26-67ec46a241a4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -242,7 +242,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:58 GMT" + "Thu, 25 May 2017 07:16:03 GMT" ], "Pragma": [ "no-cache" @@ -260,7 +260,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "abadc351-e5e7-4c21-8b28-8f2eeec2865a" + "b8d8c3d4-e192-4a76-9c3b-c86c790e0ba7" ], "X-Content-Type-Options": [ "nosniff" @@ -272,35 +272,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14854" ], "x-ms-correlation-request-id": [ - "0ab462ed-d773-4bb8-b962-ff1a42ac12c2" + "4923f6da-0d48-4f87-9032-1163ba4be549" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232458Z:0ab462ed-d773-4bb8-b962-ff1a42ac12c2" + "SOUTHEASTASIA:20170525T071604Z:4923f6da-0d48-4f87-9032-1163ba4be549" ] }, "StatusCode": 200 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvYmQ2NmEyMGMtZmVjMi00NDA1LTliOWUtODFkM2EzZDYxOTE3P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlQXNzaWdubWVudHMvNmIzNDYzODctYWZkYi00ZTYzLWE3M2YtOGMxMTUyZmU1ZWVlP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a47d599e-9a15-452a-98ea-78473de0da37" + "126f04a9-8c08-4d6c-8adf-93090666cb9a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"0788c0c0-91b8-4a26-b43f-d7ebaa965d74\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:24:57.7008451Z\",\r\n \"updatedOn\": \"2017-06-08T23:24:57.7008451Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd66a20c-fec2-4405-9b9e-81d3a3d61917\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:16:04.0624704Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:04.0624704Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6b346387-afdb-4e63-a73f-8c1152fe5eee\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -312,7 +312,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:58 GMT" + "Thu, 25 May 2017 07:16:03 GMT" ], "Pragma": [ "no-cache" @@ -330,7 +330,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bd336cb4-5e26-4902-8ccc-aedf3df5b644" + "ae5f806b-a217-4c61-bb3a-ddb567c30afc" ], "X-Content-Type-Options": [ "nosniff" @@ -342,35 +342,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14853" ], "x-ms-correlation-request-id": [ - "3dc303cd-9f0a-4272-b698-80ed99c0cd12" + "4ddbab53-e328-4844-a466-157c046619f2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232458Z:3dc303cd-9f0a-4272-b698-80ed99c0cd12" + "SOUTHEASTASIA:20170525T071604Z:4ddbab53-e328-4844-a466-157c046619f2" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy9iZDY2YTIwYy1mZWMyLTQ0MDUtOWI5ZS04MWQzYTNkNjE5MTc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVBc3NpZ25tZW50cy82YjM0NjM4Ny1hZmRiLTRlNjMtYTczZi04YzExNTJmZTVlZWU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "916b9e83-ef73-4a20-9d38-f0f6bb534cb6" + "2b571fee-79e5-441d-b2a7-36eab9ffc39b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"0788c0c0-91b8-4a26-b43f-d7ebaa965d74\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-06-08T23:24:57.7008451Z\",\r\n \"updatedOn\": \"2017-06-08T23:24:57.7008451Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/bd66a20c-fec2-4405-9b9e-81d3a3d61917\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"bd66a20c-fec2-4405-9b9e-81d3a3d61917\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleDefinitionId\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"principalId\": \"24a3c5f0-5ab0-4992-b23c-14bf74ecb89a\",\r\n \"scope\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\",\r\n \"createdOn\": \"2017-05-25T07:16:04.0624704Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:04.0624704Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleAssignments/6b346387-afdb-4e63-a73f-8c1152fe5eee\",\r\n \"type\": \"Microsoft.Authorization/roleAssignments\",\r\n \"name\": \"6b346387-afdb-4e63-a73f-8c1152fe5eee\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -382,7 +382,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:24:58 GMT" + "Thu, 25 May 2017 07:16:06 GMT" ], "Pragma": [ "no-cache" @@ -400,7 +400,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "15fa6ad4-bfdf-45e9-baef-5c71dfd5c178" + "b9713069-3e20-4a72-847d-edb366e0f42c" ], "X-Content-Type-Options": [ "nosniff" @@ -412,13 +412,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1192" ], "x-ms-correlation-request-id": [ - "cdeaf76c-6921-4ab5-8e6b-9bc735fc8254" + "dac06ba1-4599-4c6c-8fc4-392ea9b65de4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232459Z:cdeaf76c-6921-4ab5-8e6b-9bc735fc8254" + "SOUTHEASTASIA:20170525T071607Z:dac06ba1-4599-4c6c-8fc4-392ea9b65de4" ] }, "StatusCode": 200 @@ -427,6 +427,6 @@ "Names": {}, "Variables": { "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "AssignmentNameTestListGet": "bd66a20c-fec2-4405-9b9e-81d3a3d61917" + "AssignmentNameTestListGet": "6b346387-afdb-4e63-a73f-8c1152fe5eee" } } \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionCreateTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionCreateTests.json index 861b62ea84c1a..06ef03659df2c 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionCreateTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionCreateTests.json @@ -13,13 +13,13 @@ "28" ], "x-ms-client-request-id": [ - "6b9dd7a9-2880-4a13-bc63-3c88fff8b15c" + "c0f59bea-d785-464b-92f5-7534acb612da" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:30 GMT" + "Thu, 25 May 2017 07:16:10 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1189" ], "x-ms-request-id": [ - "5ba82865-ddbb-4e84-8f5c-505d0c2eab95" + "de3422b1-bdea-4d3d-944d-dfacfd5103c3" ], "x-ms-correlation-request-id": [ - "5ba82865-ddbb-4e84-8f5c-505d0c2eab95" + "de3422b1-bdea-4d3d-944d-dfacfd5103c3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232530Z:5ba82865-ddbb-4e84-8f5c-505d0c2eab95" + "SOUTHEASTASIA:20170525T071611Z:de3422b1-bdea-4d3d-944d-dfacfd5103c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,10 +62,10 @@ "StatusCode": 201 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -74,17 +74,17 @@ "390" ], "x-ms-client-request-id": [ - "cd87bfc9-1b16-4463-a362-06ea33d96b34" + "0fdffdca-8f26-47f8-8505-07d51aa6827f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:31.598982Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:31.598982Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"40db3e06-6b30-4e63-b113-1b6adf800b20\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:11.6878623Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:11.6878623Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"61180718-8f7c-4dee-8470-140a56c605fc\"\r\n}", "ResponseHeaders": { "Content-Length": [ "747" @@ -99,7 +99,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:32 GMT" + "Thu, 25 May 2017 07:16:16 GMT" ], "Pragma": [ "no-cache" @@ -111,7 +111,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "46b4461f-6ed6-48ae-892f-b3f8f5ff22fd" + "b4e8f8d6-e95d-44c6-9226-5cde72d5bf46" ], "X-Content-Type-Options": [ "nosniff" @@ -123,22 +123,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1183" ], "x-ms-correlation-request-id": [ - "ea4fe811-1f90-486d-8ec3-a0c36a97848d" + "446a8085-74e1-4da9-bf74-27095e5edd8b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232533Z:ea4fe811-1f90-486d-8ec3-a0c36a97848d" + "SOUTHEASTASIA:20170525T071616Z:446a8085-74e1-4da9-bf74-27095e5edd8b" ] }, "StatusCode": 201 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -147,17 +147,17 @@ "390" ], "x-ms-client-request-id": [ - "373024f0-c5da-4856-822e-462034997dcf" + "ee1298dd-6e86-49f4-b57a-451a4c80189e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:50.4538518Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:50.4538518Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"40db3e06-6b30-4e63-b113-1b6adf800b20\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:41.5836031Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:41.5836031Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"61180718-8f7c-4dee-8470-140a56c605fc\"\r\n}", "ResponseHeaders": { "Content-Length": [ "747" @@ -172,7 +172,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:51 GMT" + "Thu, 25 May 2017 07:16:43 GMT" ], "Pragma": [ "no-cache" @@ -184,7 +184,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "673c7878-b1df-4632-9ac1-a99b119c2b8a" + "8a1b82a6-c31a-4ce9-ad64-be2be0fcd7a1" ], "X-Content-Type-Options": [ "nosniff" @@ -196,22 +196,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1179" ], "x-ms-correlation-request-id": [ - "2841d1e6-9f3d-4122-b214-2736f585706e" + "21035865-071e-4b55-835c-9cf45081d31d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232552Z:2841d1e6-9f3d-4122-b214-2736f585706e" + "SOUTHEASTASIA:20170525T071644Z:21035865-071e-4b55-835c-9cf45081d31d" ] }, "StatusCode": 201 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -220,17 +220,17 @@ "390" ], "x-ms-client-request-id": [ - "e269a4dc-ca3f-4b4c-baac-d29c7cf2fc1e" + "8fd60352-d745-4cf2-950b-f6eade3c8452" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:52.1444329Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:52.1444329Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"40db3e06-6b30-4e63-b113-1b6adf800b20\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:44.5291404Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:44.5291404Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"61180718-8f7c-4dee-8470-140a56c605fc\"\r\n}", "ResponseHeaders": { "Content-Length": [ "713" @@ -245,7 +245,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:53 GMT" + "Thu, 25 May 2017 07:16:45 GMT" ], "Pragma": [ "no-cache" @@ -257,7 +257,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "d108a46f-0295-430e-9e4e-1cfb56e53430" + "17f2f17e-1548-4940-a594-707db7c95123" ], "X-Content-Type-Options": [ "nosniff" @@ -269,20 +269,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1178" ], "x-ms-correlation-request-id": [ - "a5f577cf-b1c5-4e31-8ce7-d9ae35ec4d09" + "90965f96-9546-48e1-9930-4ed90c2a4679" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232553Z:a5f577cf-b1c5-4e31-8ce7-d9ae35ec4d09" + "SOUTHEASTASIA:20170525T071646Z:90965f96-9546-48e1-9930-4ed90c2a4679" ] }, "StatusCode": 201 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"description\": \"New Test Custom Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -293,17 +293,17 @@ "418" ], "x-ms-client-request-id": [ - "7e8db1e9-eb93-4e3f-ba1f-b77cd90a1847" + "01ac7f37-e222-4190-a741-87834ac0aa3a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidRoleDefinitionType\",\r\n \"message\": \"The role definition '40db3e06-6b30-4e63-b113-1b6adf800b20' request is not valid. The Role definition type value 'BuiltInRole' is not supported. The supported values are 'CustomRole'.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidRoleDefinitionType\",\r\n \"message\": \"The role definition '61180718-8f7c-4dee-8470-140a56c605fc' request is not valid. The Role definition type value 'BuiltInRole' is not supported. The supported values are 'CustomRole'.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "241" @@ -318,7 +318,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:54 GMT" + "Thu, 25 May 2017 07:16:48 GMT" ], "Pragma": [ "no-cache" @@ -330,7 +330,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "497a16fd-7f98-450a-a4e2-7e397859c047" + "606be75c-cd75-4560-af44-e013367adfa8" ], "X-Content-Type-Options": [ "nosniff" @@ -342,20 +342,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1175" ], "x-ms-correlation-request-id": [ - "85251a8b-da6c-480a-b8fa-0a49a169c281" + "284a1b26-9398-42d5-be30-5dfe86b2d811" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232554Z:85251a8b-da6c-480a-b8fa-0a49a169c281" + "SOUTHEASTASIA:20170525T071649Z:284a1b26-9398-42d5-be30-5dfe86b2d811" ] }, "StatusCode": 400 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -366,13 +366,13 @@ "342" ], "x-ms-client-request-id": [ - "69c7e0c7-8eba-4183-9ece-3f0434a8e8f2" + "2bffd51b-8b1d-4b62-9530-9203ad3e624e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -391,7 +391,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:54 GMT" + "Thu, 25 May 2017 07:16:49 GMT" ], "Pragma": [ "no-cache" @@ -403,7 +403,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "8ace46f2-c6c6-4de9-964d-179036bccf32" + "5f3e7bc9-7857-47a6-9b76-267308b2103a" ], "X-Content-Type-Options": [ "nosniff" @@ -415,22 +415,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1174" ], "x-ms-correlation-request-id": [ - "eb1120ed-f9a0-4ce2-8a86-4326bf65927d" + "79621366-9952-4d35-bf6f-be0d593b6eca" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232554Z:eb1120ed-f9a0-4ce2-8a86-4326bf65927d" + "SOUTHEASTASIA:20170525T071649Z:79621366-9952-4d35-bf6f-be0d593b6eca" ] }, "StatusCode": 400 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": []\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": []\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -439,13 +439,13 @@ "294" ], "x-ms-client-request-id": [ - "f3efddd7-9ebc-4c39-80ca-9b36c53d8de0" + "7760a941-d6bb-4e4f-89cf-ca2612b2b51c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -464,7 +464,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:54 GMT" + "Thu, 25 May 2017 07:16:49 GMT" ], "Pragma": [ "no-cache" @@ -476,7 +476,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "f6b235ac-b0d8-400c-8380-cfb8d5cf847d" + "ea2b5e22-c0e8-4cde-b532-21974df3f5ec" ], "X-Content-Type-Options": [ "nosniff" @@ -488,22 +488,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1173" ], "x-ms-correlation-request-id": [ - "15c0255d-3cf0-4127-9a18-7cfd80bfbb48" + "b771f95d-62b3-40c3-88b6-f6774f23a258" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232554Z:15c0255d-3cf0-4127-9a18-7cfd80bfbb48" + "SOUTHEASTASIA:20170525T071649Z:b771f95d-62b3-40c3-88b6-f6774f23a258" ] }, "StatusCode": 400 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/5ab77cc0-856a-40b4-968d-93aec01f7cdc?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNWFiNzdjYzAtODU2YS00MGI0LTk2OGQtOTNhZWMwMWY3Y2RjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/a72e4d46-27a1-4641-b567-f65758fd3648?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvYTcyZTRkNDYtMjdhMS00NjQxLWI1NjctZjY1NzU4ZmQzNjQ4P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -512,17 +512,17 @@ "390" ], "x-ms-client-request-id": [ - "2d2e7244-a6aa-44bb-b5c2-0e27e90d2dc1" + "c8094ae6-8ca9-4d9e-a2b8-26cf18ea4a73" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:33.2653483Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:33.2653483Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5ab77cc0-856a-40b4-968d-93aec01f7cdc\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:16.8439629Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:16.8439629Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a72e4d46-27a1-4641-b567-f65758fd3648\"\r\n}", "ResponseHeaders": { "Content-Length": [ "747" @@ -537,7 +537,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:33 GMT" + "Thu, 25 May 2017 07:16:21 GMT" ], "Pragma": [ "no-cache" @@ -549,7 +549,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "019db5f5-3a07-4e01-8c4e-ae770fa85eb2" + "5dc190ba-de9d-4b09-b92c-4db1ff1e9aac" ], "X-Content-Type-Options": [ "nosniff" @@ -561,35 +561,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1182" ], "x-ms-correlation-request-id": [ - "2993ad60-90ec-42db-b93d-0660d0c063a8" + "e7ce80df-fd4a-44d5-b58b-31b263f5b50f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232534Z:2993ad60-90ec-42db-b93d-0660d0c063a8" + "SOUTHEASTASIA:20170525T071621Z:e7ce80df-fd4a-44d5-b58b-31b263f5b50f" ] }, "StatusCode": 201 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ee07ca4-76bb-43ef-8000-28b2616513a7" + "3b1c529a-6f40-4762-bb9f-8c692bb5d6da" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:31.598982Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:31.598982Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"40db3e06-6b30-4e63-b113-1b6adf800b20\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:11.6878623Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:11.6878623Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"61180718-8f7c-4dee-8470-140a56c605fc\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -601,7 +601,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:34 GMT" + "Thu, 25 May 2017 07:16:24 GMT" ], "Pragma": [ "no-cache" @@ -619,7 +619,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "013bab40-bfdd-44ef-bedc-13491c65aaeb" + "4200d0c1-0ada-4035-9e42-f6b9f9e07a94" ], "X-Content-Type-Options": [ "nosniff" @@ -631,35 +631,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1181" ], "x-ms-correlation-request-id": [ - "647114cd-9022-4a3c-bbd1-899c0bdf41d0" + "a07f06e2-85bc-4edb-967e-b08d6c6c38e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232534Z:647114cd-9022-4a3c-bbd1-899c0bdf41d0" + "SOUTHEASTASIA:20170525T071624Z:a07f06e2-85bc-4edb-967e-b08d6c6c38e7" ] }, "StatusCode": 200 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNDBkYjNlMDYtNmIzMC00ZTYzLWIxMTMtMWI2YWRmODAwYjIwP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNjExODA3MTgtOGY3Yy00ZGVlLTg0NzAtMTQwYTU2YzYwNWZjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b06a723-71f3-498a-81f1-e3bbdc180aa7" + "2dd73abf-b055-4fc5-ba57-8e655daa152f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:50.4538518Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:52.1444329Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/40db3e06-6b30-4e63-b113-1b6adf800b20\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"40db3e06-6b30-4e63-b113-1b6adf800b20\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:41.5836031Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:44.5291404Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/61180718-8f7c-4dee-8470-140a56c605fc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"61180718-8f7c-4dee-8470-140a56c605fc\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -671,7 +671,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:53 GMT" + "Thu, 25 May 2017 07:16:47 GMT" ], "Pragma": [ "no-cache" @@ -689,7 +689,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ee141045-3278-4b1a-96b2-ece10a44c984" + "901e4de7-0644-46c9-a49e-74f324b0fc60" ], "X-Content-Type-Options": [ "nosniff" @@ -701,35 +701,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1177" ], "x-ms-correlation-request-id": [ - "36dcc785-28e6-4965-97a8-fdecf4ba4ea5" + "a5eddd81-f896-4a71-953e-b7b43005df8d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232553Z:36dcc785-28e6-4965-97a8-fdecf4ba4ea5" + "SOUTHEASTASIA:20170525T071648Z:a5eddd81-f896-4a71-953e-b7b43005df8d" ] }, "StatusCode": 200 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/5ab77cc0-856a-40b4-968d-93aec01f7cdc?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvNWFiNzdjYzAtODU2YS00MGI0LTk2OGQtOTNhZWMwMWY3Y2RjP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/a72e4d46-27a1-4641-b567-f65758fd3648?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9yZXNvdXJjZWdyb3Vwcy9BenVyZUF1dGh6U0RLL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9yb2xlRGVmaW5pdGlvbnMvYTcyZTRkNDYtMjdhMS00NjQxLWI1NjctZjY1NzU4ZmQzNjQ4P2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66b1ee63-492a-4feb-9c91-4b5fe6829451" + "d824b682-dfee-471c-9833-57e2a0c077bb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:25:33.2653483Z\",\r\n \"updatedOn\": \"2017-06-08T23:25:33.2653483Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5ab77cc0-856a-40b4-968d-93aec01f7cdc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5ab77cc0-856a-40b4-968d-93aec01f7cdc\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:16:16.8439629Z\",\r\n \"updatedOn\": \"2017-05-25T07:16:16.8439629Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a72e4d46-27a1-4641-b567-f65758fd3648\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a72e4d46-27a1-4641-b567-f65758fd3648\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -741,7 +741,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:34 GMT" + "Thu, 25 May 2017 07:16:25 GMT" ], "Pragma": [ "no-cache" @@ -759,7 +759,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6bcef444-4f2c-4b1b-a4b7-7b78140e68b3" + "7b6583e4-12f3-46d3-890e-f3c8b372f253" ], "X-Content-Type-Options": [ "nosniff" @@ -771,13 +771,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1180" ], "x-ms-correlation-request-id": [ - "cc2cf588-810f-4f0c-becb-b4d4377c1331" + "0ac51537-7e6f-432d-b49e-f847e93c47cd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232535Z:cc2cf588-810f-4f0c-becb-b4d4377c1331" + "SOUTHEASTASIA:20170525T071626Z:0ac51537-7e6f-432d-b49e-f847e93c47cd" ] }, "StatusCode": 200 @@ -789,17 +789,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b94c3eef-b95b-48e2-a8b6-f3de01b3eb6b" + "33948aaa-f4d8-4a2e-8077-eda93108515d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"nbaliga Contoso On-call\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Can monitor all resources and restart virtual machines\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/*\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicCompute/virtualmachines/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-19T22:10:02.4993418Z\",\r\n \"updatedOn\": \"2015-10-20T00:02:46.9017506Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/bfd2da93-f3d8-438f-854c-ed20bf819c35\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"bfd2da93-f3d8-438f-854c-ed20bf819c35\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_898c3500-1d5f-451e-95f7-1ae7a01990df\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-24T21:53:01.3397109Z\",\r\n \"updatedOn\": \"2017-05-24T21:53:01.3397109Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/898c3500-1d5f-451e-95f7-1ae7a01990df\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"898c3500-1d5f-451e-95f7-1ae7a01990df\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_8c086ac6-5d65-4b73-aae1-0219a9ab591d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-24T23:09:20.0608409Z\",\r\n \"updatedOn\": \"2017-05-24T23:09:20.0608409Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5457d3be-30b9-4ca8-9922-6c4ce57fb80b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5457d3be-30b9-4ca8-9922-6c4ce57fb80b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_d79c3534-164a-4eec-8e00-e51c9d3f88dc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-24T21:56:30.8250091Z\",\r\n \"updatedOn\": \"2017-05-24T21:56:30.8250091Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d79c3534-164a-4eec-8e00-e51c9d3f88dc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d79c3534-164a-4eec-8e00-e51c9d3f88dc\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ShubhamCustomRole23\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Can do eveything\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/Shubham_TestRG/providers/Microsoft.Storage/storageAccounts/shubhamstorage12345\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\",\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-12-02T02:10:44.4659422Z\",\r\n \"updatedOn\": \"2015-12-02T02:10:44.4659422Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/04bdc5a2-6b0d-4544-b07a-8c6496c8406d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"04bdc5a2-6b0d-4544-b07a-8c6496c8406d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestCustomRolePerm1\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Can do eveything\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/Shubham_TestRG\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\",\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-12-02T18:57:38.7338027Z\",\r\n \"updatedOn\": \"2017-04-21T00:40:18.8329568Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9d273ef9-51d9-4ccd-9b71-660cf00a4ac5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9d273ef9-51d9-4ccd-9b71-660cf00a4ac5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc22\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-06-08T21:13:46.3743438Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"nbaliga Contoso On-call\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Can monitor all resources and restart virtual machines\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/*\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicCompute/virtualmachines/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-19T22:10:02.4993418Z\",\r\n \"updatedOn\": \"2015-10-20T00:02:46.9017506Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/bfd2da93-f3d8-438f-854c-ed20bf819c35\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"bfd2da93-f3d8-438f-854c-ed20bf819c35\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_898c3500-1d5f-451e-95f7-1ae7a01990df\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-24T21:53:01.3397109Z\",\r\n \"updatedOn\": \"2017-05-24T21:53:01.3397109Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/898c3500-1d5f-451e-95f7-1ae7a01990df\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"898c3500-1d5f-451e-95f7-1ae7a01990df\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_8c086ac6-5d65-4b73-aae1-0219a9ab591d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-24T23:09:20.0608409Z\",\r\n \"updatedOn\": \"2017-05-24T23:09:20.0608409Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5457d3be-30b9-4ca8-9922-6c4ce57fb80b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5457d3be-30b9-4ca8-9922-6c4ce57fb80b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_d79c3534-164a-4eec-8e00-e51c9d3f88dc\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureStackSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-24T21:56:30.8250091Z\",\r\n \"updatedOn\": \"2017-05-24T21:56:30.8250091Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d79c3534-164a-4eec-8e00-e51c9d3f88dc\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d79c3534-164a-4eec-8e00-e51c9d3f88dc\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ShubhamCustomRole23\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Can do eveything\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/Shubham_TestRG/providers/Microsoft.Storage/storageAccounts/shubhamstorage12345\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\",\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-12-02T02:10:44.4659422Z\",\r\n \"updatedOn\": \"2015-12-02T02:10:44.4659422Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/04bdc5a2-6b0d-4544-b07a-8c6496c8406d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"04bdc5a2-6b0d-4544-b07a-8c6496c8406d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestCustomRolePerm1\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Can do eveything\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/Shubham_TestRG\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\",\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-12-02T18:57:38.7338027Z\",\r\n \"updatedOn\": \"2017-04-21T00:40:18.8329568Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9d273ef9-51d9-4ccd-9b71-660cf00a4ac5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9d273ef9-51d9-4ccd-9b71-660cf00a4ac5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -811,7 +811,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:54 GMT" + "Thu, 25 May 2017 07:16:48 GMT" ], "Pragma": [ "no-cache" @@ -829,7 +829,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8fbcb782-9789-47ea-bfc6-3fb91bf791ff" + "06045b98-7152-421d-a2d8-8aafaedb1f8e" ], "X-Content-Type-Options": [ "nosniff" @@ -841,13 +841,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14834" ], "x-ms-correlation-request-id": [ - "870cc80b-9b99-44db-9667-95b652ea4c30" + "95f149bc-3fb5-48d1-8ee4-0345c4a00653" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232554Z:870cc80b-9b99-44db-9667-95b652ea4c30" + "SOUTHEASTASIA:20170525T071649Z:95f149bc-3fb5-48d1-8ee4-0345c4a00653" ] }, "StatusCode": 200 @@ -865,13 +865,13 @@ "390" ], "x-ms-client-request-id": [ - "77694949-3fb6-4bdb-ab7b-d561a4306c08" + "773fc337-326d-44a8-8327-a8b0d9ea90f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -890,7 +890,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:25:54 GMT" + "Thu, 25 May 2017 07:16:48 GMT" ], "Pragma": [ "no-cache" @@ -902,7 +902,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "75db5383-8c1e-4a53-bb4b-0eec20eca5a8" + "4b527ea9-c487-411b-b4db-0ff036e3801c" ], "X-Content-Type-Options": [ "nosniff" @@ -914,13 +914,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1176" ], "x-ms-correlation-request-id": [ - "7ca590b6-5b28-4a18-b465-49b883c30bd3" + "a1c6697b-f6ce-4df4-b89d-556c50c85e7f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232554Z:7ca590b6-5b28-4a18-b465-49b883c30bd3" + "SOUTHEASTASIA:20170525T071649Z:a1c6697b-f6ce-4df4-b89d-556c50c85e7f" ] }, "StatusCode": 409 @@ -929,8 +929,8 @@ "Names": {}, "Variables": { "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "RoleDefinition1": "40db3e06-6b30-4e63-b113-1b6adf800b20", - "RoleDefinition2": "5ab77cc0-856a-40b4-968d-93aec01f7cdc", - "RoleDefinition3": "e5335ad9-418b-4561-bb2a-e8e2d2252a32" + "RoleDefinition1": "61180718-8f7c-4dee-8470-140a56c605fc", + "RoleDefinition2": "a72e4d46-27a1-4641-b567-f65758fd3648", + "RoleDefinition3": "6cdec8e6-b04b-4a25-8dda-e6ba96d9434b" } } \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionUpdateTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionUpdateTests.json index b51f85e3ce826..a9437d67a62de 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionUpdateTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionUpdateTests.json @@ -1,10 +1,10 @@ { "Entries": [ { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy8yMjY4ZjEzMy1jNjY4LTQ5NGItYmQ4MC03NGY2ZDQ3NjMxNjc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy83NWNmMmJkMi0wOTM2LTQwNWEtODMwMi1lMmJjYjZhN2RkNGI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -13,17 +13,17 @@ "389" ], "x-ms-client-request-id": [ - "238366a3-7a6a-4330-9fe4-1d571ee57fb2" + "8a7f3444-44c1-44ed-84c7-7b0f3760ad22" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:42:24.828114Z\",\r\n \"updatedOn\": \"2017-06-08T23:42:24.828114Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2268f133-c668-494b-bd80-74f6d4763167\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"NewRoleName_75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:14:41.3949153Z\",\r\n \"updatedOn\": \"2017-05-25T07:14:41.3949153Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\"\r\n}", "ResponseHeaders": { "Content-Length": [ "746" @@ -38,7 +38,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:42:26 GMT" + "Thu, 25 May 2017 07:14:46 GMT" ], "Pragma": [ "no-cache" @@ -50,7 +50,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "1debfe71-b28c-42cf-9013-3bda83e2b989" + "6de7431e-f732-44ef-960e-da6528b175d8" ], "X-Content-Type-Options": [ "nosniff" @@ -62,22 +62,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1169" ], "x-ms-correlation-request-id": [ - "280df1bf-574b-41d6-8fd1-91760cbcb1b6" + "63bd517a-a317-42e2-a85c-4ff566130e75" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T234226Z:280df1bf-574b-41d6-8fd1-91760cbcb1b6" + "SOUTHEASTASIA:20170525T071446Z:63bd517a-a317-42e2-a85c-4ff566130e75" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy8yMjY4ZjEzMy1jNjY4LTQ5NGItYmQ4MC03NGY2ZDQ3NjMxNjc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy83NWNmMmJkMi0wOTM2LTQwNWEtODMwMi1lMmJjYjZhN2RkNGI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"UpdatedRoleName_2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"roleName\": \"UpdatedRoleName_75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -86,17 +86,17 @@ "432" ], "x-ms-client-request-id": [ - "5c8a6530-826e-46d3-9873-b650ffd98fa4" + "2e835bad-8977-4a2a-ac1d-76d6936c2fbc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"UpdatedRoleName_2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:42:26.645695Z\",\r\n \"updatedOn\": \"2017-06-08T23:42:26.645695Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2268f133-c668-494b-bd80-74f6d4763167\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"UpdatedRoleName_75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:14:47.015241Z\",\r\n \"updatedOn\": \"2017-05-25T07:14:47.015241Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\"\r\n}", "ResponseHeaders": { "Content-Length": [ "743" @@ -111,7 +111,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:42:27 GMT" + "Thu, 25 May 2017 07:14:50 GMT" ], "Pragma": [ "no-cache" @@ -123,7 +123,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "966ed5dc-0bec-4162-8dfb-36e9beac9803" + "654c4748-ef1c-40ad-afc5-5f3e7e0cbbe2" ], "X-Content-Type-Options": [ "nosniff" @@ -135,20 +135,20 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1168" ], "x-ms-correlation-request-id": [ - "1eb2d797-7b47-4d3c-b725-99b3b65f6256" + "9e040615-2c42-4f01-bd90-c4f7f9944a00" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T234227Z:1eb2d797-7b47-4d3c-b725-99b3b65f6256" + "SOUTHEASTASIA:20170525T071451Z:9e040615-2c42-4f01-bd90-c4f7f9944a00" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy8yMjY4ZjEzMy1jNjY4LTQ5NGItYmQ4MC03NGY2ZDQ3NjMxNjc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy83NWNmMmJkMi0wOTM2LTQwNWEtODMwMi1lMmJjYjZhN2RkNGI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"New Test Custom Role\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ]\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -159,13 +159,13 @@ "359" ], "x-ms-client-request-id": [ - "3d70e4e9-4ce3-42e3-9e4c-ab92430edc12" + "4f447e81-4d79-419e-9780-b095bf32fa0f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -184,7 +184,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:42:27 GMT" + "Thu, 25 May 2017 07:14:51 GMT" ], "Pragma": [ "no-cache" @@ -196,7 +196,7 @@ "x-ms-gateway-slice=productionb; path=/" ], "x-ms-request-id": [ - "1070d2f5-1360-43da-95b9-dd043e57467b" + "92f81103-9c6f-4a29-b68e-8a80283d640e" ], "X-Content-Type-Options": [ "nosniff" @@ -208,35 +208,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1167" ], "x-ms-correlation-request-id": [ - "d17b51d0-e607-47dd-8dfe-ac9287324122" + "6117170b-f7df-40c2-9584-71eea98866d2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T234227Z:d17b51d0-e607-47dd-8dfe-ac9287324122" + "SOUTHEASTASIA:20170525T071451Z:6117170b-f7df-40c2-9584-71eea98866d2" ] }, "StatusCode": 400 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy8yMjY4ZjEzMy1jNjY4LTQ5NGItYmQ4MC03NGY2ZDQ3NjMxNjc/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy83NWNmMmJkMi0wOTM2LTQwNWEtODMwMi1lMmJjYjZhN2RkNGI/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6f78f18-f5bb-4613-a832-178b14eed2de" + "009861a3-04f2-4e7e-93e5-b99543a882f8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"UpdatedRoleName_2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-06-08T23:42:24.828114Z\",\r\n \"updatedOn\": \"2017-06-08T23:42:26.645695Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2268f133-c668-494b-bd80-74f6d4763167\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2268f133-c668-494b-bd80-74f6d4763167\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"UpdatedRoleName_75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"New Test Custom Role\",\r\n \"assignableScopes\": [\r\n \"subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/Read\",\r\n \"Microsoft.Support/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T07:14:41.3949153Z\",\r\n \"updatedOn\": \"2017-05-25T07:14:47.015241Z\",\r\n \"createdBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\",\r\n \"updatedBy\": \"f2dc21ac-702a-4bde-a4ce-146edf751d81\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"75cf2bd2-0936-405a-8302-e2bcb6a7dd4b\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -248,7 +248,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:42:28 GMT" + "Thu, 25 May 2017 07:14:52 GMT" ], "Pragma": [ "no-cache" @@ -266,7 +266,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "80075c00-01cb-4476-8e7a-5bfc1b7ef6ad" + "bbb8ff1d-04df-4682-b39d-6e0dfda02f95" ], "X-Content-Type-Options": [ "nosniff" @@ -278,13 +278,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1166" ], "x-ms-correlation-request-id": [ - "704bf4a7-9b00-49f0-af64-0e9a10690402" + "8fe3d7a6-617d-4abe-a01a-8cf40cc7c05d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T234228Z:704bf4a7-9b00-49f0-af64-0e9a10690402" + "SOUTHEASTASIA:20170525T071453Z:8fe3d7a6-617d-4abe-a01a-8cf40cc7c05d" ] }, "StatusCode": 200 @@ -293,6 +293,6 @@ "Names": {}, "Variables": { "SubscriptionId": "4004a9fd-d58e-48dc-aeb2-4a4aec58606f", - "RoleDefinition": "2268f133-c668-494b-bd80-74f6d4763167" + "RoleDefinition": "75cf2bd2-0936-405a-8302-e2bcb6a7dd4b" } } \ No newline at end of file diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsByIdTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsByIdTests.json index e9d7e70b8b838..cad0320d6fa10 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsByIdTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsByIdTests.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26b1c43e-740a-471a-8145-617c34029c00" + "f10f8b3a-4f69-4051-8b27-a7c047816cc3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:22 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9e22a82d-144a-4301-9f54-b43ca0655fa3" + "44b62216-49f8-4432-a933-111544dcfe1c" ], "X-Content-Type-Options": [ "nosniff" @@ -59,13 +59,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14902" ], "x-ms-correlation-request-id": [ - "5ffb0fe5-0a16-456b-b2e3-3978e77f1b57" + "1ad1c93a-2954-47e9-8789-741900dd2011" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232649Z:5ffb0fe5-0a16-456b-b2e3-3978e77f1b57" + "SOUTHEASTASIA:20170525T071423Z:1ad1c93a-2954-47e9-8789-741900dd2011" ] }, "StatusCode": 200 @@ -77,13 +77,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac6cd02c-5c38-4eb7-8578-9b29b2c0a694" + "258ac8bc-b7da-48fd-8e22-a3d26eb9fe24" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -99,7 +99,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -117,7 +117,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e03c7f84-dfb1-44d8-a78e-03d4eed93958" + "93b1ec1e-cd89-4778-b9b9-20b094ec7c7b" ], "X-Content-Type-Options": [ "nosniff" @@ -129,13 +129,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14901" ], "x-ms-correlation-request-id": [ - "d1019d21-39ce-4462-bc5f-73051a665f09" + "91e5556b-ca10-4d2a-a544-9d30da51c834" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232649Z:d1019d21-39ce-4462-bc5f-73051a665f09" + "SOUTHEASTASIA:20170525T071423Z:91e5556b-ca10-4d2a-a544-9d30da51c834" ] }, "StatusCode": 200 @@ -147,13 +147,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a00d73c-f567-43a6-a9d8-2edf37ee33e7" + "8c74f72c-e148-47c3-a396-a6a8fddb7311" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -169,7 +169,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -187,7 +187,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "74fc1b4a-4c92-4791-b8fd-be8b736a8022" + "0b08befe-37b7-41da-a4c1-51d955059bb3" ], "X-Content-Type-Options": [ "nosniff" @@ -199,13 +199,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14900" ], "x-ms-correlation-request-id": [ - "c345533b-7651-436e-a068-e1124d42197d" + "daf8a151-f709-4d30-aed6-52533eadf810" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232649Z:c345533b-7651-436e-a068-e1124d42197d" + "SOUTHEASTASIA:20170525T071423Z:daf8a151-f709-4d30-aed6-52533eadf810" ] }, "StatusCode": 200 @@ -217,13 +217,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5184725f-308d-4c0e-ac64-4e454a5fded6" + "58888856-ea1a-4b7e-bf05-3405f6a25074" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -239,7 +239,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -257,7 +257,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0e4bc287-1d8d-4bd1-a17f-1d4518e829c5" + "c807f844-ad9a-4c71-857e-607d254db996" ], "X-Content-Type-Options": [ "nosniff" @@ -269,13 +269,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14899" ], "x-ms-correlation-request-id": [ - "5ad309bc-6a14-42af-8940-b98f50bef0ba" + "8d84c825-4da6-4f49-afd2-11769cc5b58d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232649Z:5ad309bc-6a14-42af-8940-b98f50bef0ba" + "SOUTHEASTASIA:20170525T071423Z:8d84c825-4da6-4f49-afd2-11769cc5b58d" ] }, "StatusCode": 200 @@ -287,13 +287,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b51b5b9-6012-49ca-b71c-d98ce4170c5f" + "a6065208-8d9d-4f51-ba8b-b3cb7510c4a8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -309,7 +309,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -327,7 +327,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7250d081-784b-4dc9-ae19-fe1a7a00c793" + "d82912b5-508e-4f4a-92c9-637b56707226" ], "X-Content-Type-Options": [ "nosniff" @@ -339,35 +339,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14898" ], "x-ms-correlation-request-id": [ - "9cba8946-d225-4b4c-97b6-d71bdcd52ec5" + "5cd06475-393e-4a6c-8f22-d579ee0059af" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232649Z:9cba8946-d225-4b4c-97b6-d71bdcd52ec5" + "SOUTHEASTASIA:20170525T071423Z:5cd06475-393e-4a6c-8f22-d579ee0059af" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy8yMzljZDBlNy01ZTI3LTQ4NzItYTFkMC0wZmYzYzRjZWM2YjY/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy80MWM4MTIxOS1lMGI3LTRkODEtOTZkYi01YWMyN2ZmMjM0YmU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff650eea-445e-4cdf-9ed7-83ee189eb598" + "a749599f-aab0-4683-8d15-45ddb9cd4fdc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -379,7 +379,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -397,7 +397,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "db1dd638-baab-4ac8-9d80-be2a1c956238" + "1b7f9702-fd02-4222-a996-2a7d829847af" ], "X-Content-Type-Options": [ "nosniff" @@ -409,35 +409,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14897" ], "x-ms-correlation-request-id": [ - "5b5522bc-3157-42a2-a247-fca7b0653348" + "9cc6bc53-efa4-4d77-9bbe-bc8c7b8472f2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:5b5522bc-3157-42a2-a247-fca7b0653348" + "SOUTHEASTASIA:20170525T071423Z:9cc6bc53-efa4-4d77-9bbe-bc8c7b8472f2" ] }, "StatusCode": 200 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZURlZmluaXRpb25zLzIzOWNkMGU3LTVlMjctNDg3Mi1hMWQwLTBmZjNjNGNlYzZiNj9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZURlZmluaXRpb25zLzQxYzgxMjE5LWUwYjctNGQ4MS05NmRiLTVhYzI3ZmYyMzRiZT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b11c5e8-1b41-44be-8a41-08629c41bd41" + "7a17847f-baf3-43e3-aa5a-885973181841" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -449,7 +449,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:49 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -467,7 +467,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "274faece-131f-4b31-be9f-a0ec98c1d577" + "68ecdcda-b6ee-46c6-95b2-7bf389fd157b" ], "X-Content-Type-Options": [ "nosniff" @@ -479,35 +479,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14896" ], "x-ms-correlation-request-id": [ - "2a2a6075-7d2f-4fff-8f94-4a3efec83f46" + "a330f1fd-6767-452a-b548-352db01d617d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:2a2a6075-7d2f-4fff-8f94-4a3efec83f46" + "SOUTHEASTASIA:20170525T071423Z:a330f1fd-6767-452a-b548-352db01d617d" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy80MWM4MTIxOS1lMGI3LTRkODEtOTZkYi01YWMyN2ZmMjM0YmU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy9hNTFkOGZjMC0zZjRjLTQxZGYtOTBjNi0yMTcyMTI5Y2IzYTM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9ae7092-c7e1-4679-ba5a-cdfde9160fd2" + "4bcf36e6-a006-4ec1-8717-d2401ae52bb8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -519,7 +519,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -537,7 +537,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5e484ece-d5e6-4a36-9470-3a9d5b35a72d" + "99ae8a60-6f44-4dcc-8fd8-296fab697ddc" ], "X-Content-Type-Options": [ "nosniff" @@ -549,35 +549,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14895" ], "x-ms-correlation-request-id": [ - "48a94d50-f0c4-4169-b8cb-bfad9756f3e5" + "ece6a63d-657e-4626-91c5-27c7810c2795" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:48a94d50-f0c4-4169-b8cb-bfad9756f3e5" + "SOUTHEASTASIA:20170525T071424Z:ece6a63d-657e-4626-91c5-27c7810c2795" ] }, "StatusCode": 200 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZURlZmluaXRpb25zLzQxYzgxMjE5LWUwYjctNGQ4MS05NmRiLTVhYzI3ZmYyMzRiZT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZURlZmluaXRpb25zL2E1MWQ4ZmMwLTNmNGMtNDFkZi05MGM2LTIxNzIxMjljYjNhMz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4fa961a-b6e0-47dc-92f8-5f5f7837ac0c" + "7746026e-198a-4d1f-8063-76c9c45781c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -589,7 +589,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -607,7 +607,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6489e2a4-547a-4b15-bb6d-bd9e254a8513" + "77dd7e36-8ad4-48cb-9bc5-1d228f6c847a" ], "X-Content-Type-Options": [ "nosniff" @@ -619,35 +619,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14894" ], "x-ms-correlation-request-id": [ - "a02d83fa-a660-4611-ba73-e631916a9066" + "0f997861-b024-4d79-a729-dd30977e6160" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:a02d83fa-a660-4611-ba73-e631916a9066" + "SOUTHEASTASIA:20170525T071424Z:0f997861-b024-4d79-a729-dd30977e6160" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy9hNTFkOGZjMC0zZjRjLTQxZGYtOTBjNi0yMTcyMTI5Y2IzYTM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy83Y2ZiMzgzZC1mOTgyLTRhZDctODBlYy0yZDQzZjRkNjUwMDU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1e46fdf-2a9c-438c-afdc-d083e85cf1f6" + "6ca0131c-f8a3-4dd7-80d3-eff3ea8fbdd7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -659,7 +659,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:23 GMT" ], "Pragma": [ "no-cache" @@ -677,7 +677,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3ef38ee3-cbc6-4510-9a69-3f4c98e40d5c" + "9d93f2f6-b3f3-4c3e-88a3-a1d4952c5246" ], "X-Content-Type-Options": [ "nosniff" @@ -689,35 +689,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14893" ], "x-ms-correlation-request-id": [ - "6b92fc6b-5ad2-4792-aa32-81421c0ceeef" + "b90e6a98-708e-4d4c-840a-bfa0ef2f8f52" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:6b92fc6b-5ad2-4792-aa32-81421c0ceeef" + "SOUTHEASTASIA:20170525T071424Z:b90e6a98-708e-4d4c-840a-bfa0ef2f8f52" ] }, "StatusCode": 200 }, { - "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3?api-version=2015-07-01", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZURlZmluaXRpb25zL2E1MWQ4ZmMwLTNmNGMtNDFkZi05MGM2LTIxNzIxMjljYjNhMz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", + "RequestUri": "//subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005?api-version=2015-07-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzQwMDRhOWZkLWQ1OGUtNDhkYy1hZWIyLTRhNGFlYzU4NjA2Zi9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcm9sZURlZmluaXRpb25zLzdjZmIzODNkLWY5ODItNGFkNy04MGVjLTJkNDNmNGQ2NTAwNT9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a75efee-96f4-42de-96ca-4f99c77ba35d" + "b508d3d8-8458-4bae-b1eb-e728f059b0e9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -729,7 +729,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -747,7 +747,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e25b80d3-9b2d-41dd-b13a-374fe68142d2" + "fd5d68e7-a40a-48ec-a3ce-c3bc56d23c39" ], "X-Content-Type-Options": [ "nosniff" @@ -759,13 +759,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14892" ], "x-ms-correlation-request-id": [ - "9bb3d9fd-65c7-4aba-b6eb-32c9ad5b8e1f" + "ce5c831c-a219-463c-8e4c-b462b4931c16" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:9bb3d9fd-65c7-4aba-b6eb-32c9ad5b8e1f" + "SOUTHEASTASIA:20170525T071424Z:ce5c831c-a219-463c-8e4c-b462b4931c16" ] }, "StatusCode": 200 @@ -777,13 +777,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d383cc7-01f4-4f59-b261-bedc551ecd25" + "2220c08e-db9d-4279-83bf-004c4af16b8f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -799,7 +799,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -817,7 +817,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bfbd2e5c-8691-402c-9e6f-fd410a32bfab" + "b39e9c48-240e-425a-9f7d-463ce53863ee" ], "X-Content-Type-Options": [ "nosniff" @@ -829,13 +829,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14891" ], "x-ms-correlation-request-id": [ - "9970a253-010a-4e20-95dc-7225060ecbd2" + "26911309-f3b9-433d-abdc-cde4afb44b6e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:9970a253-010a-4e20-95dc-7225060ecbd2" + "SOUTHEASTASIA:20170525T071424Z:26911309-f3b9-433d-abdc-cde4afb44b6e" ] }, "StatusCode": 200 @@ -847,13 +847,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f50d83f8-7e73-47fa-af60-2a24e6b35fe5" + "035a5866-6757-4619-b7b8-27f3b7fe0b12" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -869,7 +869,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -887,7 +887,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f1fa659e-5aac-48fd-aad4-f5fd4c92bfb7" + "3895343f-54b1-445c-af37-ecc2788358a8" ], "X-Content-Type-Options": [ "nosniff" @@ -899,13 +899,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14890" ], "x-ms-correlation-request-id": [ - "24e17923-77bb-47ab-8fb7-f37e3bd498a1" + "d75e1d58-dab4-4df2-ab25-5e7c167ce04a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:24e17923-77bb-47ab-8fb7-f37e3bd498a1" + "SOUTHEASTASIA:20170525T071424Z:d75e1d58-dab4-4df2-ab25-5e7c167ce04a" ] }, "StatusCode": 200 @@ -917,13 +917,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46a12955-8f8e-4ae4-9dea-79d704f7e045" + "ebc81561-055c-4e75-9d7d-9b2552df1185" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -939,7 +939,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -957,7 +957,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7e883fbe-02c9-400a-82b9-eed9c86a950a" + "064b4c11-d516-4491-bf06-2f8b071f8e12" ], "X-Content-Type-Options": [ "nosniff" @@ -969,13 +969,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14889" ], "x-ms-correlation-request-id": [ - "3f47e348-4e11-49c9-b1a1-27a470b02815" + "4742338c-4447-4244-a4c0-40deeab011ae" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:3f47e348-4e11-49c9-b1a1-27a470b02815" + "SOUTHEASTASIA:20170525T071424Z:4742338c-4447-4244-a4c0-40deeab011ae" ] }, "StatusCode": 200 @@ -987,13 +987,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1e58443-2e20-472f-880a-23e3c1985ba8" + "1f7cbc44-e1c6-4735-9384-add677f4318a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1009,7 +1009,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -1027,7 +1027,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "81cc00e4-cf14-4ccf-b956-10be763a2742" + "801f1d97-de69-4b0a-bd26-a79cee328f61" ], "X-Content-Type-Options": [ "nosniff" @@ -1039,13 +1039,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14888" ], "x-ms-correlation-request-id": [ - "a26b97fa-2efb-452f-b58c-d8c47369a4e8" + "c22119f8-bcc3-4ed8-bfab-fe3c17754334" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:a26b97fa-2efb-452f-b58c-d8c47369a4e8" + "SOUTHEASTASIA:20170525T071424Z:c22119f8-bcc3-4ed8-bfab-fe3c17754334" ] }, "StatusCode": 200 @@ -1057,13 +1057,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbfa7658-069a-4d21-8731-b6aa07dbee2d" + "6ca380b7-ba00-43e8-b985-53cca3fe4258" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1079,7 +1079,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -1097,7 +1097,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2ba939e1-47ac-4ce8-9c58-2fd093c3583b" + "60d5cfae-b423-4997-bc13-8f5124854d53" ], "X-Content-Type-Options": [ "nosniff" @@ -1109,13 +1109,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14887" ], "x-ms-correlation-request-id": [ - "e241a16d-29e9-456d-b4a2-3afd81d71455" + "2ea0fa86-dac9-4d0f-afa2-bfa172257181" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232650Z:e241a16d-29e9-456d-b4a2-3afd81d71455" + "SOUTHEASTASIA:20170525T071424Z:2ea0fa86-dac9-4d0f-afa2-bfa172257181" ] }, "StatusCode": 200 @@ -1127,13 +1127,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7786b283-36ae-4d8c-baec-52ca3fa2a542" + "a25a0f83-987b-4ccf-a5cf-e6aa53bb7469" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1149,7 +1149,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -1167,7 +1167,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "666f99a7-4a04-415e-9378-1847bf57b788" + "8e8fb11a-a6c4-4305-b478-43b6674dbde4" ], "X-Content-Type-Options": [ "nosniff" @@ -1179,13 +1179,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14886" ], "x-ms-correlation-request-id": [ - "a3e69008-abc7-4ad7-8ec0-2dee5ecc39e6" + "b7deee0a-90f8-403e-8dc8-3735e3657247" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:a3e69008-abc7-4ad7-8ec0-2dee5ecc39e6" + "SOUTHEASTASIA:20170525T071425Z:b7deee0a-90f8-403e-8dc8-3735e3657247" ] }, "StatusCode": 200 @@ -1197,13 +1197,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49a4d982-aae3-430c-b48d-6069dc3947f7" + "7e1130fe-90f4-4755-9787-f0e2e2a2e624" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1219,7 +1219,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:50 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -1237,7 +1237,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6aea1e81-ec14-49c8-a5b7-cf2f7eadadc9" + "4b0e4bbf-f110-45b3-bc6f-fffc1acc7b15" ], "X-Content-Type-Options": [ "nosniff" @@ -1249,13 +1249,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14885" ], "x-ms-correlation-request-id": [ - "595fa73f-5e72-4546-98cc-87c8cb4c4afe" + "5a16ea2c-ff4d-4ae6-a382-5957b84b8e5c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:595fa73f-5e72-4546-98cc-87c8cb4c4afe" + "SOUTHEASTASIA:20170525T071425Z:5a16ea2c-ff4d-4ae6-a382-5957b84b8e5c" ] }, "StatusCode": 200 @@ -1267,13 +1267,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2ca9c3b-009a-4f8b-bf55-3b48231f9b17" + "ff6037be-8a0b-4044-8f2a-b6692901cc6b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1289,7 +1289,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:24 GMT" ], "Pragma": [ "no-cache" @@ -1307,7 +1307,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "54560e78-ec9a-48a1-b580-354ad1d7f67b" + "46c5a8fe-c05f-4a9e-bb45-60277b79fe1c" ], "X-Content-Type-Options": [ "nosniff" @@ -1319,13 +1319,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14884" ], "x-ms-correlation-request-id": [ - "bb5616e1-54a8-4540-a782-da37466bbb73" + "f025ff6d-db20-4b45-8c45-35dc5d3fe1aa" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:bb5616e1-54a8-4540-a782-da37466bbb73" + "SOUTHEASTASIA:20170525T071425Z:f025ff6d-db20-4b45-8c45-35dc5d3fe1aa" ] }, "StatusCode": 200 @@ -1337,13 +1337,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0badcdb3-18b7-412f-b371-ce7c46a24ed1" + "7c51cf54-4a82-47dc-9ae8-4b5c75a97e74" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1359,7 +1359,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1377,7 +1377,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1ee93c75-d6c4-4bf0-a8b4-4b636011770e" + "26b40c97-a2d5-4e8e-b191-e7b5f2f8c1a2" ], "X-Content-Type-Options": [ "nosniff" @@ -1389,13 +1389,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14883" ], "x-ms-correlation-request-id": [ - "96c19e9d-9277-448f-b96e-34f20f3deb95" + "a9eb645f-8e89-4672-b5fd-ef2790543017" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:96c19e9d-9277-448f-b96e-34f20f3deb95" + "SOUTHEASTASIA:20170525T071425Z:a9eb645f-8e89-4672-b5fd-ef2790543017" ] }, "StatusCode": 200 @@ -1407,13 +1407,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c15da19-ee58-40c5-86e3-6c5ba5a83f7c" + "eded4df9-0d1f-4e14-bd32-14bcdf48af6d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1429,7 +1429,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1447,7 +1447,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c5565b04-8a07-4e6c-b443-ac8022869f33" + "42a23529-0588-4e7f-9792-2df77d92c7a8" ], "X-Content-Type-Options": [ "nosniff" @@ -1459,13 +1459,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14882" ], "x-ms-correlation-request-id": [ - "16bc99bb-c212-4d8d-945b-877ce799024f" + "0bed93e8-9a92-4d03-9f23-df0ff50afea0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:16bc99bb-c212-4d8d-945b-877ce799024f" + "SOUTHEASTASIA:20170525T071425Z:0bed93e8-9a92-4d03-9f23-df0ff50afea0" ] }, "StatusCode": 200 @@ -1477,13 +1477,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2358bc9-4878-4884-91d6-52ca1ca1966e" + "938339d9-99cf-4e55-95f0-cb7302896f74" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1499,7 +1499,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1517,7 +1517,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8940f39d-b40c-432e-a136-48beb8c61796" + "ab586ae0-340a-4ef4-a26e-5e2bd6ef607c" ], "X-Content-Type-Options": [ "nosniff" @@ -1529,13 +1529,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14881" ], "x-ms-correlation-request-id": [ - "cc4492b2-d678-4e10-8120-f2aed7047c46" + "c48dd6fb-d547-48e1-b638-a90d1169d128" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:cc4492b2-d678-4e10-8120-f2aed7047c46" + "SOUTHEASTASIA:20170525T071425Z:c48dd6fb-d547-48e1-b638-a90d1169d128" ] }, "StatusCode": 200 @@ -1547,13 +1547,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1382a4b-9b3f-447a-836a-c67e5d328256" + "196d82ac-511c-45f7-9f17-41fd91ad340e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1569,7 +1569,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1587,7 +1587,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c3b37a4b-867b-434a-b394-3a7be12bfb2d" + "2d793c41-9367-4604-baca-f0b5a4b27fd8" ], "X-Content-Type-Options": [ "nosniff" @@ -1599,13 +1599,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14880" ], "x-ms-correlation-request-id": [ - "2fb831a2-5eb3-4bef-b048-ceb5e6461d12" + "fb8881c1-f23c-47c4-8f93-4d691f45aa02" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:2fb831a2-5eb3-4bef-b048-ceb5e6461d12" + "SOUTHEASTASIA:20170525T071425Z:fb8881c1-f23c-47c4-8f93-4d691f45aa02" ] }, "StatusCode": 200 @@ -1617,13 +1617,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de37f059-f690-4b96-afe0-9d61291c51ea" + "e6307c5f-5cc4-4064-96a4-7e91ddb567e1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1639,7 +1639,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1657,7 +1657,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "db8bbc03-390b-4537-b053-ce16b6d092c7" + "ea1a1e56-cbc0-44f3-b9d2-6c60c94ebc6b" ], "X-Content-Type-Options": [ "nosniff" @@ -1669,13 +1669,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14879" ], "x-ms-correlation-request-id": [ - "79129377-36c0-43a3-91ce-809d29771b14" + "7e14e9ce-bad2-4bd4-80d9-0bc6c54a002d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:79129377-36c0-43a3-91ce-809d29771b14" + "SOUTHEASTASIA:20170525T071425Z:7e14e9ce-bad2-4bd4-80d9-0bc6c54a002d" ] }, "StatusCode": 200 @@ -1687,13 +1687,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d6e6132-3f87-4b07-8e42-df1f13024629" + "e2739218-dfe5-40c5-b23a-b858e2090f49" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1709,7 +1709,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1727,7 +1727,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "29a38707-5263-433f-b231-ef2115a9d2cf" + "8182fe24-0796-4eae-b015-4b090b42d430" ], "X-Content-Type-Options": [ "nosniff" @@ -1739,13 +1739,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14878" ], "x-ms-correlation-request-id": [ - "b0dab4e6-3f93-4d17-bda7-efae1ac8cbb0" + "54bedad6-fb6d-4a0a-aec7-e40c253f2e86" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:b0dab4e6-3f93-4d17-bda7-efae1ac8cbb0" + "SOUTHEASTASIA:20170525T071425Z:54bedad6-fb6d-4a0a-aec7-e40c253f2e86" ] }, "StatusCode": 200 @@ -1757,13 +1757,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a36fb70c-f566-4331-b878-6e87e360f76d" + "248dddee-b091-436e-9dd1-565c75e9301a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1779,7 +1779,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1797,7 +1797,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a67158aa-6059-4d7d-9df9-381326a2fcb2" + "e425b3b6-1e42-4794-80f6-134a4ce50057" ], "X-Content-Type-Options": [ "nosniff" @@ -1809,13 +1809,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14877" ], "x-ms-correlation-request-id": [ - "eb215de5-bd3a-4318-b590-cceb96bec52d" + "72c378f2-8995-40cb-961c-8967ea0b86a5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:eb215de5-bd3a-4318-b590-cceb96bec52d" + "SOUTHEASTASIA:20170525T071425Z:72c378f2-8995-40cb-961c-8967ea0b86a5" ] }, "StatusCode": 200 @@ -1827,13 +1827,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3536950b-ebc4-4b90-9778-c4b2de8e746c" + "83220d2f-03d7-4d9e-83f8-9d8c9175d2a7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1849,7 +1849,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1867,7 +1867,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "83d1cf53-c30a-45e9-9799-7f3eb15d521b" + "c8f184b3-d75c-4e75-8db2-9606a0e3cb81" ], "X-Content-Type-Options": [ "nosniff" @@ -1879,13 +1879,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "14876" ], "x-ms-correlation-request-id": [ - "eb5d19d9-c8a1-4ddd-95be-a6fefdc1bc50" + "cc5843c3-c9a8-468a-a57e-5bc9e51d43b1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232651Z:eb5d19d9-c8a1-4ddd-95be-a6fefdc1bc50" + "SOUTHEASTASIA:20170525T071426Z:cc5843c3-c9a8-468a-a57e-5bc9e51d43b1" ] }, "StatusCode": 200 @@ -1897,13 +1897,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f925d107-e4d1-442e-b524-52b96f8d7b12" + "44b14d2f-4dc2-421b-a214-72734a4f615b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1919,7 +1919,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -1937,7 +1937,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e1e7d67b-e7f2-4878-a5b6-95f5dd206e99" + "f4e0ce3a-bd30-42d7-900c-ea1c8fbb551e" ], "X-Content-Type-Options": [ "nosniff" @@ -1949,13 +1949,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14875" ], "x-ms-correlation-request-id": [ - "42017ebd-49b0-451d-aa76-4c42d1334e04" + "270f7ce4-87b8-4353-aea6-a711f4e1a32d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:42017ebd-49b0-451d-aa76-4c42d1334e04" + "SOUTHEASTASIA:20170525T071426Z:270f7ce4-87b8-4353-aea6-a711f4e1a32d" ] }, "StatusCode": 200 @@ -1967,13 +1967,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc37bc3a-9eaa-405f-8671-29c7e199943a" + "abfaa07f-38a0-437a-aa38-cb86494e8ba3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1989,7 +1989,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -2007,7 +2007,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "61b0baaf-d182-4597-ac39-e213469b597b" + "5241ee23-4341-43b3-970f-a143a04a626b" ], "X-Content-Type-Options": [ "nosniff" @@ -2019,13 +2019,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14874" ], "x-ms-correlation-request-id": [ - "0bb10f21-4b2f-452b-93d7-2eea5fb26f7c" + "f4cc06d6-e3bc-4a3b-abae-36c7191f6737" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:0bb10f21-4b2f-452b-93d7-2eea5fb26f7c" + "SOUTHEASTASIA:20170525T071426Z:f4cc06d6-e3bc-4a3b-abae-36c7191f6737" ] }, "StatusCode": 200 @@ -2037,13 +2037,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "583a0ab2-bd9b-4ccd-af07-26d9d5b51e46" + "34473e47-b261-4e07-b421-96dfcc36b4fe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2059,7 +2059,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:51 GMT" + "Thu, 25 May 2017 07:14:25 GMT" ], "Pragma": [ "no-cache" @@ -2077,7 +2077,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eb270c10-1bd2-4f37-bf6d-8f6a8251b958" + "7a75fd42-4dbb-468f-b2e8-852a98a15466" ], "X-Content-Type-Options": [ "nosniff" @@ -2089,13 +2089,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14873" ], "x-ms-correlation-request-id": [ - "8534d5b0-c5a5-41e2-bea2-2e59310113e5" + "d9e031db-53e7-485c-a62c-7b5260d6497c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:8534d5b0-c5a5-41e2-bea2-2e59310113e5" + "SOUTHEASTASIA:20170525T071426Z:d9e031db-53e7-485c-a62c-7b5260d6497c" ] }, "StatusCode": 200 @@ -2107,13 +2107,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "231b2ee7-001b-4541-b92c-35602b164cb3" + "c41c9ac0-44d4-45cd-8c1f-e2c48fe4136d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2129,7 +2129,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2147,7 +2147,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5a28e8fc-16fc-40b2-907d-9e13715e0443" + "5bb71628-bf6d-4444-bb85-43e81c7938eb" ], "X-Content-Type-Options": [ "nosniff" @@ -2159,13 +2159,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "14872" ], "x-ms-correlation-request-id": [ - "4c569f5b-9654-4b8a-bcae-70e829f75fb1" + "28ebaac3-6628-4ead-88bd-813aeb9fd038" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:4c569f5b-9654-4b8a-bcae-70e829f75fb1" + "SOUTHEASTASIA:20170525T071426Z:28ebaac3-6628-4ead-88bd-813aeb9fd038" ] }, "StatusCode": 200 @@ -2177,13 +2177,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9bc7610f-6162-402a-be1c-c49c6ca748d5" + "750abc44-75cc-41f1-934a-5540a77cc77d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2199,7 +2199,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2217,7 +2217,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a36c03c1-7557-46ed-968f-8bb07432c313" + "26035d35-158c-4e66-8911-12727bb3c642" ], "X-Content-Type-Options": [ "nosniff" @@ -2229,13 +2229,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14871" ], "x-ms-correlation-request-id": [ - "2d528b7c-61e8-4212-b433-08c9c89792d0" + "13f47084-e1a4-43fd-9cee-af269b3ffae1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:2d528b7c-61e8-4212-b433-08c9c89792d0" + "SOUTHEASTASIA:20170525T071426Z:13f47084-e1a4-43fd-9cee-af269b3ffae1" ] }, "StatusCode": 200 @@ -2247,13 +2247,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4581db0a-4f93-422d-9fcc-b159e046ba6d" + "c897df03-bf00-492d-a1a2-83044abf5acf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2269,7 +2269,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2287,7 +2287,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e2b1f832-db45-41c0-9e7d-d2554a989500" + "931e7e35-d3b4-41d8-8e9a-8256d1e9c13f" ], "X-Content-Type-Options": [ "nosniff" @@ -2299,13 +2299,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "14870" ], "x-ms-correlation-request-id": [ - "922ca812-42ba-453c-a7f9-bc3fb2a5c32f" + "0a068f6a-3da4-4e07-b72c-eb92ee61fccc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:922ca812-42ba-453c-a7f9-bc3fb2a5c32f" + "SOUTHEASTASIA:20170525T071426Z:0a068f6a-3da4-4e07-b72c-eb92ee61fccc" ] }, "StatusCode": 200 @@ -2317,13 +2317,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3faa0a3-e06c-4c22-87a1-8d2beb8b1f75" + "f168ba63-48fa-4340-8db1-59b7c0db7567" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2339,7 +2339,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2357,7 +2357,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "537264b9-fd01-4926-94d1-9bea973080d4" + "32b69fef-d607-4c5f-a1c6-34ab9bca4271" ], "X-Content-Type-Options": [ "nosniff" @@ -2369,13 +2369,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14869" ], "x-ms-correlation-request-id": [ - "c258c89c-2a8a-4a9b-8fc0-f1827d7cab1f" + "42b8e12c-daeb-4b27-8a73-24d8bd760549" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:c258c89c-2a8a-4a9b-8fc0-f1827d7cab1f" + "SOUTHEASTASIA:20170525T071426Z:42b8e12c-daeb-4b27-8a73-24d8bd760549" ] }, "StatusCode": 200 @@ -2387,13 +2387,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "facaf3ab-a6d4-41a2-99a5-2a675f6004e7" + "05c8220d-4753-4a4a-a62c-08b28d33073f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2409,7 +2409,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2427,7 +2427,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "32e50f5d-e3fd-491e-bb8d-c916e1476462" + "13392cc7-ef0a-4189-b0ba-cb13816c220d" ], "X-Content-Type-Options": [ "nosniff" @@ -2439,13 +2439,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "14868" ], "x-ms-correlation-request-id": [ - "70e742ea-31a7-4d9d-a4e7-a0bc26e5fbd8" + "567146d1-7299-4af1-8a5b-073d33093f1c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:70e742ea-31a7-4d9d-a4e7-a0bc26e5fbd8" + "SOUTHEASTASIA:20170525T071426Z:567146d1-7299-4af1-8a5b-073d33093f1c" ] }, "StatusCode": 200 @@ -2457,13 +2457,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f41674f-31ea-44cf-9ad2-c828df2b38c8" + "289b297c-4b24-46c3-bdb5-e63e776f50d8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2479,7 +2479,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2497,7 +2497,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4adea9fd-0996-4600-8555-19f845c5a3b0" + "aae75544-f1e3-48ec-a271-b09ac5f6836c" ], "X-Content-Type-Options": [ "nosniff" @@ -2509,13 +2509,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "14867" ], "x-ms-correlation-request-id": [ - "59a63506-5278-4772-8fdf-88c5d1cccfa4" + "fabda442-595f-4b2a-bde9-b418019f27ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:59a63506-5278-4772-8fdf-88c5d1cccfa4" + "SOUTHEASTASIA:20170525T071426Z:fabda442-595f-4b2a-bde9-b418019f27ff" ] }, "StatusCode": 200 @@ -2527,13 +2527,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f3b517d-b691-4dfe-afd6-676e438d618b" + "22e5c1ab-18d4-4158-9b53-97e36dc363e1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2549,7 +2549,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2567,7 +2567,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "87161291-dfad-4f20-b0b0-8d91804e77c4" + "c574aa1e-8ac6-4a8f-bbb6-6448da49c853" ], "X-Content-Type-Options": [ "nosniff" @@ -2579,13 +2579,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "14866" ], "x-ms-correlation-request-id": [ - "1e14a3f7-0e6f-468e-b824-ac8b80937b5e" + "c914541f-b477-4569-b5fa-11ef4973a1ef" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:1e14a3f7-0e6f-468e-b824-ac8b80937b5e" + "SOUTHEASTASIA:20170525T071427Z:c914541f-b477-4569-b5fa-11ef4973a1ef" ] }, "StatusCode": 200 @@ -2597,17 +2597,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a54a2fc-074e-4b16-b137-e40626cf1d25" + "18b5e7f0-202c-420b-98b8-b16e3115139b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2619,7 +2619,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2637,7 +2637,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "46639d11-aaac-4a36-814c-b8a7c89c2665" + "5742b379-7703-48b6-88b6-b79a17436063" ], "X-Content-Type-Options": [ "nosniff" @@ -2649,13 +2649,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "14865" ], "x-ms-correlation-request-id": [ - "ed8702c2-705d-459b-9e7a-dc9f0f6ff928" + "d8231722-86ef-40c3-aa79-cd338750abee" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:ed8702c2-705d-459b-9e7a-dc9f0f6ff928" + "SOUTHEASTASIA:20170525T071427Z:d8231722-86ef-40c3-aa79-cd338750abee" ] }, "StatusCode": 200 @@ -2667,17 +2667,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10bfa5e9-c83b-4ad9-bf2b-9e544a433c51" + "1042c2d4-b439-4ab5-9392-396aa1fd8b49" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2689,7 +2689,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:26 GMT" ], "Pragma": [ "no-cache" @@ -2707,7 +2707,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "17213266-be6e-4a66-93f0-c92b6c8c3df8" + "3363cb24-5f5d-4527-a968-4a2d156a69c7" ], "X-Content-Type-Options": [ "nosniff" @@ -2719,13 +2719,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "14864" ], "x-ms-correlation-request-id": [ - "10f0f17e-29f2-41e9-9714-b1a2f62b378e" + "10cad15c-1086-45ab-bd51-4f1abd301384" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:10f0f17e-29f2-41e9-9714-b1a2f62b378e" + "SOUTHEASTASIA:20170525T071427Z:10cad15c-1086-45ab-bd51-4f1abd301384" ] }, "StatusCode": 200 @@ -2737,13 +2737,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc5c703-0eaf-496f-b89b-d1d98c23b56b" + "8f2e97d8-e72f-4845-a471-7e1a70c4b6d9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2759,7 +2759,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -2777,7 +2777,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "798c2b9f-b6b4-43cc-9474-b2b68baa900d" + "8c4ce42a-4261-4ce5-b060-55e3a4247d2d" ], "X-Content-Type-Options": [ "nosniff" @@ -2789,13 +2789,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "14863" ], "x-ms-correlation-request-id": [ - "f2956a66-951b-40ef-9cda-ac97e7b5e0db" + "98281e2a-9a8f-4cde-b565-0b47c7474310" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232652Z:f2956a66-951b-40ef-9cda-ac97e7b5e0db" + "SOUTHEASTASIA:20170525T071427Z:98281e2a-9a8f-4cde-b565-0b47c7474310" ] }, "StatusCode": 200 @@ -2807,13 +2807,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d35f0f91-03c7-412b-83cf-cf9d33cebf16" + "9672f9b9-2e47-4aba-8bf0-136acf3e0689" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2829,7 +2829,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -2847,7 +2847,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a93ad538-6ef3-4b2f-9b1a-65c1f75864c4" + "f4960984-2b9a-42f7-bd02-7055aa3a4d3d" ], "X-Content-Type-Options": [ "nosniff" @@ -2859,13 +2859,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "14862" ], "x-ms-correlation-request-id": [ - "097f8c17-2b13-463b-86cd-eeefee4ec900" + "693fcbf6-abc4-40cf-b1df-1721b40a0751" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:097f8c17-2b13-463b-86cd-eeefee4ec900" + "SOUTHEASTASIA:20170525T071427Z:693fcbf6-abc4-40cf-b1df-1721b40a0751" ] }, "StatusCode": 200 @@ -2877,13 +2877,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2966cf14-e480-44b2-84e7-5f32f5a81e71" + "380f1952-879e-47f6-9831-7a8f9dc78395" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2899,7 +2899,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -2917,7 +2917,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "20a38c15-809f-4c9d-8384-2be70b4c3a52" + "7f8531b0-e32f-463f-9fdd-66d343e5c730" ], "X-Content-Type-Options": [ "nosniff" @@ -2929,13 +2929,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "14861" ], "x-ms-correlation-request-id": [ - "705de9f4-4195-418e-87a9-2a537fdd88d0" + "85d0e86f-d830-4ecb-ab40-6bbe50312166" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:705de9f4-4195-418e-87a9-2a537fdd88d0" + "SOUTHEASTASIA:20170525T071427Z:85d0e86f-d830-4ecb-ab40-6bbe50312166" ] }, "StatusCode": 200 @@ -2947,13 +2947,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8b2de9e-1916-4619-9181-74e50c521ca3" + "fba21e2f-b27b-4104-bd3b-e07f130df4e8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2969,7 +2969,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:52 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -2987,7 +2987,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c2f20cb8-8d53-4360-9e3e-0ff55ab574e3" + "7fbc723d-926a-41b2-9496-3b14085f43a2" ], "X-Content-Type-Options": [ "nosniff" @@ -2999,13 +2999,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14860" ], "x-ms-correlation-request-id": [ - "1be18617-d85c-457c-8344-2f1d0b9f80f7" + "8d7105e7-316e-495a-838f-050acd3f7d56" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:1be18617-d85c-457c-8344-2f1d0b9f80f7" + "SOUTHEASTASIA:20170525T071427Z:8d7105e7-316e-495a-838f-050acd3f7d56" ] }, "StatusCode": 200 @@ -3017,13 +3017,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95ebef29-57ea-435d-8985-a68745018a2c" + "5f36b3b4-80d9-4a8e-8b20-95ffd3a7fca3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3039,7 +3039,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -3057,7 +3057,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "38a0c543-9168-4390-9279-c7355dbea1a5" + "1dd94485-3c75-4cd4-85e3-7eb759f98b6f" ], "X-Content-Type-Options": [ "nosniff" @@ -3069,13 +3069,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "14859" ], "x-ms-correlation-request-id": [ - "e8917810-2d89-4e44-9c22-b77f6a6c2082" + "278fc1ed-b667-4dc5-aed4-ccec2e9def9b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:e8917810-2d89-4e44-9c22-b77f6a6c2082" + "SOUTHEASTASIA:20170525T071427Z:278fc1ed-b667-4dc5-aed4-ccec2e9def9b" ] }, "StatusCode": 200 @@ -3087,13 +3087,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7acb577-ea54-4a58-a129-f63303f952f4" + "e48dad27-f881-4188-a4b9-9a0129651202" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3109,7 +3109,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -3127,7 +3127,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "40e18d5c-523e-4c22-bb82-f82b9acf489d" + "cde9aafb-ba04-4c62-8b46-0b250e95ab02" ], "X-Content-Type-Options": [ "nosniff" @@ -3139,13 +3139,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" + "14858" ], "x-ms-correlation-request-id": [ - "623f5dfe-e42b-4ed4-880b-d200fd7a9e6f" + "a425a95e-8506-47f6-808b-e05f62b53d93" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:623f5dfe-e42b-4ed4-880b-d200fd7a9e6f" + "SOUTHEASTASIA:20170525T071427Z:a425a95e-8506-47f6-808b-e05f62b53d93" ] }, "StatusCode": 200 @@ -3157,13 +3157,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35bee325-9e4e-4713-b393-6c6e4c8c5d1e" + "50e43982-b9a5-4378-af3d-2f419b5a5e5c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3179,7 +3179,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -3197,7 +3197,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1775d0fc-b753-4d5c-9745-288be73d7e7e" + "e1b45549-3ce6-4ad6-82ef-478a01bfa90e" ], "X-Content-Type-Options": [ "nosniff" @@ -3209,13 +3209,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" + "14857" ], "x-ms-correlation-request-id": [ - "4028ad04-e257-43ae-a337-bd25d587bc3f" + "2a23483e-7e69-4fae-82f9-90d270d72fa2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:4028ad04-e257-43ae-a337-bd25d587bc3f" + "SOUTHEASTASIA:20170525T071427Z:2a23483e-7e69-4fae-82f9-90d270d72fa2" ] }, "StatusCode": 200 @@ -3227,13 +3227,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71f34e0e-f929-46c0-864c-cbb70058845e" + "d80ee589-3491-4f62-bf04-e516f37efa60" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3249,7 +3249,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -3267,7 +3267,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e90021cf-2374-45d2-86ab-c1b686e04659" + "3149be84-cc26-4c2a-871c-df956edfb1ba" ], "X-Content-Type-Options": [ "nosniff" @@ -3279,13 +3279,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "14856" ], "x-ms-correlation-request-id": [ - "83390568-7138-44a2-a06c-cf6b36271e6e" + "0a3026b6-db19-4e49-b2b9-d4b2a1611555" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:83390568-7138-44a2-a06c-cf6b36271e6e" + "SOUTHEASTASIA:20170525T071428Z:0a3026b6-db19-4e49-b2b9-d4b2a1611555" ] }, "StatusCode": 200 @@ -3297,13 +3297,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63195815-cdc9-48c3-8e9e-dc7a7087ef8f" + "e87e25a4-34b5-48e7-86fe-36f887402c73" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3319,7 +3319,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -3337,7 +3337,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8b8d0f51-0b18-4afa-b9e5-cfaff4ab7b87" + "10c9628f-21af-4aa8-af2a-9e42472ab11b" ], "X-Content-Type-Options": [ "nosniff" @@ -3349,13 +3349,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" + "14855" ], "x-ms-correlation-request-id": [ - "fceb9bb8-8d0b-4452-8164-44e09853c96b" + "9fce9a6d-5e7f-44b2-a27c-99e2f93e54d3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:fceb9bb8-8d0b-4452-8164-44e09853c96b" + "SOUTHEASTASIA:20170525T071428Z:9fce9a6d-5e7f-44b2-a27c-99e2f93e54d3" ] }, "StatusCode": 200 @@ -3367,13 +3367,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "364f84ea-1486-471c-8b95-967b63e5d10a" + "f0de9208-4b9b-478e-b66c-9f4df705a95a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3389,7 +3389,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:27 GMT" ], "Pragma": [ "no-cache" @@ -3407,7 +3407,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f16c4bbe-6718-4fae-b6e3-4ba1c23ccd48" + "8ebed7fd-c647-45da-954e-3a577835c63c" ], "X-Content-Type-Options": [ "nosniff" @@ -3419,13 +3419,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" + "14854" ], "x-ms-correlation-request-id": [ - "2c7dc77c-fc8b-4a8e-bca0-9e963c1ca584" + "81fe2f22-0ba9-4cc9-aabe-e436945e976e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:2c7dc77c-fc8b-4a8e-bca0-9e963c1ca584" + "SOUTHEASTASIA:20170525T071428Z:81fe2f22-0ba9-4cc9-aabe-e436945e976e" ] }, "StatusCode": 200 @@ -3437,13 +3437,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4bc11186-5c88-417d-8eb8-9d586e6a78fa" + "9dd10393-63e6-437c-8a15-2755b2b2ab53" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3459,7 +3459,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3477,7 +3477,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2817b5fd-e385-425f-8941-dc728016dd48" + "ab93803a-903a-4d47-a10c-f2c73a6e7ca4" ], "X-Content-Type-Options": [ "nosniff" @@ -3489,13 +3489,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "14853" ], "x-ms-correlation-request-id": [ - "f9ad0a01-9a77-47d2-a005-11501241de1c" + "1f9aff8b-c5df-433a-9668-797469cb5647" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:f9ad0a01-9a77-47d2-a005-11501241de1c" + "SOUTHEASTASIA:20170525T071428Z:1f9aff8b-c5df-433a-9668-797469cb5647" ] }, "StatusCode": 200 @@ -3507,13 +3507,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5cf0038-8853-403a-b987-c2f47b8c35fa" + "e970875a-cb9f-4ca2-b4a4-eef571529ead" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3529,7 +3529,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3547,7 +3547,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c494f716-a3a0-4fa9-8075-ef874003ccaf" + "c425eb97-2c49-4306-9452-7d46f863c66d" ], "X-Content-Type-Options": [ "nosniff" @@ -3559,13 +3559,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" + "14852" ], "x-ms-correlation-request-id": [ - "27ba9704-cb84-4e81-bd6b-e4c4c2f7a36e" + "30c1e0c4-83ae-47d8-b290-06852d024ceb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:27ba9704-cb84-4e81-bd6b-e4c4c2f7a36e" + "SOUTHEASTASIA:20170525T071428Z:30c1e0c4-83ae-47d8-b290-06852d024ceb" ] }, "StatusCode": 200 @@ -3577,13 +3577,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3e197bd-eab1-474e-b4f6-23848de10678" + "259a1aa8-b3c7-43c4-823b-ad94971f0e20" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3599,7 +3599,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3617,7 +3617,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9e761c73-c297-46a7-bb68-cef8efa8b248" + "1cbd8320-5c67-403f-b2ec-8d678d3f0f91" ], "X-Content-Type-Options": [ "nosniff" @@ -3629,13 +3629,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14851" ], "x-ms-correlation-request-id": [ - "ebc8d762-5298-4401-b6e4-2ca371fba58c" + "d143a345-e80e-4ebe-a084-5245ac835bf3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:ebc8d762-5298-4401-b6e4-2ca371fba58c" + "SOUTHEASTASIA:20170525T071428Z:d143a345-e80e-4ebe-a084-5245ac835bf3" ] }, "StatusCode": 200 @@ -3647,13 +3647,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0596885f-ec78-44a3-b8ee-8bac7d26077b" + "3d3af806-7e0d-4e0b-91bd-7415c5ec5140" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3669,7 +3669,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3687,7 +3687,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f53172db-7269-4a03-8bfa-c6cbcccf19f4" + "2e1ed6a2-62d9-4d3d-ad6c-5c6f7945a924" ], "X-Content-Type-Options": [ "nosniff" @@ -3699,13 +3699,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" + "14850" ], "x-ms-correlation-request-id": [ - "741179df-8b55-4b9f-a842-f926fe10e97a" + "2483bbe9-3ffc-4533-bec8-fb41976fa405" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:741179df-8b55-4b9f-a842-f926fe10e97a" + "SOUTHEASTASIA:20170525T071428Z:2483bbe9-3ffc-4533-bec8-fb41976fa405" ] }, "StatusCode": 200 @@ -3717,13 +3717,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a12be92b-2720-449e-9585-2c0113e6c0af" + "dcecf62f-88ef-40f0-b92e-a9fdae697083" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3739,7 +3739,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3757,7 +3757,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "90859338-6f3b-4771-b319-a19fc285b361" + "302a0a2a-8f64-4710-90c9-a7c7d1a23949" ], "X-Content-Type-Options": [ "nosniff" @@ -3769,13 +3769,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14849" ], "x-ms-correlation-request-id": [ - "68017866-bef8-4a73-be66-f523caf52684" + "cb86a1ff-e938-4254-a638-7d22668caaa1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232653Z:68017866-bef8-4a73-be66-f523caf52684" + "SOUTHEASTASIA:20170525T071428Z:cb86a1ff-e938-4254-a638-7d22668caaa1" ] }, "StatusCode": 200 @@ -3787,13 +3787,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09f7159e-be92-4887-971e-5421852ca3e7" + "5a60f300-a467-4761-a741-33ed7fdc46bd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3809,7 +3809,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3827,7 +3827,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6830a0ba-d444-40be-966d-3848e6bee762" + "d772fcb4-ba1f-4d16-80ba-44d3ec80b32f" ], "X-Content-Type-Options": [ "nosniff" @@ -3839,13 +3839,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14848" ], "x-ms-correlation-request-id": [ - "edbc53ee-470f-4ed6-a4ca-f47e83540cc5" + "bff09074-fcff-423c-96a2-f2484662631a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:edbc53ee-470f-4ed6-a4ca-f47e83540cc5" + "SOUTHEASTASIA:20170525T071428Z:bff09074-fcff-423c-96a2-f2484662631a" ] }, "StatusCode": 200 @@ -3857,13 +3857,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d23b976-525e-40bc-985b-0093e2f724ae" + "4b4a3e1a-e3ab-43c5-80df-5700ce51e941" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3879,7 +3879,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3897,7 +3897,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "58cf4eb6-2607-4be1-989b-4f32c20148ee" + "785ea040-0753-400d-8398-bd2e6b158b63" ], "X-Content-Type-Options": [ "nosniff" @@ -3909,13 +3909,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "14847" ], "x-ms-correlation-request-id": [ - "2aa645f9-5a69-45a3-b16a-3ac6474e3823" + "6b292c48-b18c-499a-b72a-aa776e953a22" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:2aa645f9-5a69-45a3-b16a-3ac6474e3823" + "SOUTHEASTASIA:20170525T071429Z:6b292c48-b18c-499a-b72a-aa776e953a22" ] }, "StatusCode": 200 @@ -3927,13 +3927,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c97ce5c1-d3b0-413c-b5ba-3b11888ac660" + "4769e5c3-edf0-4788-bff9-96eacef0eaac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3949,7 +3949,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:53 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -3967,7 +3967,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "727ac0d5-ed55-4f48-9a58-98078112eb4c" + "f358563a-d970-42b1-8f86-897f0561c5f6" ], "X-Content-Type-Options": [ "nosniff" @@ -3979,13 +3979,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14846" ], "x-ms-correlation-request-id": [ - "98434e87-3ae6-4c0d-8431-d1d13bee0029" + "a2af6c98-c715-4345-8b8a-8c0ced52f985" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:98434e87-3ae6-4c0d-8431-d1d13bee0029" + "SOUTHEASTASIA:20170525T071429Z:a2af6c98-c715-4345-8b8a-8c0ced52f985" ] }, "StatusCode": 200 @@ -3997,13 +3997,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73ebfb62-1419-4249-8f99-0174c3cc6ce2" + "1dc1c27e-0618-4ddc-870d-2f2ae1f960b4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4019,7 +4019,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -4037,7 +4037,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c2879ed4-ee93-44ff-ad1b-0121c8ef7f96" + "03fa2107-c6ca-4265-86df-2f7c696789db" ], "X-Content-Type-Options": [ "nosniff" @@ -4049,13 +4049,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14845" ], "x-ms-correlation-request-id": [ - "79f8c5bf-80b8-4742-b8f6-89a020ced2fa" + "7670bec1-d57d-40c8-81d4-6dc8764cfa6b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:79f8c5bf-80b8-4742-b8f6-89a020ced2fa" + "SOUTHEASTASIA:20170525T071429Z:7670bec1-d57d-40c8-81d4-6dc8764cfa6b" ] }, "StatusCode": 200 @@ -4067,17 +4067,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "765440c7-5fdd-4f19-9c3a-f4aa07496c18" + "b459e81e-f0a6-402e-af05-5f1290d3978b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -4089,7 +4089,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:28 GMT" ], "Pragma": [ "no-cache" @@ -4107,7 +4107,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8c9d5b3f-f9b5-403d-b839-b774fc201e11" + "7f04ca8f-4c91-441a-a99e-6e6bb053c99f" ], "X-Content-Type-Options": [ "nosniff" @@ -4119,13 +4119,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14844" ], "x-ms-correlation-request-id": [ - "6cbafddc-71da-4e1a-aad1-f9c064e83490" + "db329809-49a4-4243-bdcd-6ef51175623d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:6cbafddc-71da-4e1a-aad1-f9c064e83490" + "SOUTHEASTASIA:20170525T071429Z:db329809-49a4-4243-bdcd-6ef51175623d" ] }, "StatusCode": 200 @@ -4137,13 +4137,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70f37c96-6397-4495-8089-48ab1760a4fe" + "4b78c357-fbf6-4435-bd81-bc237b59a657" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4159,7 +4159,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4177,7 +4177,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c29e23d3-3a39-4e17-a421-931854b319bd" + "3320ab1e-c498-4f57-9298-dbd172afdcd6" ], "X-Content-Type-Options": [ "nosniff" @@ -4189,13 +4189,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14843" ], "x-ms-correlation-request-id": [ - "0668152e-eb46-4968-afbf-db88a5f201d4" + "74fdaaa9-265a-4281-b0bf-711499e61f30" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:0668152e-eb46-4968-afbf-db88a5f201d4" + "SOUTHEASTASIA:20170525T071429Z:74fdaaa9-265a-4281-b0bf-711499e61f30" ] }, "StatusCode": 200 @@ -4207,13 +4207,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aed39e63-7d01-4ae9-bf96-7411628bd34a" + "c85b6708-2d04-4aba-b922-1602eb642aa9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4229,7 +4229,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4247,7 +4247,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1414cce7-60ae-43e8-a0e6-372435196da4" + "464b3fd3-775d-4e60-b4f9-9324326d143f" ], "X-Content-Type-Options": [ "nosniff" @@ -4259,13 +4259,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14842" ], "x-ms-correlation-request-id": [ - "7e5e644d-1371-44fc-91cd-c500096104ae" + "a0c006b7-fc8d-4012-86eb-5cbd97534de9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:7e5e644d-1371-44fc-91cd-c500096104ae" + "SOUTHEASTASIA:20170525T071429Z:a0c006b7-fc8d-4012-86eb-5cbd97534de9" ] }, "StatusCode": 200 @@ -4277,13 +4277,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dee31396-3800-4fa7-8526-04bb43d51358" + "1c2ab609-cd63-424d-bf7b-327d949ecda8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4299,7 +4299,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4317,7 +4317,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "436e2628-144f-4c3f-af9d-231551d02eb6" + "3da88375-2822-4a4d-9860-8a1943ffca9a" ], "X-Content-Type-Options": [ "nosniff" @@ -4329,13 +4329,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14841" ], "x-ms-correlation-request-id": [ - "eaa937c7-68a0-45c4-b1e4-995881c1d0bf" + "7aea13df-c0ad-401f-9b72-f6d80ee46be2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:eaa937c7-68a0-45c4-b1e4-995881c1d0bf" + "SOUTHEASTASIA:20170525T071429Z:7aea13df-c0ad-401f-9b72-f6d80ee46be2" ] }, "StatusCode": 200 @@ -4347,13 +4347,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91b21d41-af9a-4285-b292-c48e4ce36b08" + "49c2f0aa-6e6a-474e-9178-763c8a349e8a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4369,7 +4369,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4387,7 +4387,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "832c14fa-2e3e-44fa-aefa-a98d9d270668" + "cd98f168-99be-4c75-99af-d3998415d05e" ], "X-Content-Type-Options": [ "nosniff" @@ -4399,13 +4399,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" + "14840" ], "x-ms-correlation-request-id": [ - "cf2abc9f-0f3d-43e1-8876-965bff811c2d" + "9c800fc6-4f6b-499a-8570-af1dedf8f133" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:cf2abc9f-0f3d-43e1-8876-965bff811c2d" + "SOUTHEASTASIA:20170525T071429Z:9c800fc6-4f6b-499a-8570-af1dedf8f133" ] }, "StatusCode": 200 @@ -4417,13 +4417,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a81cec5-3a16-4c17-b58b-cd0ca960b3cd" + "976c41d1-90ba-442e-8160-0fc13e977218" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4439,7 +4439,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4457,7 +4457,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "381d15de-b3c2-41cc-b8ba-804a6d41f4d5" + "4350e5e2-a292-4769-a1e7-ed20c007bd69" ], "X-Content-Type-Options": [ "nosniff" @@ -4469,13 +4469,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" + "14839" ], "x-ms-correlation-request-id": [ - "04ccc1a3-dad5-4b72-ad0a-6c9b1cc49a9c" + "bb576ded-8862-4740-84ea-0f84e305830b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:04ccc1a3-dad5-4b72-ad0a-6c9b1cc49a9c" + "SOUTHEASTASIA:20170525T071429Z:bb576ded-8862-4740-84ea-0f84e305830b" ] }, "StatusCode": 200 @@ -4487,13 +4487,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45970340-368a-4612-9845-06b9d30bf00f" + "51e476d6-121f-47a8-ab84-8f0122538120" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4509,7 +4509,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4527,7 +4527,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8a4e7a79-8676-462c-a9fe-dada039e2efd" + "2228e3d7-ef02-49d6-acdb-f8988992ab68" ], "X-Content-Type-Options": [ "nosniff" @@ -4539,13 +4539,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" + "14838" ], "x-ms-correlation-request-id": [ - "222c8fe3-4abb-48ed-8dff-6a6ea0c32536" + "7c8225ed-087d-442a-846a-d51719092875" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:222c8fe3-4abb-48ed-8dff-6a6ea0c32536" + "SOUTHEASTASIA:20170525T071429Z:7c8225ed-087d-442a-846a-d51719092875" ] }, "StatusCode": 200 @@ -4557,13 +4557,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "813c127c-4ab0-49e5-8d1e-f24daca9df40" + "ea59eb6d-3c4d-4011-aba5-c6c60d380ab8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4579,7 +4579,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4597,7 +4597,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b74e21bc-8880-4f7d-a6de-7bd3fecc22ee" + "9da17d41-8a04-4114-81c9-8586f84b489f" ], "X-Content-Type-Options": [ "nosniff" @@ -4609,13 +4609,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" + "14837" ], "x-ms-correlation-request-id": [ - "6319d427-ddeb-4dc7-975d-539492c73061" + "f112dbee-f774-4d03-8b4e-5535e8adce78" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:6319d427-ddeb-4dc7-975d-539492c73061" + "SOUTHEASTASIA:20170525T071430Z:f112dbee-f774-4d03-8b4e-5535e8adce78" ] }, "StatusCode": 200 @@ -4627,13 +4627,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a9f17b8-624a-411b-9e9c-4413c7c67b5e" + "e11546d6-91b1-495b-a4d0-dd9c780207ac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4649,7 +4649,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4667,7 +4667,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9fcb8a89-0162-46aa-a5eb-1e7d2f1204ad" + "deb6c6ef-6cd4-4696-9b09-03c77939faba" ], "X-Content-Type-Options": [ "nosniff" @@ -4679,13 +4679,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" + "14836" ], "x-ms-correlation-request-id": [ - "6053f745-f860-422f-b893-17e7c16ae452" + "eba03d06-397c-4833-80fd-48ae52f3d715" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232654Z:6053f745-f860-422f-b893-17e7c16ae452" + "SOUTHEASTASIA:20170525T071430Z:eba03d06-397c-4833-80fd-48ae52f3d715" ] }, "StatusCode": 200 @@ -4697,13 +4697,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f38e5e6-6112-4f87-b5af-e74037d63cba" + "434f8099-2772-41d2-80da-ebd42d140baf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4719,7 +4719,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:29 GMT" ], "Pragma": [ "no-cache" @@ -4737,7 +4737,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24b07350-6b52-43ac-aa49-0bc03c5e7ba7" + "6b7a3d35-6736-4e0c-b47b-c0a5a33f0d0e" ], "X-Content-Type-Options": [ "nosniff" @@ -4749,13 +4749,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" + "14835" ], "x-ms-correlation-request-id": [ - "9c677e07-11c7-4b98-bf05-f147b0277859" + "63729f98-ff02-4319-ab48-081f8a9d254f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:9c677e07-11c7-4b98-bf05-f147b0277859" + "SOUTHEASTASIA:20170525T071430Z:63729f98-ff02-4319-ab48-081f8a9d254f" ] }, "StatusCode": 200 @@ -4767,17 +4767,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a12378ec-60c4-4581-8eaa-aa8365640dc1" + "71de01be-ead0-449c-984f-1b03c85a844c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -4789,7 +4789,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:54 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -4807,7 +4807,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0faa24bc-a201-41f2-b29d-1604cb72db54" + "fa43df82-0051-4a92-896b-c515394a7074" ], "X-Content-Type-Options": [ "nosniff" @@ -4819,13 +4819,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" + "14834" ], "x-ms-correlation-request-id": [ - "a18ea57b-728b-4b54-a128-5f0d5e953af4" + "7fb9092e-5e47-4c0f-bfa9-a53ea7be4626" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:a18ea57b-728b-4b54-a128-5f0d5e953af4" + "SOUTHEASTASIA:20170525T071430Z:7fb9092e-5e47-4c0f-bfa9-a53ea7be4626" ] }, "StatusCode": 200 @@ -4837,13 +4837,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cf86abe-2341-4e57-8bf7-16c5eec4dbe7" + "f8bf163d-f8da-428b-a41f-51cb02a903f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4859,7 +4859,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -4877,7 +4877,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "46383b9f-c48d-4d0c-9666-1fdbc55f23d8" + "41229aef-bf03-4de1-91b5-909dfe6f5f9c" ], "X-Content-Type-Options": [ "nosniff" @@ -4889,13 +4889,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" + "14833" ], "x-ms-correlation-request-id": [ - "719a1aa3-b4a7-4bcc-a359-5d33bd7eb3d7" + "9fff81ac-7074-4986-878c-78d0160db660" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:719a1aa3-b4a7-4bcc-a359-5d33bd7eb3d7" + "SOUTHEASTASIA:20170525T071430Z:9fff81ac-7074-4986-878c-78d0160db660" ] }, "StatusCode": 200 @@ -4907,13 +4907,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f3a24a3-9078-455d-9c56-128e7f9cd592" + "ce0251cc-f9d2-4ffe-8f06-3a60d6f3c2b0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4929,7 +4929,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -4947,7 +4947,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0c6232c1-ef39-4d22-9815-02df2223a7ca" + "1ef296b7-6b8a-489b-bcc4-4db4ace5c038" ], "X-Content-Type-Options": [ "nosniff" @@ -4959,13 +4959,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" + "14832" ], "x-ms-correlation-request-id": [ - "c72c9326-a975-404b-96b0-f9580ef3ef32" + "0efdc2cf-c55c-4e14-a3aa-5cbf9c5e12d0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:c72c9326-a975-404b-96b0-f9580ef3ef32" + "SOUTHEASTASIA:20170525T071430Z:0efdc2cf-c55c-4e14-a3aa-5cbf9c5e12d0" ] }, "StatusCode": 200 @@ -4977,13 +4977,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3e1f458-84d6-4f32-ac4c-e0ce68958d84" + "44eb2c31-f0e7-4282-81ad-b28c43649903" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4999,7 +4999,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5017,7 +5017,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ec2a2d6c-7350-4c65-92f6-25fc9b5d84ec" + "871c9207-09cf-46b0-9a1e-a58ca2a68cf7" ], "X-Content-Type-Options": [ "nosniff" @@ -5029,13 +5029,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" + "14831" ], "x-ms-correlation-request-id": [ - "1a9794e6-ec73-4bb6-ad59-587648866892" + "c0e1b9bc-6602-40b8-a750-b3c4a9cec923" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:1a9794e6-ec73-4bb6-ad59-587648866892" + "SOUTHEASTASIA:20170525T071430Z:c0e1b9bc-6602-40b8-a750-b3c4a9cec923" ] }, "StatusCode": 200 @@ -5047,13 +5047,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0179370d-280b-4eed-8c64-2e1f6127c0dd" + "ff730712-a6b8-41b8-a7c6-42b1f4866ed4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5069,7 +5069,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5087,7 +5087,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "913ee731-3040-4571-b38a-8a9be32bb422" + "c5b2706c-a0f0-4481-8823-db6f24780517" ], "X-Content-Type-Options": [ "nosniff" @@ -5099,13 +5099,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "14830" ], "x-ms-correlation-request-id": [ - "4d6966d9-bdfd-4c1e-af35-c7f9efd8c7ba" + "fdb032c8-11c6-431d-a352-0320cc2149e6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:4d6966d9-bdfd-4c1e-af35-c7f9efd8c7ba" + "SOUTHEASTASIA:20170525T071430Z:fdb032c8-11c6-431d-a352-0320cc2149e6" ] }, "StatusCode": 200 @@ -5117,13 +5117,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7a5df4e-5850-445d-85ed-d78e509c8221" + "61c89d4f-7606-4ad9-a573-58f00a8b47fd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5139,7 +5139,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5157,7 +5157,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "86c677f6-f8f9-4202-a3c8-d95ad7e01de5" + "c6bd86e3-e28c-4833-a990-1b72f0c363a6" ], "X-Content-Type-Options": [ "nosniff" @@ -5169,13 +5169,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" + "14829" ], "x-ms-correlation-request-id": [ - "50fc866d-959a-4f3d-b82d-43deee07e1e7" + "84085bce-9813-4f52-aded-160cef5e996d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:50fc866d-959a-4f3d-b82d-43deee07e1e7" + "SOUTHEASTASIA:20170525T071430Z:84085bce-9813-4f52-aded-160cef5e996d" ] }, "StatusCode": 200 @@ -5187,13 +5187,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cea9b5d7-f20c-45c8-a22a-faedd477c752" + "77cdc387-9d59-4cb7-93b3-1dd233b83e80" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5209,7 +5209,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5227,7 +5227,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "664053df-f4b1-4993-a88d-48d0ba5a4c9c" + "6dfe8ff4-e740-4519-a032-77c4bc884791" ], "X-Content-Type-Options": [ "nosniff" @@ -5239,13 +5239,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" + "14828" ], "x-ms-correlation-request-id": [ - "85401313-42b4-452a-b348-a3e28a71baaa" + "428c8dac-8a8d-4993-b4a5-d6554b862050" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:85401313-42b4-452a-b348-a3e28a71baaa" + "SOUTHEASTASIA:20170525T071431Z:428c8dac-8a8d-4993-b4a5-d6554b862050" ] }, "StatusCode": 200 @@ -5257,13 +5257,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e73a349a-a135-4aa4-980d-f0d61ba92a28" + "4f9e63e5-f4bb-492f-8982-a8ad8c657860" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5279,7 +5279,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5297,7 +5297,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2aa0e119-2adc-4f91-998c-f91f453d5325" + "d4b9ed31-863a-4455-9cf0-7cf5f963822d" ], "X-Content-Type-Options": [ "nosniff" @@ -5309,13 +5309,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" + "14827" ], "x-ms-correlation-request-id": [ - "bc4c6dec-7c57-4b4a-a32e-6648bcafe91b" + "a5b8dfb8-9c20-4b70-9b82-d84f2e8bb6af" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:bc4c6dec-7c57-4b4a-a32e-6648bcafe91b" + "SOUTHEASTASIA:20170525T071431Z:a5b8dfb8-9c20-4b70-9b82-d84f2e8bb6af" ] }, "StatusCode": 200 @@ -5327,13 +5327,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee9cb9f1-f2c9-406a-a728-2063a7af39bf" + "a052643b-71a4-4f8d-9072-9190b4f2b2b0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5349,7 +5349,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5367,7 +5367,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b85333a7-c1b7-49ab-9ff4-c2a0274dff8f" + "3628cada-8363-44d6-bd76-3f384c1aeda7" ], "X-Content-Type-Options": [ "nosniff" @@ -5379,13 +5379,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" + "14826" ], "x-ms-correlation-request-id": [ - "891d79ce-773a-40d4-84c1-8af546278308" + "d9bfdd1f-ac3b-4d77-b477-a80f1273a379" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:891d79ce-773a-40d4-84c1-8af546278308" + "SOUTHEASTASIA:20170525T071431Z:d9bfdd1f-ac3b-4d77-b477-a80f1273a379" ] }, "StatusCode": 200 @@ -5397,13 +5397,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e9ad941e-c934-4ca6-9b4b-4f22ce88daf7" + "0cc84ba0-2c22-44b7-9eaa-3f8b6470283f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5419,7 +5419,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:30 GMT" ], "Pragma": [ "no-cache" @@ -5437,7 +5437,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "923b7125-687e-480f-9ae4-3949f14650ad" + "56c2b1aa-19d6-4526-8e2a-51df82909547" ], "X-Content-Type-Options": [ "nosniff" @@ -5449,13 +5449,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" + "14825" ], "x-ms-correlation-request-id": [ - "4bdc4e58-51fb-4122-a617-37abf6a25542" + "09c44b51-4a7e-4fae-acfd-e91ee8a47354" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:4bdc4e58-51fb-4122-a617-37abf6a25542" + "SOUTHEASTASIA:20170525T071431Z:09c44b51-4a7e-4fae-acfd-e91ee8a47354" ] }, "StatusCode": 200 @@ -5467,13 +5467,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96e7b7d1-62e5-4aeb-a9c8-65df978bc083" + "6ccf8d5c-89cb-4e5d-bdf0-5a1b4d7efaee" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5489,7 +5489,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5507,7 +5507,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eb541184-244b-42d9-9062-9d53840266ca" + "ce0f2802-71ed-415d-a0fc-aafacaff178c" ], "X-Content-Type-Options": [ "nosniff" @@ -5519,13 +5519,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" + "14824" ], "x-ms-correlation-request-id": [ - "bdd58258-63fb-4bc5-8270-c84e25870f3b" + "12a73df9-4c06-46d9-967b-62b781350d87" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232655Z:bdd58258-63fb-4bc5-8270-c84e25870f3b" + "SOUTHEASTASIA:20170525T071431Z:12a73df9-4c06-46d9-967b-62b781350d87" ] }, "StatusCode": 200 @@ -5537,13 +5537,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "837b562e-3aa4-4988-bba6-bfeb1b93db88" + "c89b4f84-133a-4faf-ae41-6db1b93d03fb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5559,7 +5559,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5577,7 +5577,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "682345e7-cc15-43c0-b823-2a8b7d0aa0b8" + "b66df811-e7ad-4aac-b5f2-592618dcf0b2" ], "X-Content-Type-Options": [ "nosniff" @@ -5589,13 +5589,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" + "14823" ], "x-ms-correlation-request-id": [ - "98b90c2f-8e3e-4223-a778-6669a3a75096" + "fe525453-e69f-4f87-a636-38fec36602f1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:98b90c2f-8e3e-4223-a778-6669a3a75096" + "SOUTHEASTASIA:20170525T071431Z:fe525453-e69f-4f87-a636-38fec36602f1" ] }, "StatusCode": 200 @@ -5607,13 +5607,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3d48aaa-f045-4bf3-b411-f3decca5ed3f" + "2ee91a31-4d77-41c2-80a8-e2520babc635" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5629,7 +5629,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5647,7 +5647,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ff91ed4d-f1c5-4633-9745-9499db56eab9" + "a82e22c2-d3b2-405f-9b3f-5a00ef42fb89" ], "X-Content-Type-Options": [ "nosniff" @@ -5659,13 +5659,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" + "14822" ], "x-ms-correlation-request-id": [ - "979ddc3c-fa08-4847-b07b-45986c380f98" + "9f7618ea-113e-471f-a500-be1e29c92b67" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:979ddc3c-fa08-4847-b07b-45986c380f98" + "SOUTHEASTASIA:20170525T071431Z:9f7618ea-113e-471f-a500-be1e29c92b67" ] }, "StatusCode": 200 @@ -5677,17 +5677,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "667cd610-0ac7-45ee-a2e0-ee349b1350ff" + "8926cd32-243b-4e8f-a774-d6c6c91adddc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -5699,7 +5699,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:55 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5717,7 +5717,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ba907f73-243f-402d-8e86-d4bbbebd4030" + "1a535201-0d81-413f-b16e-e3b2fdb24843" ], "X-Content-Type-Options": [ "nosniff" @@ -5729,13 +5729,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" + "14821" ], "x-ms-correlation-request-id": [ - "f996f2f6-db0e-4b62-a18d-1bc624b7e034" + "1f915716-074a-4233-8691-ed372ee4c438" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:f996f2f6-db0e-4b62-a18d-1bc624b7e034" + "SOUTHEASTASIA:20170525T071431Z:1f915716-074a-4233-8691-ed372ee4c438" ] }, "StatusCode": 200 @@ -5747,17 +5747,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59e21d70-c341-4c9e-95a3-185ca83c4623" + "cb6595d2-cf62-4b5e-be43-c0352f0bd8c0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -5769,7 +5769,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5787,7 +5787,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8e4eda79-0a33-49df-b98c-3f32581fe9a7" + "eb720b94-5b0c-4649-896e-b5b0b2c9d178" ], "X-Content-Type-Options": [ "nosniff" @@ -5799,13 +5799,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" + "14820" ], "x-ms-correlation-request-id": [ - "3655370e-e2dc-40ee-8278-9e6da952e3ea" + "17b47f1e-8df0-4ea5-a7f9-d736fed09ba9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:3655370e-e2dc-40ee-8278-9e6da952e3ea" + "SOUTHEASTASIA:20170525T071431Z:17b47f1e-8df0-4ea5-a7f9-d736fed09ba9" ] }, "StatusCode": 200 @@ -5817,13 +5817,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b568aaa5-865f-42be-989c-d9cc3f4fba77" + "35f940d1-31b6-4952-b27c-0dfae49e9426" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5839,7 +5839,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5857,7 +5857,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "28ee64fa-5720-464b-b7c5-a8e68f6319ab" + "04358f28-1b12-4431-953a-c676b9dd15a8" ], "X-Content-Type-Options": [ "nosniff" @@ -5869,13 +5869,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" + "14819" ], "x-ms-correlation-request-id": [ - "a66c35b5-aaed-47c8-b9c4-0dad30f8e6d7" + "960db1fd-b816-484d-af8d-3dbbdb9ccb9d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:a66c35b5-aaed-47c8-b9c4-0dad30f8e6d7" + "SOUTHEASTASIA:20170525T071431Z:960db1fd-b816-484d-af8d-3dbbdb9ccb9d" ] }, "StatusCode": 200 @@ -5887,13 +5887,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59e95122-c679-488f-8a05-57e021d668f8" + "e850f871-ea86-4033-92c2-43d76df8885b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5909,7 +5909,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5927,7 +5927,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c825c007-72f3-4ae4-9af3-5791d33962ce" + "cd137530-66f2-45f4-88c2-cfc08cc0a7fa" ], "X-Content-Type-Options": [ "nosniff" @@ -5939,13 +5939,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" + "14818" ], "x-ms-correlation-request-id": [ - "f3a8b07d-30e4-4ae6-b325-a2fc206062c2" + "3fffb7ee-2cd3-49fa-823b-3cdd4a939842" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:f3a8b07d-30e4-4ae6-b325-a2fc206062c2" + "SOUTHEASTASIA:20170525T071432Z:3fffb7ee-2cd3-49fa-823b-3cdd4a939842" ] }, "StatusCode": 200 @@ -5957,13 +5957,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "870abfe1-12c7-43d5-ad95-1984d3296747" + "4dddc68e-06d0-4ac1-8359-fd5de487d38d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -5979,7 +5979,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -5997,7 +5997,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1a03778c-dfe1-46f4-91ad-362bb301a529" + "42d468b0-1155-46b9-b8e0-095321bff53e" ], "X-Content-Type-Options": [ "nosniff" @@ -6009,13 +6009,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" + "14817" ], "x-ms-correlation-request-id": [ - "8ce937bc-7973-4d03-8f55-75f003cbe569" + "6df87d8a-5d98-4b84-a19c-180824ed929a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:8ce937bc-7973-4d03-8f55-75f003cbe569" + "SOUTHEASTASIA:20170525T071432Z:6df87d8a-5d98-4b84-a19c-180824ed929a" ] }, "StatusCode": 200 @@ -6027,13 +6027,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4416cbac-ab17-4acd-bb97-020b68965158" + "84b3d1bc-b08d-487a-a03c-0ba6a7d2061d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6049,7 +6049,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -6067,7 +6067,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "48ab251c-f715-460c-8501-2e694a5da762" + "09932759-401c-4141-8874-d2a9eed1b139" ], "X-Content-Type-Options": [ "nosniff" @@ -6079,13 +6079,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" + "14816" ], "x-ms-correlation-request-id": [ - "b03aa637-7723-46ce-9adf-96e7337f5ebf" + "299bc38e-be9f-4398-b586-fbc630b0eda5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:b03aa637-7723-46ce-9adf-96e7337f5ebf" + "SOUTHEASTASIA:20170525T071432Z:299bc38e-be9f-4398-b586-fbc630b0eda5" ] }, "StatusCode": 200 @@ -6097,13 +6097,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38a66d16-b558-45a8-8ea7-62c1aaf216f3" + "031c3c4e-0533-46ff-8744-cb5743306559" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6119,7 +6119,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:31 GMT" ], "Pragma": [ "no-cache" @@ -6137,7 +6137,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0176095e-049a-4173-b03c-97a0e534a778" + "aaf8a066-0621-43d7-a4c6-adbd0414612c" ], "X-Content-Type-Options": [ "nosniff" @@ -6149,13 +6149,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" + "14815" ], "x-ms-correlation-request-id": [ - "6b075c5c-40f2-49d9-8474-692f132e2f07" + "8a8f63d8-515a-495c-975a-5ea1c82e2407" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:6b075c5c-40f2-49d9-8474-692f132e2f07" + "SOUTHEASTASIA:20170525T071432Z:8a8f63d8-515a-495c-975a-5ea1c82e2407" ] }, "StatusCode": 200 @@ -6167,13 +6167,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8830a556-8e31-429e-b61e-dc571283e56f" + "ec28157e-0e1b-4955-a1d5-3ba81b785f0b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6189,7 +6189,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6207,7 +6207,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f409bf71-4ed0-4fcb-b68c-22b534c9a48c" + "705841a1-ead8-41bb-acda-86b840c2efb0" ], "X-Content-Type-Options": [ "nosniff" @@ -6219,13 +6219,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" + "14814" ], "x-ms-correlation-request-id": [ - "69065293-28e1-42fd-ac58-2ae294593e84" + "c72349c9-94b5-4065-9d8a-483c5991a0d4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:69065293-28e1-42fd-ac58-2ae294593e84" + "SOUTHEASTASIA:20170525T071432Z:c72349c9-94b5-4065-9d8a-483c5991a0d4" ] }, "StatusCode": 200 @@ -6237,13 +6237,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f27abe2-4805-4fc3-b448-94158e25e5f1" + "ae8c3239-efeb-4d23-b38c-5849d3af1874" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6259,7 +6259,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6277,7 +6277,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b0ad4618-bbbf-4cb2-b2a0-452be2af2f07" + "9bac4a69-6848-4590-a8c5-32d5cd15b754" ], "X-Content-Type-Options": [ "nosniff" @@ -6289,13 +6289,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" + "14813" ], "x-ms-correlation-request-id": [ - "621950a6-d78d-4784-95f9-3ecb84179d20" + "0950510b-3a04-4e9d-99ed-4d2fb41a27bc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:621950a6-d78d-4784-95f9-3ecb84179d20" + "SOUTHEASTASIA:20170525T071432Z:0950510b-3a04-4e9d-99ed-4d2fb41a27bc" ] }, "StatusCode": 200 @@ -6307,13 +6307,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "156660f3-ef9d-4d6e-a320-3680ef4074bc" + "d224ea38-4a4f-451a-9f1e-ecd086769791" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6329,7 +6329,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6347,7 +6347,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6899285e-0d88-4d0f-94f8-1ee0078be2eb" + "23135ba8-5367-4cdf-a951-20ae6262cddc" ], "X-Content-Type-Options": [ "nosniff" @@ -6359,13 +6359,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" + "14812" ], "x-ms-correlation-request-id": [ - "f0ee8d2e-1d6f-460e-8d31-cc9768d72131" + "eec9d3cf-a1a4-45e3-91a1-2fb7d18b4db6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232656Z:f0ee8d2e-1d6f-460e-8d31-cc9768d72131" + "SOUTHEASTASIA:20170525T071432Z:eec9d3cf-a1a4-45e3-91a1-2fb7d18b4db6" ] }, "StatusCode": 200 @@ -6377,13 +6377,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44ff7be1-8cad-4e97-b387-a27d99909b9c" + "e4d78a13-f1f2-4536-ba56-d33041a46fc9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6399,7 +6399,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6417,7 +6417,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9cd5c5ce-b73e-4dee-9214-46ddc88f794a" + "0542e3ec-83f3-445a-8ff4-1362a9b609c5" ], "X-Content-Type-Options": [ "nosniff" @@ -6429,13 +6429,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" + "14811" ], "x-ms-correlation-request-id": [ - "ea22da7b-5659-4abd-8795-f3dfae87017f" + "e6490f75-851d-49cb-a268-75696737f35e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:ea22da7b-5659-4abd-8795-f3dfae87017f" + "SOUTHEASTASIA:20170525T071432Z:e6490f75-851d-49cb-a268-75696737f35e" ] }, "StatusCode": 200 @@ -6447,13 +6447,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f952af9-7abd-41ca-92e9-f80ad783f445" + "f4ac19f2-eb34-4715-81b4-e0a996e2e95a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6469,7 +6469,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6487,7 +6487,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "820ce1e1-cf26-4f27-9c5a-9dd34df5d7d1" + "65ac1ad6-7841-4925-8f88-175c8fbc1f23" ], "X-Content-Type-Options": [ "nosniff" @@ -6499,13 +6499,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" + "14810" ], "x-ms-correlation-request-id": [ - "efabab84-7718-49a3-ac0f-8a55e52d24f5" + "d88d90e4-ec17-4f29-ac03-93b8eec98cab" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:efabab84-7718-49a3-ac0f-8a55e52d24f5" + "SOUTHEASTASIA:20170525T071432Z:d88d90e4-ec17-4f29-ac03-93b8eec98cab" ] }, "StatusCode": 200 @@ -6517,13 +6517,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ac7368a-4fe2-4488-aabf-310b179cbbe7" + "e6254c3d-ed51-44e1-9a15-305ef169626b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6539,7 +6539,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6557,7 +6557,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e3642300-5878-4f84-a580-cf0934ee8dff" + "c12b4d33-babf-40c1-b714-f7e222d1ffb1" ], "X-Content-Type-Options": [ "nosniff" @@ -6569,13 +6569,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" + "14809" ], "x-ms-correlation-request-id": [ - "c01bbf98-46ac-4c71-89ef-68e0385b4254" + "eb296d89-9cc3-44b6-b2d6-1819e87dc69a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:c01bbf98-46ac-4c71-89ef-68e0385b4254" + "SOUTHEASTASIA:20170525T071433Z:eb296d89-9cc3-44b6-b2d6-1819e87dc69a" ] }, "StatusCode": 200 @@ -6587,13 +6587,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2dbba701-1297-410e-bc3f-21b78915bc0b" + "0eda6442-71ee-4bdd-b2bb-8cc15a158cbd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6609,7 +6609,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:56 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6627,7 +6627,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "26beb28b-1a6e-40fd-a477-eca441cc59fe" + "257ceb01-6c7e-4534-ab33-fbdf60425dc3" ], "X-Content-Type-Options": [ "nosniff" @@ -6639,13 +6639,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" + "14808" ], "x-ms-correlation-request-id": [ - "8994deb8-3416-4bc8-b806-867642e49ce2" + "2231eb07-4577-4fef-bc19-9e5adfa771a9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:8994deb8-3416-4bc8-b806-867642e49ce2" + "SOUTHEASTASIA:20170525T071433Z:2231eb07-4577-4fef-bc19-9e5adfa771a9" ] }, "StatusCode": 200 @@ -6657,13 +6657,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a524b6d-4549-45d1-a26a-99d0a7b331ec" + "764ccef8-00b5-42ef-b88b-fde0b20ebcde" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6679,7 +6679,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6697,7 +6697,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0ede0c78-4747-43b6-b369-f944307e60f8" + "05fd9ac8-53c9-4da5-b1f0-4f2a67ebe07a" ], "X-Content-Type-Options": [ "nosniff" @@ -6709,13 +6709,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" + "14807" ], "x-ms-correlation-request-id": [ - "031c24e9-550b-426a-ba6d-eeb0fa7c6b08" + "6679102f-b909-421a-a8c3-dd0a85fad34b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:031c24e9-550b-426a-ba6d-eeb0fa7c6b08" + "SOUTHEASTASIA:20170525T071433Z:6679102f-b909-421a-a8c3-dd0a85fad34b" ] }, "StatusCode": 200 @@ -6727,13 +6727,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "991e09a9-1743-4dd9-af61-7bebf78b9d76" + "349d2f06-1506-423e-8cdd-aa2fedbb2693" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6749,7 +6749,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:32 GMT" ], "Pragma": [ "no-cache" @@ -6767,7 +6767,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f25435af-d4ee-4b44-989f-01ccd13024e7" + "df125a59-0e54-45eb-a591-dd8f87b23dcd" ], "X-Content-Type-Options": [ "nosniff" @@ -6779,13 +6779,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" + "14806" ], "x-ms-correlation-request-id": [ - "27d45c06-0239-4b6f-b85d-6e327a75ce0d" + "60efd477-2d70-41de-a7bd-3ff8328b806b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:27d45c06-0239-4b6f-b85d-6e327a75ce0d" + "SOUTHEASTASIA:20170525T071433Z:60efd477-2d70-41de-a7bd-3ff8328b806b" ] }, "StatusCode": 200 @@ -6797,13 +6797,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c18d17b-d386-4367-954c-2afbb941d87a" + "7c104d37-f7c6-40fb-a069-7444526450c2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6819,7 +6819,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -6837,7 +6837,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "da9d4db7-5deb-423b-9604-a84651100cd2" + "f80b5c11-4abd-4847-8034-e5a8f2084572" ], "X-Content-Type-Options": [ "nosniff" @@ -6849,13 +6849,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" + "14805" ], "x-ms-correlation-request-id": [ - "a702b3cd-3c66-4494-8ba8-3bf8e4348896" + "d237f7e9-5d06-425c-bcc8-ea0371e6642a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:a702b3cd-3c66-4494-8ba8-3bf8e4348896" + "SOUTHEASTASIA:20170525T071433Z:d237f7e9-5d06-425c-bcc8-ea0371e6642a" ] }, "StatusCode": 200 @@ -6867,13 +6867,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abfa2e10-6eb3-4593-ac5c-1a46183c356f" + "8d85a2e7-3979-40eb-81d8-d60859b7a51a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6889,7 +6889,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -6907,7 +6907,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "68bf2621-acdf-4d74-bda2-20a395765504" + "8c773137-74d6-4ec1-a5f6-d44282b91b52" ], "X-Content-Type-Options": [ "nosniff" @@ -6919,13 +6919,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" + "14804" ], "x-ms-correlation-request-id": [ - "6eda740e-c18e-4135-a927-c7329da3430e" + "74591a0a-a0ad-45da-9131-6fa3c00322ac" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:6eda740e-c18e-4135-a927-c7329da3430e" + "SOUTHEASTASIA:20170525T071433Z:74591a0a-a0ad-45da-9131-6fa3c00322ac" ] }, "StatusCode": 200 @@ -6937,13 +6937,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8f1e7c5-7ad6-43d0-9395-f1e05cd6441b" + "4076abb5-9f34-444e-ae9a-58e9e31bae41" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -6959,7 +6959,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -6977,7 +6977,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "cbc73515-593c-40fd-b3dd-1b075c8ab2cb" + "5b2bd808-c2b5-4f5b-ae7a-9ee946663c2d" ], "X-Content-Type-Options": [ "nosniff" @@ -6989,13 +6989,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" + "14803" ], "x-ms-correlation-request-id": [ - "f0ea8881-8ef4-4340-8e45-d8a9e7fed970" + "045edd61-0f30-4784-9a54-148aa3aeea68" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:f0ea8881-8ef4-4340-8e45-d8a9e7fed970" + "SOUTHEASTASIA:20170525T071433Z:045edd61-0f30-4784-9a54-148aa3aeea68" ] }, "StatusCode": 200 @@ -7007,13 +7007,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9813738a-248d-493e-b7d3-8c80f8f68327" + "b046e2f8-daa5-4a85-9e97-3ede4928b705" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7029,7 +7029,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7047,7 +7047,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "44a4e309-88be-4efd-8b39-bac3a8d3ec7a" + "d557a356-75cb-441a-862d-4e84212f58a9" ], "X-Content-Type-Options": [ "nosniff" @@ -7059,13 +7059,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" + "14802" ], "x-ms-correlation-request-id": [ - "f7fab61b-be57-4184-bf79-f52824794ddb" + "2c44ab2c-daec-45bd-b73a-6a4cf04a991c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:f7fab61b-be57-4184-bf79-f52824794ddb" + "SOUTHEASTASIA:20170525T071433Z:2c44ab2c-daec-45bd-b73a-6a4cf04a991c" ] }, "StatusCode": 200 @@ -7077,13 +7077,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18f659d6-b253-4f9e-9159-4948c8742d28" + "e206d7f1-c679-4013-ba2e-82487c59b981" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7099,7 +7099,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7117,7 +7117,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "699c8db5-63cb-4aaa-b8a0-01bc60349da6" + "a9c21fa5-4c73-45ad-b4a7-1bbb4094a141" ], "X-Content-Type-Options": [ "nosniff" @@ -7129,13 +7129,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" + "14801" ], "x-ms-correlation-request-id": [ - "b9d130f0-60f7-4301-a934-a9044a90acbf" + "2b885615-8479-449d-a66f-f2c3bdf70401" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:b9d130f0-60f7-4301-a934-a9044a90acbf" + "SOUTHEASTASIA:20170525T071433Z:2b885615-8479-449d-a66f-f2c3bdf70401" ] }, "StatusCode": 200 @@ -7147,13 +7147,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "483b4c3a-531d-4260-9956-f75e82e12c87" + "93a15351-8365-4558-a970-f3d18b269909" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7169,7 +7169,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7187,7 +7187,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0ed68641-9484-4200-a6bf-8ec4ebe466bf" + "780ebe48-66a1-49bc-ac18-da38d19813aa" ], "X-Content-Type-Options": [ "nosniff" @@ -7199,13 +7199,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" + "14800" ], "x-ms-correlation-request-id": [ - "2c99df88-4cc9-44ed-aea9-bc8d63a1ee5c" + "9dd02f30-69a1-43f4-8b2d-7b59e10d3b8c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:2c99df88-4cc9-44ed-aea9-bc8d63a1ee5c" + "SOUTHEASTASIA:20170525T071433Z:9dd02f30-69a1-43f4-8b2d-7b59e10d3b8c" ] }, "StatusCode": 200 @@ -7217,13 +7217,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d208234-0af8-40de-9a93-e50bce05a2d0" + "aecfb684-f926-4170-8365-0e35a5e2f8f2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7239,7 +7239,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7257,7 +7257,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e8bb7578-9912-4110-8e8e-6c6f84ec00c6" + "6435bb82-2126-42de-a90c-767c8bd8c93e" ], "X-Content-Type-Options": [ "nosniff" @@ -7269,13 +7269,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" + "14799" ], "x-ms-correlation-request-id": [ - "0460e6f1-89a2-49f2-a2ef-5b860122bc81" + "0ed212d1-8ce5-4c66-b69d-ff19ac780e89" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232657Z:0460e6f1-89a2-49f2-a2ef-5b860122bc81" + "SOUTHEASTASIA:20170525T071434Z:0ed212d1-8ce5-4c66-b69d-ff19ac780e89" ] }, "StatusCode": 200 @@ -7287,13 +7287,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01720fc7-ad29-40a7-9533-a3b34d80602f" + "d57dc5fb-94f3-4f18-a381-786d9b76c314" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7309,7 +7309,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7327,7 +7327,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b748d657-938d-4e95-9ec9-8307ed6b75df" + "d3603681-cbb3-4acc-bdc0-de17067b2c1f" ], "X-Content-Type-Options": [ "nosniff" @@ -7339,13 +7339,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" + "14798" ], "x-ms-correlation-request-id": [ - "5ed3e352-00e2-4c88-a202-0f50835d0d2f" + "e0abc729-9e47-43e2-9230-28d796756358" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:5ed3e352-00e2-4c88-a202-0f50835d0d2f" + "SOUTHEASTASIA:20170525T071434Z:e0abc729-9e47-43e2-9230-28d796756358" ] }, "StatusCode": 200 @@ -7357,13 +7357,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ed2d686-f594-4c80-b35e-3c3e022f1c52" + "8ed6dfe2-0867-4588-bbee-31e03c3627a6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7379,7 +7379,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7397,7 +7397,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5c727f76-1900-413c-9669-b483664b87f3" + "87a11eb2-e476-4523-99f1-e08d5f512e25" ], "X-Content-Type-Options": [ "nosniff" @@ -7409,13 +7409,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "14797" ], "x-ms-correlation-request-id": [ - "9dd9de5e-a6e0-4408-bb12-99f103c9f864" + "57a2081c-a85b-4f1b-9de5-fad5fb6384d6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:9dd9de5e-a6e0-4408-bb12-99f103c9f864" + "SOUTHEASTASIA:20170525T071434Z:57a2081c-a85b-4f1b-9de5-fad5fb6384d6" ] }, "StatusCode": 200 @@ -7427,13 +7427,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "641199b4-32bc-46f2-a8e4-7d1cedb7929d" + "bc611cf6-1de7-422e-ae02-7befe9744c01" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7449,7 +7449,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:33 GMT" ], "Pragma": [ "no-cache" @@ -7467,7 +7467,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aaa6b71b-7385-483f-b623-8e44387bb78a" + "e108d1a5-5dc9-4520-80d6-0e52ddd5f5be" ], "X-Content-Type-Options": [ "nosniff" @@ -7479,13 +7479,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" + "14796" ], "x-ms-correlation-request-id": [ - "14715947-6a87-432f-b59e-f745b6be3c65" + "66f5115c-d2f4-44c2-87cf-37fa2627f7fd" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:14715947-6a87-432f-b59e-f745b6be3c65" + "SOUTHEASTASIA:20170525T071434Z:66f5115c-d2f4-44c2-87cf-37fa2627f7fd" ] }, "StatusCode": 200 @@ -7497,13 +7497,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dc71779d-bc63-4fad-a87b-d68369f0cdca" + "8a386139-e928-409d-9459-2eb24023a64b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7519,7 +7519,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:57 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7537,7 +7537,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d438d5bc-557f-4625-a45d-7ed744f49758" + "da4276c4-5065-48a1-8cc3-68c9a4243d1b" ], "X-Content-Type-Options": [ "nosniff" @@ -7549,13 +7549,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "14795" ], "x-ms-correlation-request-id": [ - "98b2ae96-12fc-4963-86f8-05c590fef988" + "519f480d-a592-4049-8e0c-c882cc7cdb38" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:98b2ae96-12fc-4963-86f8-05c590fef988" + "SOUTHEASTASIA:20170525T071434Z:519f480d-a592-4049-8e0c-c882cc7cdb38" ] }, "StatusCode": 200 @@ -7567,13 +7567,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b682ade8-8846-46e8-ad85-ddbbd5ab26bf" + "3f2a1654-8bb5-4eac-b096-4cc20a5da348" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -7589,7 +7589,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7607,7 +7607,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "10a859a0-ba79-4f0a-b8c6-acc113e0cde6" + "dc023005-63f9-4ea3-8311-e8ec924391f2" ], "X-Content-Type-Options": [ "nosniff" @@ -7619,13 +7619,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" + "14794" ], "x-ms-correlation-request-id": [ - "18cc3aef-6ce8-4cd6-b3b7-4cae19c5d3ce" + "cbefe495-8c1c-420c-9248-6429a6751df5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:18cc3aef-6ce8-4cd6-b3b7-4cae19c5d3ce" + "SOUTHEASTASIA:20170525T071434Z:cbefe495-8c1c-420c-9248-6429a6751df5" ] }, "StatusCode": 200 @@ -7637,17 +7637,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8892fbb5-f594-4aa3-bb39-85567b65fade" + "3f429111-c4af-4d81-be30-fea750fea6ca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -7659,7 +7659,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7677,7 +7677,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7ba59683-bae3-495e-a98b-cb8f8799fd5b" + "7570bd33-eed4-4d46-a508-8e974978a34c" ], "X-Content-Type-Options": [ "nosniff" @@ -7689,13 +7689,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" + "14793" ], "x-ms-correlation-request-id": [ - "5a4083cd-ae35-4cce-97a8-6e7a88a2346d" + "2618e133-35e3-4de2-ae0d-a50e4fbb3bb0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:5a4083cd-ae35-4cce-97a8-6e7a88a2346d" + "SOUTHEASTASIA:20170525T071434Z:2618e133-35e3-4de2-ae0d-a50e4fbb3bb0" ] }, "StatusCode": 200 @@ -7707,17 +7707,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c306d810-1cfa-4688-9820-336569045b69" + "c49dfc85-7812-4311-9eb2-e5062258d27e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -7729,7 +7729,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7747,7 +7747,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6c7249cc-54ba-4146-96db-8a5f21053520" + "b5520ea6-e86d-43e6-87e8-33a878bb63ee" ], "X-Content-Type-Options": [ "nosniff" @@ -7759,13 +7759,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" + "14792" ], "x-ms-correlation-request-id": [ - "77b4878a-8d5e-4139-8fd7-aadd5fa62348" + "03d27832-d6ad-4739-9e83-a267d4c97748" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:77b4878a-8d5e-4139-8fd7-aadd5fa62348" + "SOUTHEASTASIA:20170525T071434Z:03d27832-d6ad-4739-9e83-a267d4c97748" ] }, "StatusCode": 200 @@ -7777,17 +7777,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85a57411-dd74-4b7b-ad5b-ece2d04051c8" + "fdbd87fe-f70d-496f-a042-c6e980975e2f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -7799,7 +7799,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7817,7 +7817,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2ff058c7-dfc0-4b6e-9d1e-deea855f8778" + "e2b710a3-26ee-4304-8261-83bc4762b116" ], "X-Content-Type-Options": [ "nosniff" @@ -7829,13 +7829,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" + "14791" ], "x-ms-correlation-request-id": [ - "74e2f729-a063-4dd9-90e7-62f573a9f1e5" + "cdd25ad6-4d63-4086-b136-b1a51894d89d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:74e2f729-a063-4dd9-90e7-62f573a9f1e5" + "SOUTHEASTASIA:20170525T071434Z:cdd25ad6-4d63-4086-b136-b1a51894d89d" ] }, "StatusCode": 200 @@ -7847,17 +7847,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b45afe17-8b06-45ba-9dfa-68550c23cd74" + "86133097-8475-41d8-abfb-ff14fc1ce0e4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -7869,7 +7869,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7887,7 +7887,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "607058fa-81ae-4ef3-9d9a-8e8a781c5c30" + "b1eb8684-568f-4855-8de7-968aecb52e95" ], "X-Content-Type-Options": [ "nosniff" @@ -7899,13 +7899,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" + "14790" ], "x-ms-correlation-request-id": [ - "bba24d0c-e0e2-4c7b-a0d8-1300737deb5e" + "fc192bb2-f508-43de-a792-fe108679c73c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:bba24d0c-e0e2-4c7b-a0d8-1300737deb5e" + "SOUTHEASTASIA:20170525T071434Z:fc192bb2-f508-43de-a792-fe108679c73c" ] }, "StatusCode": 200 @@ -7917,17 +7917,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b9ebd88-d0b8-4fcf-ac89-d28274ea6048" + "0e8bb3cb-91a4-41b1-9ab4-64199c262cc6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -7939,7 +7939,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -7957,7 +7957,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0224357b-43f0-484c-a940-27c7ea2399e7" + "e865647c-133d-4631-ac0e-e644de366ea7" ], "X-Content-Type-Options": [ "nosniff" @@ -7969,13 +7969,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" + "14789" ], "x-ms-correlation-request-id": [ - "32ed489c-3d3f-4064-a83b-f74ce2a05592" + "98ff7179-e7c5-4d1f-b3cd-2bf173bc55ea" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:32ed489c-3d3f-4064-a83b-f74ce2a05592" + "SOUTHEASTASIA:20170525T071435Z:98ff7179-e7c5-4d1f-b3cd-2bf173bc55ea" ] }, "StatusCode": 200 @@ -7987,17 +7987,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a72752e5-0e6c-483e-bcbe-92d4e417b4cb" + "3d5de21b-e84d-4267-a833-e82dcd4f8863" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -8009,7 +8009,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -8027,7 +8027,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fa4d4b5a-873a-41f9-ba8e-3936b5024719" + "4390feb4-8e0e-44b8-af12-d6a6008efbf6" ], "X-Content-Type-Options": [ "nosniff" @@ -8039,13 +8039,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" + "14788" ], "x-ms-correlation-request-id": [ - "06762b95-22e8-4cb4-bbe2-ddc7cdbf0935" + "919f47be-b59a-4b3c-8af3-dc5cb5d906fa" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:06762b95-22e8-4cb4-bbe2-ddc7cdbf0935" + "SOUTHEASTASIA:20170525T071435Z:919f47be-b59a-4b3c-8af3-dc5cb5d906fa" ] }, "StatusCode": 200 @@ -8057,13 +8057,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb3007ac-5ce6-4e2c-b7b4-54d1c7bbcfa0" + "6c000025-ef4e-4d4e-a95d-fa3f2b9ea6af" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8079,7 +8079,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -8097,7 +8097,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "faaf36a8-5e86-4c33-97c1-4b840bba23cd" + "a731ffc6-3535-4abb-a579-cf7333088c57" ], "X-Content-Type-Options": [ "nosniff" @@ -8109,13 +8109,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" + "14787" ], "x-ms-correlation-request-id": [ - "fc821a2e-8ca2-41df-bef4-64608fc45eb1" + "6d1a7ce2-6e45-44a3-8dac-30c3024b815e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:fc821a2e-8ca2-41df-bef4-64608fc45eb1" + "SOUTHEASTASIA:20170525T071435Z:6d1a7ce2-6e45-44a3-8dac-30c3024b815e" ] }, "StatusCode": 200 @@ -8127,13 +8127,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e88fccc-2267-4511-a199-d0d4aab0a29d" + "a42d0db1-c382-4481-9b3d-8ed1a736013f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8149,7 +8149,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:34 GMT" ], "Pragma": [ "no-cache" @@ -8167,7 +8167,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0dbc295a-bfd7-449b-a2c7-d8493afb2e4c" + "643ff264-a593-4f91-9f39-21f39cb5b849" ], "X-Content-Type-Options": [ "nosniff" @@ -8179,13 +8179,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14786" ], "x-ms-correlation-request-id": [ - "0af7128d-a634-4ddc-b1b4-2cc4e990a7db" + "a6b6acf1-ec4a-45e6-b9c3-697b513ad5e3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:0af7128d-a634-4ddc-b1b4-2cc4e990a7db" + "SOUTHEASTASIA:20170525T071435Z:a6b6acf1-ec4a-45e6-b9c3-697b513ad5e3" ] }, "StatusCode": 200 @@ -8197,13 +8197,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "514acb2d-b7a3-4435-97df-dbd1796c28d5" + "05c436dc-34b9-413d-9249-bfc9c1917256" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8219,7 +8219,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8237,7 +8237,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9c925c18-55c6-4c99-a12a-b172a806ee87" + "e0bf258b-42a6-40dd-8f2f-a6feb819bf58" ], "X-Content-Type-Options": [ "nosniff" @@ -8249,13 +8249,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14785" ], "x-ms-correlation-request-id": [ - "89fd2c04-4ce7-44e3-b7d0-bf43aefaced8" + "427d2904-f067-44a2-a43d-025918286300" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232658Z:89fd2c04-4ce7-44e3-b7d0-bf43aefaced8" + "SOUTHEASTASIA:20170525T071435Z:427d2904-f067-44a2-a43d-025918286300" ] }, "StatusCode": 200 @@ -8267,17 +8267,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54af4ff8-2ed8-4359-8dfc-434b649a6e96" + "d14d2823-cf33-4987-bf64-f3993fc88e26" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -8289,7 +8289,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8307,7 +8307,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "74aa82d8-1f39-4911-801f-9d927440e11d" + "d755b106-ca27-40e6-becb-363210171f78" ], "X-Content-Type-Options": [ "nosniff" @@ -8319,13 +8319,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14784" ], "x-ms-correlation-request-id": [ - "426b178a-45e8-4c59-a379-1212a9678f72" + "4b73e991-0845-44ff-a090-ae4b4515bc4a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:426b178a-45e8-4c59-a379-1212a9678f72" + "SOUTHEASTASIA:20170525T071435Z:4b73e991-0845-44ff-a090-ae4b4515bc4a" ] }, "StatusCode": 200 @@ -8337,13 +8337,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd634da3-1f57-4d27-8a0c-6b66a7c87cf1" + "885fe969-293e-4e66-a2b0-e76f8d23ed7a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8359,7 +8359,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8377,7 +8377,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6eea7535-3787-4ed5-871e-ed0614c4edfb" + "b3b16743-e445-47f1-a113-22482db5c543" ], "X-Content-Type-Options": [ "nosniff" @@ -8389,13 +8389,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14783" ], "x-ms-correlation-request-id": [ - "12f7b29d-469e-4d68-9283-06eebf307107" + "d4c2c861-a505-4791-b3af-858ac0bb85b7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:12f7b29d-469e-4d68-9283-06eebf307107" + "SOUTHEASTASIA:20170525T071435Z:d4c2c861-a505-4791-b3af-858ac0bb85b7" ] }, "StatusCode": 200 @@ -8407,13 +8407,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccd68355-c012-49c4-a018-335aa36e620e" + "1e1bfe23-cff7-4734-8a17-f4d7a5545ec2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8429,7 +8429,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8447,7 +8447,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f335e25e-1f43-4c2d-83de-5347ac76e4e6" + "da56e91d-c00d-428d-8aba-7cdae6606b55" ], "X-Content-Type-Options": [ "nosniff" @@ -8459,13 +8459,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" + "14782" ], "x-ms-correlation-request-id": [ - "9d25ca1e-b88d-4d0c-aa37-3d8217ca802d" + "4e5977f2-62e6-43b3-a808-3631adbef7b2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:9d25ca1e-b88d-4d0c-aa37-3d8217ca802d" + "SOUTHEASTASIA:20170525T071435Z:4e5977f2-62e6-43b3-a808-3631adbef7b2" ] }, "StatusCode": 200 @@ -8477,13 +8477,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4f26db3-198d-4ae5-a00d-29f9c2e68d4c" + "8e4a7c9f-31ad-40f6-8712-5a6666c4f052" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8499,7 +8499,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:58 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8517,7 +8517,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ec3705f0-a098-4706-b3fc-373a6af09678" + "c40c3ec8-5029-46bb-b4b0-77eeb530c958" ], "X-Content-Type-Options": [ "nosniff" @@ -8529,13 +8529,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14781" ], "x-ms-correlation-request-id": [ - "ae1c6150-a3be-41c6-b59f-74dc7f38b19c" + "d01d636d-6062-47cb-8d90-bd401786f1b9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:ae1c6150-a3be-41c6-b59f-74dc7f38b19c" + "SOUTHEASTASIA:20170525T071435Z:d01d636d-6062-47cb-8d90-bd401786f1b9" ] }, "StatusCode": 200 @@ -8547,13 +8547,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6dd16e2a-c2b7-4d55-9bee-7fb131a34813" + "f8d25f20-2a2e-470b-979c-95a73e4ced1a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8569,7 +8569,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8587,7 +8587,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "91b7225a-db72-4443-a022-ad78a9e8024c" + "010f025b-a3ff-4a27-bde7-04263f84dbff" ], "X-Content-Type-Options": [ "nosniff" @@ -8599,13 +8599,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" + "14780" ], "x-ms-correlation-request-id": [ - "de7a6133-65aa-42ca-8af6-5ed3a2804dd0" + "458afaad-bb0e-4526-aa40-ed914c983d42" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:de7a6133-65aa-42ca-8af6-5ed3a2804dd0" + "SOUTHEASTASIA:20170525T071435Z:458afaad-bb0e-4526-aa40-ed914c983d42" ] }, "StatusCode": 200 @@ -8617,13 +8617,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "558e4752-d95e-4b7e-b0c9-b2cc857a1081" + "5dbffea1-49ff-4e29-b231-2b7fbd555704" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8639,7 +8639,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8657,7 +8657,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "94cf29a0-5424-4351-8bc3-5f55ec697b48" + "a8e067a5-0165-4080-908e-4f4e01c383dc" ], "X-Content-Type-Options": [ "nosniff" @@ -8669,13 +8669,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" + "14779" ], "x-ms-correlation-request-id": [ - "ca34f53e-e77c-42b2-9527-dce6beb5773f" + "8c4545f8-137a-4067-9458-b7415d9f1fca" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:ca34f53e-e77c-42b2-9527-dce6beb5773f" + "SOUTHEASTASIA:20170525T071436Z:8c4545f8-137a-4067-9458-b7415d9f1fca" ] }, "StatusCode": 200 @@ -8687,13 +8687,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a9882bb-482e-4068-a7da-ad40097da38d" + "75669b8c-04f9-45f3-96a1-26aa02289b67" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8709,7 +8709,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8727,7 +8727,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b4476b9d-7bfe-4e1d-84c5-ce668fb93488" + "1179cb92-bceb-43ab-8865-2606e10891c8" ], "X-Content-Type-Options": [ "nosniff" @@ -8739,13 +8739,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "14778" ], "x-ms-correlation-request-id": [ - "2cdc997b-0bf4-4372-b411-79bba01f0d15" + "89eb926a-dbc5-4dda-98a5-9e82aa82397d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:2cdc997b-0bf4-4372-b411-79bba01f0d15" + "SOUTHEASTASIA:20170525T071436Z:89eb926a-dbc5-4dda-98a5-9e82aa82397d" ] }, "StatusCode": 200 @@ -8757,13 +8757,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02ed9224-e6fd-4458-bb13-7bd8079bfb74" + "934d2c62-ac0b-4cfb-b978-93956f512787" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8779,7 +8779,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8797,7 +8797,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4511bda7-cdd2-4eeb-82b4-f174e9484f62" + "4546ebef-8caa-43e7-b142-11cd6c9874bc" ], "X-Content-Type-Options": [ "nosniff" @@ -8809,13 +8809,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14777" ], "x-ms-correlation-request-id": [ - "a98ba7b9-7e6f-435f-8159-5415d07a9591" + "2bb024d8-b4a0-4b7c-ae01-47474af6c76d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:a98ba7b9-7e6f-435f-8159-5415d07a9591" + "SOUTHEASTASIA:20170525T071436Z:2bb024d8-b4a0-4b7c-ae01-47474af6c76d" ] }, "StatusCode": 200 @@ -8827,13 +8827,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8972326c-cc35-4da6-a673-0fab807190cd" + "73d71734-84c4-4d1e-acd9-e6a62ac58342" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8849,7 +8849,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:35 GMT" ], "Pragma": [ "no-cache" @@ -8867,7 +8867,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aff4460f-59ab-4f84-877b-189d93468e88" + "3fbc07ed-0dab-49ca-9e4b-1ef15580eb3e" ], "X-Content-Type-Options": [ "nosniff" @@ -8879,13 +8879,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14776" ], "x-ms-correlation-request-id": [ - "e477fbc6-3be3-42f0-8fd0-922f805d976b" + "e7260b67-7652-4b20-b86f-271fafb58693" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:e477fbc6-3be3-42f0-8fd0-922f805d976b" + "SOUTHEASTASIA:20170525T071436Z:e7260b67-7652-4b20-b86f-271fafb58693" ] }, "StatusCode": 200 @@ -8897,13 +8897,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a68098b7-3719-42a8-8ab9-faedf91a3096" + "d9ecb6f8-79e3-4098-b31c-49f5a2e9abb1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8919,7 +8919,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -8937,7 +8937,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6eebce27-5bd5-4666-abc9-52bd448890a3" + "65ae1e05-a8b8-4289-a3c3-27c8d3c18ecf" ], "X-Content-Type-Options": [ "nosniff" @@ -8949,13 +8949,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14775" ], "x-ms-correlation-request-id": [ - "b4965c08-ba92-40f2-afd4-590de852c7c3" + "8a4d331e-1796-44fb-92ff-3e8fb71d175b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:b4965c08-ba92-40f2-afd4-590de852c7c3" + "SOUTHEASTASIA:20170525T071436Z:8a4d331e-1796-44fb-92ff-3e8fb71d175b" ] }, "StatusCode": 200 @@ -8967,13 +8967,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1eb4d420-da6e-4c7f-a427-b5c190cc95a4" + "82aec5a7-3c6a-4679-94f9-b4d39bdb1bad" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -8989,7 +8989,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9007,7 +9007,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e5790692-2a12-41ca-bfa3-2473122337dd" + "2e419644-cabe-4051-962b-06a6ea2ae6a8" ], "X-Content-Type-Options": [ "nosniff" @@ -9019,13 +9019,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14774" ], "x-ms-correlation-request-id": [ - "92e71ccf-ae27-4d77-a299-abfd53c009bd" + "cad3cb4e-6a63-4ce2-9a5e-fed71bd36881" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:92e71ccf-ae27-4d77-a299-abfd53c009bd" + "SOUTHEASTASIA:20170525T071436Z:cad3cb4e-6a63-4ce2-9a5e-fed71bd36881" ] }, "StatusCode": 200 @@ -9037,17 +9037,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dac858ed-6ba5-4997-b0bb-780bb4304f55" + "a6f1b8d6-8b41-4d4f-95fe-26c251eb4e78" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -9059,7 +9059,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9077,7 +9077,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c2817c86-de8f-44a8-ac26-6fc61669919e" + "d8b40163-6f32-41b1-a9dd-8056a0874142" ], "X-Content-Type-Options": [ "nosniff" @@ -9089,13 +9089,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14773" ], "x-ms-correlation-request-id": [ - "60558715-85ab-4e1d-83f2-6a86e0448609" + "49d941c1-e22d-46a9-861e-14945bddef02" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:60558715-85ab-4e1d-83f2-6a86e0448609" + "SOUTHEASTASIA:20170525T071436Z:49d941c1-e22d-46a9-861e-14945bddef02" ] }, "StatusCode": 200 @@ -9107,17 +9107,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28846383-7960-4330-8d8d-3b70475f9b3c" + "5072f4c6-e378-4c43-8118-6e6bccfd2bb4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -9129,7 +9129,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9147,7 +9147,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "acd4e494-95fd-4868-a808-1238fd983afa" + "e18dfe0e-932c-440e-a7d1-0320d07d7a20" ], "X-Content-Type-Options": [ "nosniff" @@ -9159,13 +9159,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14772" ], "x-ms-correlation-request-id": [ - "c34ed265-a719-4272-9d72-dc8b5afb4f0a" + "34d16c47-217d-45d1-a118-8120d5291009" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232659Z:c34ed265-a719-4272-9d72-dc8b5afb4f0a" + "SOUTHEASTASIA:20170525T071436Z:34d16c47-217d-45d1-a118-8120d5291009" ] }, "StatusCode": 200 @@ -9177,13 +9177,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "473d61eb-ea59-4f48-b1a6-17500b046c57" + "bbce8f35-9bc7-443d-99a9-f76a693d51ce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -9199,7 +9199,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9217,7 +9217,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8fea12c0-90f1-4355-8b4c-6e3def89d840" + "31a3ab97-4bba-478c-b13c-ce01c151a4f5" ], "X-Content-Type-Options": [ "nosniff" @@ -9229,13 +9229,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" + "14771" ], "x-ms-correlation-request-id": [ - "58d96ba3-f7c9-4631-b5c1-07835bcb3f8a" + "5545fb52-7a34-430d-81a6-c90abcb7608f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232700Z:58d96ba3-f7c9-4631-b5c1-07835bcb3f8a" + "SOUTHEASTASIA:20170525T071436Z:5545fb52-7a34-430d-81a6-c90abcb7608f" ] }, "StatusCode": 200 @@ -9247,13 +9247,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "691a6f59-3fe6-498b-87cf-a88a4bc0ad44" + "47f79774-0703-4996-ac12-e84ebc652287" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -9269,7 +9269,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:26:59 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9287,7 +9287,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b33818c0-50a1-45b3-8809-ca35052a332b" + "cc00d704-3d3c-4bf0-9ab8-591f5a95abed" ], "X-Content-Type-Options": [ "nosniff" @@ -9299,13 +9299,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" + "14770" ], "x-ms-correlation-request-id": [ - "826faed7-2b84-414f-9e86-cce321db0718" + "50802195-3bc9-4b0a-ac6b-419b585e4b28" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232700Z:826faed7-2b84-414f-9e86-cce321db0718" + "SOUTHEASTASIA:20170525T071436Z:50802195-3bc9-4b0a-ac6b-419b585e4b28" ] }, "StatusCode": 200 @@ -9317,13 +9317,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "246dd927-9e8e-44f0-8666-516b0cdcb3a1" + "788aa4f5-2df1-47e2-accc-0493b9a82a6e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -9339,7 +9339,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:00 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9357,7 +9357,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4a0af694-4298-4f75-865a-f543ed56306a" + "7ab69ddd-fcb2-43a5-ac24-206ef834e3f7" ], "X-Content-Type-Options": [ "nosniff" @@ -9369,13 +9369,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" + "14769" ], "x-ms-correlation-request-id": [ - "edf5c1f5-2918-4e1c-8643-be436f745c80" + "22ff3bcb-5c16-4fb3-bc14-d157b005d7d9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232700Z:edf5c1f5-2918-4e1c-8643-be436f745c80" + "SOUTHEASTASIA:20170525T071437Z:22ff3bcb-5c16-4fb3-bc14-d157b005d7d9" ] }, "StatusCode": 200 @@ -9387,13 +9387,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89c4171d-ebc8-4e6a-a991-aa53c40582df" + "f237e697-49bd-4934-b3de-0fef607c9bca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -9409,7 +9409,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:00 GMT" + "Thu, 25 May 2017 07:14:36 GMT" ], "Pragma": [ "no-cache" @@ -9427,7 +9427,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "819f7a79-c7b0-4685-91a5-772e6b393048" + "d1d8787a-729d-42f8-8f1b-dd19cace3117" ], "X-Content-Type-Options": [ "nosniff" @@ -9439,13 +9439,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" + "14768" ], "x-ms-correlation-request-id": [ - "b1a4d2c9-f1f0-4e61-a61a-316731def46f" + "78c119bb-6b59-4510-b771-85046c743f2a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232700Z:b1a4d2c9-f1f0-4e61-a61a-316731def46f" + "SOUTHEASTASIA:20170525T071437Z:78c119bb-6b59-4510-b771-85046c743f2a" ] }, "StatusCode": 200 diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsListGetTests.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsListGetTests.json index 6bb686012822f..0b24c2c4f29cd 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsListGetTests.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionsListGetTests.json @@ -7,17 +7,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55e17c8b-34a3-4f23-9f9b-0a78d0fa5d17" + "80534587-ab09-4fc5-b542-ce05afbc5e87" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/disks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"roleName\": \"OnCommand Cloud Manager Operator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"OnCommand Cloud Manager Permissions\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Compute/disks/delete\",\r\n \"Microsoft.Compute/disks/read\",\r\n \"Microsoft.Compute/disks/write\",\r\n \"Microsoft.Compute/locations/operations/read\",\r\n \"Microsoft.Compute/locations/vmSizes/read\",\r\n \"Microsoft.Compute/operations/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/instanceView/read\",\r\n \"Microsoft.Compute/virtualMachines/powerOff/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\",\r\n \"Microsoft.Compute/virtualMachines/write\",\r\n \"Microsoft.Network/locations/operationResults/read\",\r\n \"Microsoft.Network/locations/operations/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/networkSecurityGroups/write\",\r\n \"Microsoft.Network/virtualNetworks/checkIpAddressAvailability/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Network/virtualNetworks/subnets/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/virtualMachines/read\",\r\n \"Microsoft.Network/virtualNetworks/virtualMachines/read\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/deployments/write\",\r\n \"Microsoft.Resources/resources/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/delete\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/resources/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/write\",\r\n \"Microsoft.Storage/checknameavailability/read\",\r\n \"Microsoft.Storage/operations/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"Microsoft.Storage/storageAccounts/write\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"updatedOn\": \"2017-03-29T21:56:07.9054892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9acd117c-1527-4461-ab19-031c2329aa9b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9acd117c-1527-4461-ab19-031c2329aa9b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Support Custom Role\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Support Custom Role\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-02-02T02:17:43.627696Z\",\r\n \"updatedOn\": \"2017-04-20T22:55:02.9860347Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ee2d57e0-fda3-436d-8174-f3c9684efb46\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ee2d57e0-fda3-436d-8174-f3c9684efb46\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_6ff3b952-c97a-41db-83f5-b1313ec23328\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:14.1498525Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/10162e6e-237a-438c-8dd4-7b9dfadcd1ef\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"10162e6e-237a-438c-8dd4-7b9dfadcd1ef\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_a87fb8bf-95fc-4357-83c5-6b9e4eadc042\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"updatedOn\": \"2017-05-10T19:13:43.638591Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/c3557050-249c-4d6a-b2a2-373e2795cab8\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"c3557050-249c-4d6a-b2a2-373e2795cab8\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"TestRole_b1c92a47-886c-4bb1-b9b6-8afc5c223c4d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"updatedOn\": \"2017-05-10T19:17:49.1541173Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"70c6f38d-20ea-4d09-a477-0fb2d3bd7eb1\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service and the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-01-23T23:12:00.5823195Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"312a565d-c81f-4fd8-895a-4e21e48d571c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Operator Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage service but not the APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/backup/action\",\r\n \"Microsoft.ApiManagement/service/delete\",\r\n \"Microsoft.ApiManagement/service/managedeployments/action\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.ApiManagement/service/restore/action\",\r\n \"Microsoft.ApiManagement/service/updatecertificate/action\",\r\n \"Microsoft.ApiManagement/service/updatehostname/action\",\r\n \"Microsoft.ApiManagement/service/write\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:03:42.1194019Z\",\r\n \"updatedOn\": \"2016-11-18T23:56:25.4682649Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"API Management Service Reader Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read-only access to service and APIs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ApiManagement/service/*/read\",\r\n \"Microsoft.ApiManagement/service/read\",\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.ApiManagement/service/users/keys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2016-11-09T00:26:45.1540473Z\",\r\n \"updatedOn\": \"2017-01-23T23:10:34.8876776Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"71522526-b88f-4d52-b57f-d31fc3546d0d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Component Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage Application Insights components\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-11-29T20:30:34.2313394Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ae349356-3a1b-4a5e-921d-050484c6347e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Application Insights Snapshot Debugger\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Gives user permission to use Application Insights Snapshot Debugger features\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T21:25:12.3728747Z\",\r\n \"updatedOn\": \"2017-04-19T23:34:59.9511581Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Job Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and Manage Jobs using Automation Runbooks.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:52:41.0020018Z\",\r\n \"updatedOn\": \"2017-04-25T01:02:08.3049604Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4fe576fe-1146-4730-92eb-48519fa6bf9f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Automation Runbook Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Read Runbook properties - to be able to create Jobs of the runbook.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-19T20:47:49.5640674Z\",\r\n \"updatedOn\": \"2017-04-25T01:00:45.6444999Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup service,but can't create vaults and give access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/*\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:12:15.7321344Z\",\r\n \"updatedOn\": \"2017-03-18T11:13:18.7657498Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e467623-bb1f-42f4-a55d-6e525e11384b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage backup services, except removal of backup, vault creation and giving access to others\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:21:11.894764Z\",\r\n \"updatedOn\": \"2017-03-16T08:59:48.5515273Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"00c29273-979b-4161-815c-10b084fb9324\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Backup Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view backup services, but can't make changes\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationStatus/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\r\n \"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-01-03T13:18:41.3893065Z\",\r\n \"updatedOn\": \"2017-03-16T08:58:28.4671128Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a795c7a0-d4a2-40c1-ae25-d81f01202912\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Billing Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Allows read access to billing data\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Billing/*/read\",\r\n \"Microsoft.Commerce/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T02:13:38.9054151Z\",\r\n \"updatedOn\": \"2017-04-26T20:55:31.6488181Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"BizTalk Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage BizTalk services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BizTalkServices/BizTalk/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:55.8430061Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5e3c6656-6cfa-4708-81fe-0de47ac73342\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.6231539Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Endpoint Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/endpoints/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.1585846Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can manage CDN profiles and their endpoints, but can’t grant access to other users.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:53.7051278Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"ec156ff8-a8d1-4d15-830c-5b80698ca432\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"CDN Profile Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can view CDN profiles and their endpoints, but can’t make changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cdn/edgenodes/read\",\r\n \"Microsoft.Cdn/operationresults/*\",\r\n \"Microsoft.Cdn/profiles/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-01-23T02:48:46.4996252Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:54.2283001Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8f96442b-4075-438f-813d-ad51ab4019af\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicNetwork/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.3934954Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:56.9379206Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Classic Storage Account Key Operators are allowed to list and regenerate keys on Classic Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:22:52.14611Z\",\r\n \"updatedOn\": \"2017-04-13T20:54:03.0505986Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Classic Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they’re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/domainNames/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*\",\r\n \"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/link/action\",\r\n \"Microsoft.ClassicNetwork/reservedIps/read\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\r\n \"Microsoft.ClassicNetwork/virtualNetworks/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/images/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:57.4788684Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"ClearDB MySQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage ClearDB MySQL databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"successbricks.cleardb/databases/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:58.1393839Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9106cda0-8a86-4e81-b686-29a22c54effe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything except access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Authorization/*/Delete\",\r\n \"Microsoft.Authorization/*/Write\",\r\n \"Microsoft.Authorization/elevateAccess/Action\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-12-14T02:04:45.1393855Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"b24988ac-6180-42a0-ab88-20f7382dd24c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Factory Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Create and manage data factories, as well as child resources within them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DataFactory/dataFactories/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-09-12T19:16:42.3441035Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"673868aa-7521-48a0-acc6-0f60742d39f5\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Data Lake Analytics Developer\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you submit, monitor, and manage your own jobs but not create or delete Data Lake Analytics accounts.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.BigAnalytics/accounts/*\",\r\n \"Microsoft.DataLakeAnalytics/accounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.BigAnalytics/accounts/Delete\",\r\n \"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.BigAnalytics/accounts/Write\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Delete\",\r\n \"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\r\n \"Microsoft.DataLakeAnalytics/accounts/Write\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-20T00:33:29.3115234Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.9047058Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"47b7735b-770e-4598-a7da-8b91488b4c88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DevTest Labs User\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you connect, start, restart, and shutdown your virtual machines in your Azure DevTest Labs.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/read\",\r\n \"Microsoft.Compute/virtualMachines/*/read\",\r\n \"Microsoft.Compute/virtualMachines/deallocate/action\",\r\n \"Microsoft.Compute/virtualMachines/read\",\r\n \"Microsoft.Compute/virtualMachines/restart/action\",\r\n \"Microsoft.Compute/virtualMachines/start/action\",\r\n \"Microsoft.DevTestLab/*/read\",\r\n \"Microsoft.DevTestLab/labs/claimAnyVm/action\",\r\n \"Microsoft.DevTestLab/labs/createEnvironment/action\",\r\n \"Microsoft.DevTestLab/labs/formulas/delete\",\r\n \"Microsoft.DevTestLab/labs/formulas/read\",\r\n \"Microsoft.DevTestLab/labs/formulas/write\",\r\n \"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\r\n \"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/networkInterfaces/*/read\",\r\n \"Microsoft.Network/networkInterfaces/join/action\",\r\n \"Microsoft.Network/networkInterfaces/read\",\r\n \"Microsoft.Network/networkInterfaces/write\",\r\n \"Microsoft.Network/publicIPAddresses/*/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/deployments/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Compute/virtualMachines/vmSizes/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-08T21:52:45.0657582Z\",\r\n \"updatedOn\": \"2017-02-02T02:38:38.2961026Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"76283e04-6283-4c54-8f91-bcf1374a3c64\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DNS Zone Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DNS zones and record sets in Azure DNS, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/dnsZones/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:40.3710365Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"befefa01-2a29-4197-83a8-272ff33ce314\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"DocumentDB Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage DocumentDB accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.DocumentDb/databaseAccounts/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.2132374Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5bd9cd88-fe45-4216-938b-f97437e15450\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Intelligent Systems Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Intelligent Systems accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.IntelligentSystems/accounts/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:59.7946586Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"03a6d094-3444-4b3d-88af-7477090a9e5e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Key Vault Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage key vaults, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.KeyVault/vaults/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:52.0943525Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"f25e0fa2-a7c8-4377-a976-54943a77a395\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; creating and configuring Automation accounts; adding solutions; and configuring Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Automation/automationAccounts/*\",\r\n \"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Compute/virtualMachines/extensions/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.OperationalInsights/*\",\r\n \"Microsoft.OperationsManagement/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-25T21:51:45.3174711Z\",\r\n \"updatedOn\": \"2017-05-19T04:00:50.7280454Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Log Analytics Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-02T00:20:28.1449012Z\",\r\n \"updatedOn\": \"2017-05-02T22:36:45.2104697Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"73c42c96-874c-492b-b04d-ab87d138a893\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage logic app, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\r\n \"Microsoft.ClassicStorage/storageAccounts/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.Insights/logdefinitions/*\",\r\n \"Microsoft.Insights/metricDefinitions/*\",\r\n \"Microsoft.Logic/*\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*\",\r\n \"Microsoft.Web/connections/*\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/functions/listSecrets/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:20:11.3665904Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"87a39d53-fc1b-424a-814c-f7e04687dc9e\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Logic App Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you read, enable and disable logic app.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*/read\",\r\n \"Microsoft.Insights/diagnosticSettings/*/read\",\r\n \"Microsoft.Insights/metricDefinitions/*/read\",\r\n \"Microsoft.Logic/*/read\",\r\n \"Microsoft.Logic/workflows/disable/action\",\r\n \"Microsoft.Logic/workflows/enable/action\",\r\n \"Microsoft.Logic/workflows/validate/action\",\r\n \"Microsoft.Resources/deployments/operations/read\",\r\n \"Microsoft.Resources/subscriptions/operationresults/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/connectionGateways/*/read\",\r\n \"Microsoft.Web/connections/*/read\",\r\n \"Microsoft.Web/serverFarms/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-04-28T21:33:30.4656007Z\",\r\n \"updatedOn\": \"2016-11-09T20:26:07.891163Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Contributor Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data and update monitoring settings.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Insights/AlertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.Insights/DiagnosticSettings/*\",\r\n \"Microsoft.Insights/eventtypes/*\",\r\n \"Microsoft.Insights/LogDefinitions/*\",\r\n \"Microsoft.Insights/MetricDefinitions/*\",\r\n \"Microsoft.Insights/Metrics/*\",\r\n \"Microsoft.Insights/Register/Action\",\r\n \"Microsoft.Insights/webtests/*\",\r\n \"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\r\n \"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:21:08.4345976Z\",\r\n \"updatedOn\": \"2016-09-28T20:39:49.9288963Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Monitoring Reader Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Can read all monitoring data.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-09-21T19:19:52.4939376Z\",\r\n \"updatedOn\": \"2016-09-28T20:43:54.2434341Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Network Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage networks, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.3326359Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"4d97b98b-1d4f-4787-a291-c67834d212e7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"New Relic APM Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage New Relic Application Performance Management accounts and applications, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"NewRelic.APM/accounts/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:07.7538043Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"5d28c62d-5b37-4476-8438-e587778df237\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Owner\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage everything, including access to resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:00.9179619Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view everything, but not make any changes.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-19T00:03:56.0652623Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"acdd72a7-3385-48ef-bd42-f606fba81ae7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Redis Cache Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Redis caches, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Cache/redis/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:01.9877071Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e0f68234-74aa-48ed-b826-c38b57376e17\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Scheduler Job Collections Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Scheduler job collections, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Scheduler/jobcollections/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:02.5343995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Search Service Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Search services, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Search/searchServices/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.0463472Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Admin\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Admin Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:51:23.0917487Z\",\r\n \"updatedOn\": \"2017-05-03T18:44:05.2089574Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"fb1c8493-542b-48eb-b624-b4c8fea62acd\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage security components, security policies and virtual machines\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.ClassicCompute/*/read\",\r\n \"Microsoft.ClassicCompute/virtualMachines/*/write\",\r\n \"Microsoft.ClassicNetwork/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-22T17:45:15.8986455Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:03.5656122Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Security Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Security Reader Role\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.operationalInsights/workspaces/*/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Security/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-03T07:48:49.0516559Z\",\r\n \"updatedOn\": \"2017-05-03T18:42:54.978738Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL DB Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/databases/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:15:54.7912113Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"SQL Server Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage SQL servers and databases, but not access to them, and not their security -related policies.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": [\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\"\r\n ]\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-08-03T17:19:54.8666727Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage storage accounts, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/diagnosticSettings/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.1004817Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"17d1049b-9a84-46fb-8f53-869881c3d3ab\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Storage Account Key Operator Service Role\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Storage Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"Microsoft.Storage/storageAccounts/regeneratekey/action\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-04-13T18:26:11.577057Z\",\r\n \"updatedOn\": \"2017-04-13T20:57:14.5990198Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"81a9662b-bebf-436f-a333-f67b29880f12\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Traffic Manager Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Traffic Manager profiles, but does not let you control who has access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/trafficManagerProfiles/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-10-15T23:33:25.9730842Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:44.1458854Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"User Access Administrator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage user access to Azure resources.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"*/read\",\r\n \"Microsoft.Authorization/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:04.6964687Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Web Plan Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the web plans for websites, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/serverFarms/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:05.9401651Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"\r\n },\r\n {\r\n \"properties\": {\r\n \"roleName\": \"Website Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage websites (not web plans), but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Insights/components/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\",\r\n \"Microsoft.Web/certificates/*\",\r\n \"Microsoft.Web/listSitesAssignedToHostName/read\",\r\n \"Microsoft.Web/serverFarms/join/action\",\r\n \"Microsoft.Web/serverFarms/read\",\r\n \"Microsoft.Web/sites/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2016-05-31T23:14:06.5272742Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"de139f84-1756-47ae-9be6-808fbbe84772\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:48 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "75243a74-9b62-45b8-8aaa-72d42e0cf248" + "9ddd6fd6-21f8-41ea-884f-63b69d76f97e" ], "X-Content-Type-Options": [ "nosniff" @@ -59,13 +59,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" + "14824" ], "x-ms-correlation-request-id": [ - "c0a25100-2616-4cf2-9b25-742ecf67a4ec" + "2a203a30-b894-42c3-9916-a61672d3520e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:c0a25100-2616-4cf2-9b25-742ecf67a4ec" + "SOUTHEASTASIA:20170525T071548Z:2a203a30-b894-42c3-9916-a61672d3520e" ] }, "StatusCode": 200 @@ -77,13 +77,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4515c5d0-1511-40dd-86f4-082044b3c323" + "046c3c99-cb40-4531-9a82-15b78ef9d4f8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -99,7 +99,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:48 GMT" ], "Pragma": [ "no-cache" @@ -117,7 +117,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0d4474fc-4c41-4ffd-81a0-4dc368eb4f86" + "3fd614fd-3b5d-42c1-9aa1-47d96234509d" ], "X-Content-Type-Options": [ "nosniff" @@ -129,13 +129,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" + "14823" ], "x-ms-correlation-request-id": [ - "1b054b0f-b6ea-47ec-9bae-bf0764c254ac" + "cc225d5a-afbf-4bda-92e4-0a03e778abb8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:1b054b0f-b6ea-47ec-9bae-bf0764c254ac" + "SOUTHEASTASIA:20170525T071548Z:cc225d5a-afbf-4bda-92e4-0a03e778abb8" ] }, "StatusCode": 200 @@ -147,13 +147,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05fe093f-326d-4c1e-9c69-d4fe99d14935" + "8770f41f-4fb6-4994-bfc5-93964507cc27" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -169,7 +169,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:49 GMT" ], "Pragma": [ "no-cache" @@ -187,7 +187,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4d584239-e427-4c6f-ae87-a35352ceec04" + "fb76d0ba-f19a-4c78-967e-bc6601f2103c" ], "X-Content-Type-Options": [ "nosniff" @@ -199,35 +199,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" + "14822" ], "x-ms-correlation-request-id": [ - "055f2501-0219-46f8-abb7-60dc2d97a887" + "ca8d2deb-3335-4fb2-abf3-b0fcf1cbbecb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:055f2501-0219-46f8-abb7-60dc2d97a887" + "SOUTHEASTASIA:20170525T071549Z:ca8d2deb-3335-4fb2-abf3-b0fcf1cbbecb" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy8yMzljZDBlNy01ZTI3LTQ4NzItYTFkMC0wZmYzYzRjZWM2YjY/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy80MWM4MTIxOS1lMGI3LTRkODEtOTZkYi01YWMyN2ZmMjM0YmU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50a47402-eca1-4651-92d3-a9394b5fc388" + "b6a24c7c-ac36-4c49-afc8-6be782f19ce0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Test Administrator\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Test Role to manage Azure environment\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.ADHybridHealthService/configuration/read\",\r\n \"Microsoft.ADHybridHealthService/services/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/alerts/read\",\r\n \"Microsoft.ADHybridHealthService/services/servicemembers/read\",\r\n \"Microsoft.Advisor/recommendations/read\",\r\n \"Microsoft.Advisor/register/action\",\r\n \"Microsoft.Authorization/classicAdministrators/read\",\r\n \"Microsoft.Authorization/locks/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"updatedOn\": \"2017-05-25T23:19:00.1735084Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"239cd0e7-5e27-4872-a1d0-0ff3c4cec6b6\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -239,7 +239,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:49 GMT" ], "Pragma": [ "no-cache" @@ -257,7 +257,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8b6403d7-e74a-4428-ac0c-703a66d11660" + "e05cde73-125e-4254-99b5-59ba2ad18488" ], "X-Content-Type-Options": [ "nosniff" @@ -269,35 +269,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" + "14821" ], "x-ms-correlation-request-id": [ - "c779b959-b848-45a1-9ace-f58faae3003d" + "af6b7647-6618-4f17-baf2-79d305585a65" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:c779b959-b848-45a1-9ace-f58faae3003d" + "SOUTHEASTASIA:20170525T071549Z:af6b7647-6618-4f17-baf2-79d305585a65" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy80MWM4MTIxOS1lMGI3LTRkODEtOTZkYi01YWMyN2ZmMjM0YmU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy9hNTFkOGZjMC0zZjRjLTQxZGYtOTBjNi0yMTcyMTI5Y2IzYTM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f595273-34ee-46c8-938d-2be32b879ad4" + "981f32d7-c30d-4d0e-856c-7eb85e0971aa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_1c581fde-9c61-41fe-b0fa-9f113f09280d\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/rbactest\",\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T00:43:21.0606467Z\",\r\n \"updatedOn\": \"2017-04-21T18:07:28.8010892Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/41c81219-e0b7-4d81-96db-5ac27ff234be\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"41c81219-e0b7-4d81-96db-5ac27ff234be\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -309,7 +309,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:49 GMT" ], "Pragma": [ "no-cache" @@ -327,7 +327,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6e584341-7814-4f10-8be6-504957964826" + "4b6866dd-3e0a-4ff7-b48c-b416d1a67674" ], "X-Content-Type-Options": [ "nosniff" @@ -339,35 +339,35 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" + "14820" ], "x-ms-correlation-request-id": [ - "799df49c-777a-4fba-810b-4d4972ae3793" + "92fccea8-9aed-45d8-9116-2e13782c06f5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:799df49c-777a-4fba-810b-4d4972ae3793" + "SOUTHEASTASIA:20170525T071549Z:92fccea8-9aed-45d8-9116-2e13782c06f5" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy9hNTFkOGZjMC0zZjRjLTQxZGYtOTBjNi0yMTcyMTI5Y2IzYTM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/AzureAuthzSDK/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL0F6dXJlQXV0aHpTREsvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3JvbGVEZWZpbml0aW9ucy83Y2ZiMzgzZC1mOTgyLTRhZDctODBlYy0yZDQzZjRkNjUwMDU/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d7d025b-3e5e-47c8-a2a2-29ee8306dcb2" + "8717e272-e35e-400c-9eb5-ec72c08984e4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_2f81f152-b1b4-4d72-b8f5-5d37259420e5\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"updatedOn\": \"2016-03-11T01:05:07.7863114Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/a51d8fc0-3f4c-41df-90c6-2172129cb3a3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"a51d8fc0-3f4c-41df-90c6-2172129cb3a3\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"TestRole_5836c056-d7df-4676-84d7-8b2659fc7068\",\r\n \"type\": \"CustomRole\",\r\n \"description\": \"Custom Role Test Desc\",\r\n \"assignableScopes\": [\r\n \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"updatedOn\": \"2017-05-10T18:29:53.3382974Z\",\r\n \"createdBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\",\r\n \"updatedBy\": \"f8d526a0-54eb-4941-ae69-ebf4a334d0f0\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/7cfb383d-f982-4ad7-80ec-2d43f4d65005\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"7cfb383d-f982-4ad7-80ec-2d43f4d65005\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -379,7 +379,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:49 GMT" ], "Pragma": [ "no-cache" @@ -397,7 +397,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f2dc7c80-77eb-4ca6-9b83-3bf1dbb49ad2" + "f03bd4fb-cae4-41e2-8e57-722c6c341ec4" ], "X-Content-Type-Options": [ "nosniff" @@ -409,13 +409,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" + "14819" ], "x-ms-correlation-request-id": [ - "330d9013-8c6d-461c-b5fe-2707ff983af8" + "d3383097-d525-47b0-aded-2f36595058ba" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:330d9013-8c6d-461c-b5fe-2707ff983af8" + "SOUTHEASTASIA:20170525T071550Z:d3383097-d525-47b0-aded-2f36595058ba" ] }, "StatusCode": 200 @@ -427,13 +427,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd22c8a4-7ff4-43e3-9497-2be2d926fbee" + "b5bf56d7-6900-4443-8487-67504bf6b946" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -449,7 +449,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:31 GMT" + "Thu, 25 May 2017 07:15:49 GMT" ], "Pragma": [ "no-cache" @@ -467,7 +467,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "047877d3-4093-4a3a-ad9f-d889c36f9e2b" + "f1c90a0c-974c-4d11-acc4-436db7db3bfd" ], "X-Content-Type-Options": [ "nosniff" @@ -479,13 +479,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" + "14818" ], "x-ms-correlation-request-id": [ - "9325f1e4-b816-42b9-b902-3ca3d7513e41" + "89c6e907-b104-4393-a769-0ad585a36c0f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:9325f1e4-b816-42b9-b902-3ca3d7513e41" + "SOUTHEASTASIA:20170525T071550Z:89c6e907-b104-4393-a769-0ad585a36c0f" ] }, "StatusCode": 200 @@ -497,13 +497,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6668513-41b1-4488-aa14-a5623bf43b5c" + "a0e39383-74ca-427d-91f2-01359d5d4cfe" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -519,7 +519,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:49 GMT" ], "Pragma": [ "no-cache" @@ -537,7 +537,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8792f35c-3f6f-42f0-972c-b05349eabcc5" + "4fd00c20-de5c-4ea8-b7f5-8bce5b0b283c" ], "X-Content-Type-Options": [ "nosniff" @@ -549,13 +549,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" + "14817" ], "x-ms-correlation-request-id": [ - "624e5d8d-0c4a-421c-87b2-93b629ab271d" + "a491f917-fd54-48da-91fb-8bbe6ea31d4f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:624e5d8d-0c4a-421c-87b2-93b629ab271d" + "SOUTHEASTASIA:20170525T071550Z:a491f917-fd54-48da-91fb-8bbe6ea31d4f" ] }, "StatusCode": 200 @@ -567,13 +567,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6624084-c4e7-48be-8e76-fd43decaf10d" + "8411c71a-b715-40c2-a83e-452fab72584f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -589,7 +589,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -607,7 +607,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4c2f350a-88ef-4f94-a243-236105bead65" + "b62dcfa3-688b-47cc-a6ae-42d4e5a1e6be" ], "X-Content-Type-Options": [ "nosniff" @@ -619,13 +619,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" + "14816" ], "x-ms-correlation-request-id": [ - "6f02856f-4065-44b5-a74b-250ba0f501b4" + "0b35af38-ed55-4441-8eca-53a44d7d8137" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232732Z:6f02856f-4065-44b5-a74b-250ba0f501b4" + "SOUTHEASTASIA:20170525T071550Z:0b35af38-ed55-4441-8eca-53a44d7d8137" ] }, "StatusCode": 200 @@ -637,13 +637,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d50b413-18f6-4a2e-9a2d-e992bb32d8e3" + "e208d2bb-110f-47fa-9ec9-2e2927ed562e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -659,7 +659,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -677,7 +677,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7065ae9b-423b-4b64-9dc2-718a2199eacd" + "abcb0d50-7773-4e12-967a-ead7d8782a07" ], "X-Content-Type-Options": [ "nosniff" @@ -689,13 +689,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" + "14815" ], "x-ms-correlation-request-id": [ - "d48dbdbc-805f-4315-a617-8b39d797a7ec" + "fd48f39d-24e3-4d7d-886e-15f7619ebf1a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:d48dbdbc-805f-4315-a617-8b39d797a7ec" + "SOUTHEASTASIA:20170525T071550Z:fd48f39d-24e3-4d7d-886e-15f7619ebf1a" ] }, "StatusCode": 200 @@ -707,13 +707,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79a09df1-45d9-403e-85fd-780eb47c3f9a" + "16fbdda1-80e6-4c1e-925f-2d98f722bca9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -729,7 +729,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -747,7 +747,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9197913c-72da-437a-a772-f2b3ef22083d" + "ca0d5de6-7961-4db0-b3f1-dbb9dd0c8eb7" ], "X-Content-Type-Options": [ "nosniff" @@ -759,13 +759,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" + "14814" ], "x-ms-correlation-request-id": [ - "3da5d570-88d0-4695-9c82-e9dab4ce8112" + "38cd5e4c-624c-47a5-baa5-ac4f8ed91b74" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:3da5d570-88d0-4695-9c82-e9dab4ce8112" + "SOUTHEASTASIA:20170525T071550Z:38cd5e4c-624c-47a5-baa5-ac4f8ed91b74" ] }, "StatusCode": 200 @@ -777,13 +777,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44fcc538-b959-4991-b44e-90fee58cb43a" + "b14ba905-c1e9-46c0-b911-ad9ac3dfef25" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -799,7 +799,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -817,7 +817,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "71136b26-7cf4-4843-97c4-2ffa2a829f7c" + "0ab91681-693b-4f7c-a2a5-5fcc2067f2ef" ], "X-Content-Type-Options": [ "nosniff" @@ -829,13 +829,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" + "14813" ], "x-ms-correlation-request-id": [ - "52ef60bf-37b2-422b-9be3-4869cfedf74e" + "ad6d3fee-75a8-484a-bb27-76103f4084b6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:52ef60bf-37b2-422b-9be3-4869cfedf74e" + "SOUTHEASTASIA:20170525T071550Z:ad6d3fee-75a8-484a-bb27-76103f4084b6" ] }, "StatusCode": 200 @@ -847,13 +847,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "09c99d8d-401a-49e7-a93d-d2b0239cf551" + "b0be222f-64b1-4235-8aee-3ff30a59134a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -869,7 +869,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -887,7 +887,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "04f04b39-90b8-473e-bbba-8681b63c8609" + "a441c209-b68b-4c96-9542-f111a5429511" ], "X-Content-Type-Options": [ "nosniff" @@ -899,13 +899,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" + "14812" ], "x-ms-correlation-request-id": [ - "7c4104dc-baee-4ca3-b5c0-7eb22484476b" + "b08c8200-8c0e-429b-bbf2-94a3260e454a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:7c4104dc-baee-4ca3-b5c0-7eb22484476b" + "SOUTHEASTASIA:20170525T071550Z:b08c8200-8c0e-429b-bbf2-94a3260e454a" ] }, "StatusCode": 200 @@ -917,13 +917,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3848d8a-5ffd-425a-ab99-d3bf84d508cd" + "be75325d-f6b0-43f5-b18b-0a195d767f40" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -939,7 +939,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -957,7 +957,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "05358a72-6030-45a6-b5b3-8e810adbda6d" + "bb86e660-da11-475d-8b28-eff6146226d2" ], "X-Content-Type-Options": [ "nosniff" @@ -969,13 +969,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" + "14811" ], "x-ms-correlation-request-id": [ - "1da530a3-592f-4164-8e23-e495498426e8" + "3b1002af-af95-4177-9dd8-ca6b59979804" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:1da530a3-592f-4164-8e23-e495498426e8" + "SOUTHEASTASIA:20170525T071550Z:3b1002af-af95-4177-9dd8-ca6b59979804" ] }, "StatusCode": 200 @@ -987,13 +987,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba245566-4f66-4732-beb2-cd913a61ca6c" + "9769d5e8-9359-4cb9-979a-9a06a9fbc54f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1009,7 +1009,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:50 GMT" ], "Pragma": [ "no-cache" @@ -1027,7 +1027,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3abbefc6-e5c0-4704-b712-d7599fe4f826" + "a861315d-4c6a-4d15-9237-56a24486064a" ], "X-Content-Type-Options": [ "nosniff" @@ -1039,13 +1039,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" + "14810" ], "x-ms-correlation-request-id": [ - "a89c9b99-c34c-471a-a05c-962c28181d69" + "59fa5025-083e-4218-863e-f0f8e0f99e39" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:a89c9b99-c34c-471a-a05c-962c28181d69" + "SOUTHEASTASIA:20170525T071551Z:59fa5025-083e-4218-863e-f0f8e0f99e39" ] }, "StatusCode": 200 @@ -1057,17 +1057,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46661cad-ded4-4d74-b609-6c6cffe43105" + "464da371-c948-47fc-b30b-cbad8b408966" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/write\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Automation Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Automation Operators are able to start, stop, suspend, and resume jobs\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/resume/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/stop/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/streams/read\",\r\n \"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\r\n \"Microsoft.Automation/automationAccounts/jobs/write\",\r\n \"Microsoft.Automation/automationAccounts/jobSchedules/read\",\r\n \"Microsoft.Automation/automationAccounts/read\",\r\n \"Microsoft.Automation/automationAccounts/runbooks/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/read\",\r\n \"Microsoft.Automation/automationAccounts/schedules/write\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-08-18T01:05:03.391613Z\",\r\n \"updatedOn\": \"2016-05-31T23:13:38.5728496Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"d3881f73-407a-4167-8283-e981cbba0404\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1079,7 +1079,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:51 GMT" ], "Pragma": [ "no-cache" @@ -1097,7 +1097,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c3fe6156-2dca-445a-bb0b-897f70d63277" + "f01caff5-7377-4ded-89a0-d2f1d66a16ec" ], "X-Content-Type-Options": [ "nosniff" @@ -1109,13 +1109,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" + "14809" ], "x-ms-correlation-request-id": [ - "c6386dae-6365-4f37-b257-71a2335b812d" + "ad2e5b21-f412-468b-a22a-5d4d17f51d34" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:c6386dae-6365-4f37-b257-71a2335b812d" + "SOUTHEASTASIA:20170525T071551Z:ad2e5b21-f412-468b-a22a-5d4d17f51d34" ] }, "StatusCode": 200 @@ -1127,13 +1127,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fa89c53-3119-4c85-afaf-0966f6bcdca1" + "fb137c03-f3ff-4f48-99c6-496cdd786e44" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1149,7 +1149,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:51 GMT" ], "Pragma": [ "no-cache" @@ -1167,7 +1167,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ffa8f02f-1b87-4506-8ccd-d20c3f74e497" + "bcd4e4b7-40a5-4f71-bf15-dd0be0c79ea5" ], "X-Content-Type-Options": [ "nosniff" @@ -1179,13 +1179,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" + "14808" ], "x-ms-correlation-request-id": [ - "ef01296c-a0d2-4b08-af26-d93fe9b62673" + "26b09106-8ece-482e-bc6d-5cb2d02bf997" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:ef01296c-a0d2-4b08-af26-d93fe9b62673" + "SOUTHEASTASIA:20170525T071551Z:26b09106-8ece-482e-bc6d-5cb2d02bf997" ] }, "StatusCode": 200 @@ -1197,13 +1197,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae0a7c56-c9bd-4c9d-9d61-dcec3cb63f03" + "07f4a3c2-7c13-4b89-8ee2-5b11e9afb0cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1219,7 +1219,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:51 GMT" ], "Pragma": [ "no-cache" @@ -1237,7 +1237,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "da19391d-a070-4f6c-95e3-60747420b409" + "b17bc27e-b2b4-4ef2-b947-16b8d53b4cf6" ], "X-Content-Type-Options": [ "nosniff" @@ -1249,13 +1249,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" + "14807" ], "x-ms-correlation-request-id": [ - "a80f9093-a8ac-4b30-b680-12af18b8c3b7" + "38a1a6df-1301-4f35-8910-2a7760ff1a63" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:a80f9093-a8ac-4b30-b680-12af18b8c3b7" + "SOUTHEASTASIA:20170525T071551Z:38a1a6df-1301-4f35-8910-2a7760ff1a63" ] }, "StatusCode": 200 @@ -1267,13 +1267,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d27c749a-9402-4c5f-be23-fc078ade51ff" + "e0c5bc6c-d6e2-412d-97ab-09215d246ff6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1289,7 +1289,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:51 GMT" ], "Pragma": [ "no-cache" @@ -1307,7 +1307,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bd1b9194-e38f-468f-884b-bf620aaf4729" + "80f1e92b-f880-4f69-8c6d-ba383dc594ca" ], "X-Content-Type-Options": [ "nosniff" @@ -1319,13 +1319,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" + "14806" ], "x-ms-correlation-request-id": [ - "44a96d46-eddd-401b-a50d-73c3d9dd4af6" + "c9da3133-bc02-452e-a258-3201fa009d79" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:44a96d46-eddd-401b-a50d-73c3d9dd4af6" + "SOUTHEASTASIA:20170525T071552Z:c9da3133-bc02-452e-a258-3201fa009d79" ] }, "StatusCode": 200 @@ -1337,13 +1337,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "adf3e925-e006-4ae0-a98d-4f85c759a355" + "02353e93-e315-44ad-b842-190bc1118144" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1359,7 +1359,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:51 GMT" ], "Pragma": [ "no-cache" @@ -1377,7 +1377,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "93088df5-f8a9-4496-ba52-151e049ef6d4" + "08d82538-d507-43c5-9483-fae97c34b76b" ], "X-Content-Type-Options": [ "nosniff" @@ -1389,13 +1389,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" + "14805" ], "x-ms-correlation-request-id": [ - "aad46ff6-4500-41c7-8c9b-286358c54b2f" + "e514a9b1-3a26-4c4c-8cb6-f7adf8be1b55" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:aad46ff6-4500-41c7-8c9b-286358c54b2f" + "SOUTHEASTASIA:20170525T071552Z:e514a9b1-3a26-4c4c-8cb6-f7adf8be1b55" ] }, "StatusCode": 200 @@ -1407,13 +1407,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39164df1-892f-4a48-8b48-b6f8dbbf010e" + "d7d547c3-8726-45aa-987e-0f7946d97cd6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1429,7 +1429,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:32 GMT" + "Thu, 25 May 2017 07:15:51 GMT" ], "Pragma": [ "no-cache" @@ -1447,7 +1447,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e990792f-b016-448d-85e7-3f1d3cb2c168" + "bcea7e84-374c-4de4-8199-888849fe57b6" ], "X-Content-Type-Options": [ "nosniff" @@ -1459,13 +1459,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" + "14804" ], "x-ms-correlation-request-id": [ - "530d5b37-8dc8-4103-8caf-e574bf8c3778" + "b2629dd9-f1d3-4200-82ae-28ef8a37f9f2" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232733Z:530d5b37-8dc8-4103-8caf-e574bf8c3778" + "SOUTHEASTASIA:20170525T071552Z:b2629dd9-f1d3-4200-82ae-28ef8a37f9f2" ] }, "StatusCode": 200 @@ -1477,13 +1477,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4002e56-0c96-4d56-8fe4-82f3dbe4dd80" + "334044fe-75f2-4c23-83f3-8ca9ffa9cef5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1499,7 +1499,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1517,7 +1517,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c810900c-3402-441a-bd52-2bb776744465" + "0349e5c2-17e6-4071-8dfe-ad349ab7aff2" ], "X-Content-Type-Options": [ "nosniff" @@ -1529,13 +1529,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" + "14803" ], "x-ms-correlation-request-id": [ - "93cbc9d5-9933-49ea-a12f-524b84c42a78" + "86f95692-bfa5-494b-bc95-ed9b42638b0c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:93cbc9d5-9933-49ea-a12f-524b84c42a78" + "SOUTHEASTASIA:20170525T071552Z:86f95692-bfa5-494b-bc95-ed9b42638b0c" ] }, "StatusCode": 200 @@ -1547,13 +1547,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3eb9b31d-16a8-4243-bfc5-3f272f2d13e8" + "6a945b89-052c-4740-99f7-60637d672810" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1569,7 +1569,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1587,7 +1587,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "37938ee7-8c1b-4bdc-8578-0dbe3e7f173c" + "ba46ed3b-9951-4a54-aef1-767e06c3599a" ], "X-Content-Type-Options": [ "nosniff" @@ -1599,13 +1599,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" + "14802" ], "x-ms-correlation-request-id": [ - "bb5bf354-e528-4212-8af0-56fd9352b561" + "dcd49076-7adb-480a-b643-f3aaa712838c" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:bb5bf354-e528-4212-8af0-56fd9352b561" + "SOUTHEASTASIA:20170525T071552Z:dcd49076-7adb-480a-b643-f3aaa712838c" ] }, "StatusCode": 200 @@ -1617,13 +1617,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8cee3783-d9da-4396-92af-23923e6692ee" + "d101fcaa-86ea-4c90-80be-82898bd73026" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1639,7 +1639,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1657,7 +1657,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0e192fcb-3133-4fbb-b779-d309f68839bd" + "95791d11-5cf1-4342-9fdf-a1c0e75bef75" ], "X-Content-Type-Options": [ "nosniff" @@ -1669,13 +1669,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" + "14801" ], "x-ms-correlation-request-id": [ - "86b4273b-c34e-4fe1-aadc-2c2b202c420d" + "05657b06-b031-4525-9f8b-e79ea4628632" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:86b4273b-c34e-4fe1-aadc-2c2b202c420d" + "SOUTHEASTASIA:20170525T071552Z:05657b06-b031-4525-9f8b-e79ea4628632" ] }, "StatusCode": 200 @@ -1687,13 +1687,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aeda14c7-8005-47cc-a993-b0938cca3421" + "24a6e4e9-1c7c-4fec-ad9c-dcd00e9facc8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1709,7 +1709,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1727,7 +1727,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9f3937f1-464d-42f4-9ac8-a0788c14ffd8" + "4af2ebff-fc05-4c1a-b1e2-369d0df24a06" ], "X-Content-Type-Options": [ "nosniff" @@ -1739,13 +1739,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" + "14800" ], "x-ms-correlation-request-id": [ - "084ffb2b-b514-4b68-b39d-64955f50b609" + "dda1989d-fbad-4be8-b9ba-a7319de24d81" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:084ffb2b-b514-4b68-b39d-64955f50b609" + "SOUTHEASTASIA:20170525T071552Z:dda1989d-fbad-4be8-b9ba-a7319de24d81" ] }, "StatusCode": 200 @@ -1757,13 +1757,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1eeb9761-49c1-4afb-b3e8-eff3c29751f5" + "14246372-2a4f-49fb-9a9b-7304398b01f0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1779,7 +1779,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1797,7 +1797,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6414b3c1-5c44-4708-94dc-3cee5b9247c7" + "fb6639f1-0fcc-40d5-bdc1-0dfdb1316df2" ], "X-Content-Type-Options": [ "nosniff" @@ -1809,13 +1809,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" + "14799" ], "x-ms-correlation-request-id": [ - "51682b53-4c13-44dd-8489-b1e5c533bf92" + "5dcb305c-eedd-4e9e-9518-9a4f8716e739" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:51682b53-4c13-44dd-8489-b1e5c533bf92" + "SOUTHEASTASIA:20170525T071552Z:5dcb305c-eedd-4e9e-9518-9a4f8716e739" ] }, "StatusCode": 200 @@ -1827,13 +1827,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f21ac75b-39fb-41e0-b3e4-e1ee5f269fdb" + "fb0fea09-2bc4-40a0-980e-950ba52e8b0d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1849,7 +1849,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1867,7 +1867,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9420aa82-be66-41bf-9bbb-1fa2942b7fcb" + "db62ae06-9459-480c-830e-22bb55b73dd0" ], "X-Content-Type-Options": [ "nosniff" @@ -1879,13 +1879,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" + "14798" ], "x-ms-correlation-request-id": [ - "9ce0ecca-db5d-4c63-84a4-11d2d5185c42" + "25f35a07-2cd8-4c59-b237-11d6e74395ad" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:9ce0ecca-db5d-4c63-84a4-11d2d5185c42" + "SOUTHEASTASIA:20170525T071552Z:25f35a07-2cd8-4c59-b237-11d6e74395ad" ] }, "StatusCode": 200 @@ -1897,13 +1897,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b76aa58-edbe-416b-a656-6d5732de92af" + "ce0691e9-0ba9-450e-a405-3b21b0d6c222" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1919,7 +1919,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -1937,7 +1937,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "317d66de-6309-4276-9aae-42b01f61737e" + "6b8d1043-192e-414e-b082-2be34244e09c" ], "X-Content-Type-Options": [ "nosniff" @@ -1949,13 +1949,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" + "14797" ], "x-ms-correlation-request-id": [ - "0615bceb-fb5e-43fd-8d15-70ee53fef12a" + "8037384a-f8c7-4c25-a972-a88063d922bc" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:0615bceb-fb5e-43fd-8d15-70ee53fef12a" + "SOUTHEASTASIA:20170525T071553Z:8037384a-f8c7-4c25-a972-a88063d922bc" ] }, "StatusCode": 200 @@ -1967,13 +1967,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de61732d-d09d-4a93-afed-6719c85d1e11" + "4548d531-2237-4567-be0a-3ee95ba04124" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -1989,7 +1989,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -2007,7 +2007,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6080d461-f83c-47a0-8d49-c7f34b0e727b" + "34e15faf-4f64-49f7-ba46-95262cee166d" ], "X-Content-Type-Options": [ "nosniff" @@ -2019,13 +2019,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" + "14796" ], "x-ms-correlation-request-id": [ - "45de1d6f-39e2-46a5-94da-26848b6db6ff" + "a9a9eea4-9113-4c8f-a091-94e4ae97304b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:45de1d6f-39e2-46a5-94da-26848b6db6ff" + "SOUTHEASTASIA:20170525T071553Z:a9a9eea4-9113-4c8f-a091-94e4ae97304b" ] }, "StatusCode": 200 @@ -2037,13 +2037,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4513fd39-59d5-47c2-a6e6-a4cb94aee02a" + "2cd6645a-01df-456e-b147-acd35b66bc7f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2059,7 +2059,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -2077,7 +2077,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "55d4691f-17a5-44f9-9027-047342e92357" + "78828104-408d-4ba9-a507-3e779c1276fe" ], "X-Content-Type-Options": [ "nosniff" @@ -2089,13 +2089,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" + "14795" ], "x-ms-correlation-request-id": [ - "33fa79e0-d1be-4a2d-b4fd-f0cfb2ad01f7" + "d642094b-f4d6-4a74-9541-09f691eea5b3" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:33fa79e0-d1be-4a2d-b4fd-f0cfb2ad01f7" + "SOUTHEASTASIA:20170525T071553Z:d642094b-f4d6-4a74-9541-09f691eea5b3" ] }, "StatusCode": 200 @@ -2107,13 +2107,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7d7e474-d53c-4487-a538-c152b42c89b9" + "6ba93600-f2fd-4197-a5f7-5cf8c44bedf1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2129,7 +2129,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:52 GMT" ], "Pragma": [ "no-cache" @@ -2147,7 +2147,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "87535182-fada-45b1-ac9a-a936bb710c49" + "af289ecf-efa4-4622-b0f0-cf91c7a417f3" ], "X-Content-Type-Options": [ "nosniff" @@ -2159,13 +2159,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" + "14794" ], "x-ms-correlation-request-id": [ - "155e30f9-cb23-457b-80df-4747838f97c7" + "bda770f6-0cda-4829-83ec-07a8144de978" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:155e30f9-cb23-457b-80df-4747838f97c7" + "SOUTHEASTASIA:20170525T071553Z:bda770f6-0cda-4829-83ec-07a8144de978" ] }, "StatusCode": 200 @@ -2177,13 +2177,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "758e8427-7b2f-469b-a753-ed84e6442821" + "218e0f04-3d9a-4b1a-806c-0aa13ac52be2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2199,7 +2199,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2217,7 +2217,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "03491021-20c3-4aba-85a7-19d5b0f423aa" + "3bc8b5d6-c212-46d9-a535-e1c9de2189b9" ], "X-Content-Type-Options": [ "nosniff" @@ -2229,13 +2229,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" + "14793" ], "x-ms-correlation-request-id": [ - "9f0e9338-37ab-4d2f-91e4-1b877b711d79" + "fb301211-d7c4-4487-8f9d-e439539e37e4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:9f0e9338-37ab-4d2f-91e4-1b877b711d79" + "SOUTHEASTASIA:20170525T071553Z:fb301211-d7c4-4487-8f9d-e439539e37e4" ] }, "StatusCode": 200 @@ -2247,13 +2247,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9426430a-ac43-45c0-a09e-c9ffec3ec431" + "ae51ccf5-4e2f-4e14-9e0f-e8e9ba29d913" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2269,7 +2269,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2287,7 +2287,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "11d43550-3a67-447a-b6e1-33a36556c29c" + "5509f213-f3cf-442c-9726-f00555b0cd69" ], "X-Content-Type-Options": [ "nosniff" @@ -2299,13 +2299,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" + "14792" ], "x-ms-correlation-request-id": [ - "4fe7bc45-13ae-47a6-b950-df5fcd6711de" + "78e6ef7a-5a10-409d-a0e6-a66cba6e1bb8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:4fe7bc45-13ae-47a6-b950-df5fcd6711de" + "SOUTHEASTASIA:20170525T071553Z:78e6ef7a-5a10-409d-a0e6-a66cba6e1bb8" ] }, "StatusCode": 200 @@ -2317,13 +2317,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b52c786d-6b9a-4f40-850f-57168c8dae21" + "1bff6774-cd8a-415f-b1cb-c53afd0b17bc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2339,7 +2339,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:33 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2357,7 +2357,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "17d57788-d669-4d37-95a1-ca52710d2e16" + "1d4ffa29-0613-415f-8bd2-43a83c3a010b" ], "X-Content-Type-Options": [ "nosniff" @@ -2369,13 +2369,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" + "14791" ], "x-ms-correlation-request-id": [ - "1d3f465f-4645-4031-a86b-4a0cd2e6b432" + "a37a6335-8878-4ff3-be6b-95a3bfb61b9a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:1d3f465f-4645-4031-a86b-4a0cd2e6b432" + "SOUTHEASTASIA:20170525T071553Z:a37a6335-8878-4ff3-be6b-95a3bfb61b9a" ] }, "StatusCode": 200 @@ -2387,13 +2387,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf432a8a-c1b2-4098-bc9d-661826f88d89" + "b7700660-2582-4085-ab05-0d4ee9b7ac22" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2409,7 +2409,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2427,7 +2427,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c3d8e775-ff88-4a31-b403-2145f45679be" + "02db4c18-4f74-4157-8318-05886efce108" ], "X-Content-Type-Options": [ "nosniff" @@ -2439,13 +2439,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" + "14790" ], "x-ms-correlation-request-id": [ - "595a790f-8276-42af-809c-f8d0c23d7242" + "160ddf2f-eb05-4d1c-b54a-c3559966ce34" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232734Z:595a790f-8276-42af-809c-f8d0c23d7242" + "SOUTHEASTASIA:20170525T071553Z:160ddf2f-eb05-4d1c-b54a-c3559966ce34" ] }, "StatusCode": 200 @@ -2457,13 +2457,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4dca6e7-62b0-41e6-be8f-03aee7abf1d1" + "547f2170-a65f-4f1d-9796-fb3ca59f4e00" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2479,7 +2479,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2497,7 +2497,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f7537a46-fd62-4a80-a08c-23cb1dbbc903" + "57cb45a5-5b39-4198-92d9-68ef4342846a" ], "X-Content-Type-Options": [ "nosniff" @@ -2509,13 +2509,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" + "14789" ], "x-ms-correlation-request-id": [ - "af1f6312-0d63-49a5-9175-7ff4808facce" + "2fbfbab0-9053-41e3-852e-9709f7515c5a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:af1f6312-0d63-49a5-9175-7ff4808facce" + "SOUTHEASTASIA:20170525T071553Z:2fbfbab0-9053-41e3-852e-9709f7515c5a" ] }, "StatusCode": 200 @@ -2527,13 +2527,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac801c4a-943d-400a-9530-91bd7c93cd42" + "c4dc6578-50fa-4619-9e59-d92026513b1f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2549,7 +2549,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2567,7 +2567,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0d6d2839-aa5f-4d95-acbc-cbeb0c07e2d2" + "dd0e55bf-ab7d-4a9e-913b-b289ccebfe6f" ], "X-Content-Type-Options": [ "nosniff" @@ -2579,13 +2579,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" + "14788" ], "x-ms-correlation-request-id": [ - "794e148f-5e9d-4191-95bf-b00208f7be65" + "3a6a45b3-a450-4028-b852-4a81a548ae8d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:794e148f-5e9d-4191-95bf-b00208f7be65" + "SOUTHEASTASIA:20170525T071553Z:3a6a45b3-a450-4028-b852-4a81a548ae8d" ] }, "StatusCode": 200 @@ -2597,13 +2597,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "690c5d4c-63a8-4c04-8130-4395e4bc73dc" + "edb0f811-9a24-4123-9bca-27be4be490ba" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2619,7 +2619,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2637,7 +2637,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "63620332-77d1-4819-a2d7-70e1e1fd598d" + "8985de3c-50df-47e1-84e8-892c7fcc8935" ], "X-Content-Type-Options": [ "nosniff" @@ -2649,13 +2649,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" + "14787" ], "x-ms-correlation-request-id": [ - "15a05c68-bea5-467f-b178-b69347fcdc54" + "7e11ff27-0269-4682-a0d7-5e4adc0b35ec" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:15a05c68-bea5-467f-b178-b69347fcdc54" + "SOUTHEASTASIA:20170525T071554Z:7e11ff27-0269-4682-a0d7-5e4adc0b35ec" ] }, "StatusCode": 200 @@ -2667,13 +2667,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d5b4cc9-d20b-4e9c-a2ce-5d31dfee0060" + "275e6eff-e34b-4ff0-923b-58da598292e3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2689,7 +2689,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2707,7 +2707,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d1cf5ccf-2e59-4894-93c0-c0d3e6c15f89" + "604276d1-e5b4-445c-825e-6cf2390b9f4d" ], "X-Content-Type-Options": [ "nosniff" @@ -2719,13 +2719,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" + "14786" ], "x-ms-correlation-request-id": [ - "b6678a42-3de6-455b-a87b-13b2d9c64738" + "d9f990b3-bf17-4d6d-bafc-e1314655fda8" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:b6678a42-3de6-455b-a87b-13b2d9c64738" + "SOUTHEASTASIA:20170525T071554Z:d9f990b3-bf17-4d6d-bafc-e1314655fda8" ] }, "StatusCode": 200 @@ -2737,13 +2737,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a58d10d8-1448-4093-aaa9-c0f799d3c76f" + "e56299bd-4517-419f-b8ef-5cad8ef3ed00" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2759,7 +2759,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2777,7 +2777,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5c86d94c-6bf4-4bde-ba19-a8e333fb562a" + "dec84ee4-1d98-4821-a16c-1e16476c18ba" ], "X-Content-Type-Options": [ "nosniff" @@ -2789,13 +2789,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" + "14785" ], "x-ms-correlation-request-id": [ - "a7a7c981-5317-4fe7-b79f-6eefb8abc394" + "576fa7ec-03d3-455a-8b06-4895d5b14241" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:a7a7c981-5317-4fe7-b79f-6eefb8abc394" + "SOUTHEASTASIA:20170525T071554Z:576fa7ec-03d3-455a-8b06-4895d5b14241" ] }, "StatusCode": 200 @@ -2807,13 +2807,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd6d61c0-871c-4aba-900c-7b6291c0254e" + "cf401af2-60a1-45c9-a006-c16914b8cee7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2829,7 +2829,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:53 GMT" ], "Pragma": [ "no-cache" @@ -2847,7 +2847,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f908580f-feb8-4bd8-a43e-a52f474a4a59" + "5a41de9e-ba59-4f0b-9f41-f0a8f9018c26" ], "X-Content-Type-Options": [ "nosniff" @@ -2859,13 +2859,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" + "14784" ], "x-ms-correlation-request-id": [ - "f49f0f7d-f3b4-45ce-bd58-386ae14505f4" + "10f446b0-27a3-44d0-9761-afbd20c55ea1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:f49f0f7d-f3b4-45ce-bd58-386ae14505f4" + "SOUTHEASTASIA:20170525T071554Z:10f446b0-27a3-44d0-9761-afbd20c55ea1" ] }, "StatusCode": 200 @@ -2877,13 +2877,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84800ba5-ccb6-41d5-a07c-032947728cdc" + "4cfe502b-eb47-4004-b4d9-f1ad78fb20ff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2899,7 +2899,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:54 GMT" ], "Pragma": [ "no-cache" @@ -2917,7 +2917,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "651cc388-59d9-42fd-ae1a-8e39d98d2bd5" + "0c8f7047-8b26-4c81-939e-78b783f87323" ], "X-Content-Type-Options": [ "nosniff" @@ -2929,13 +2929,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" + "14783" ], "x-ms-correlation-request-id": [ - "9d90a0fd-6938-4503-955f-da38bd3c2603" + "d7794e22-ce6b-41c2-a758-492aaba31b30" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:9d90a0fd-6938-4503-955f-da38bd3c2603" + "SOUTHEASTASIA:20170525T071554Z:d7794e22-ce6b-41c2-a758-492aaba31b30" ] }, "StatusCode": 200 @@ -2947,13 +2947,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c1ed9b8-4787-4d63-b647-41fe80f2168b" + "35f0b4c8-8731-4734-88c5-5729a9638878" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -2969,7 +2969,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:54 GMT" ], "Pragma": [ "no-cache" @@ -2987,7 +2987,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ca0e8c91-3ae6-4f1c-84d6-942878024e70" + "49ab6963-e7da-4fd0-9b87-48080e1a64a0" ], "X-Content-Type-Options": [ "nosniff" @@ -2999,13 +2999,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" + "14782" ], "x-ms-correlation-request-id": [ - "a2e54bcf-522c-4e5a-bd64-7f2c16df9baf" + "3feca837-f418-4538-80ef-47a2c3c0f7b0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:a2e54bcf-522c-4e5a-bd64-7f2c16df9baf" + "SOUTHEASTASIA:20170525T071554Z:3feca837-f418-4538-80ef-47a2c3c0f7b0" ] }, "StatusCode": 200 @@ -3017,13 +3017,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7a2576e-531a-46c2-a908-8d029fb6f4a2" + "010d2854-7ba2-4f2b-8895-13dc7e8f31a4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3039,7 +3039,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:54 GMT" ], "Pragma": [ "no-cache" @@ -3057,7 +3057,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d1cd4fb0-6592-43c5-a419-b344a908d307" + "0e9d5a26-5aaf-4676-9861-1381458a863e" ], "X-Content-Type-Options": [ "nosniff" @@ -3069,13 +3069,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" + "14781" ], "x-ms-correlation-request-id": [ - "e3498cce-d63c-499a-aa15-72fec20c0b1c" + "de24d6fe-9498-4ddb-bdae-9a83bf56d2d4" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:e3498cce-d63c-499a-aa15-72fec20c0b1c" + "SOUTHEASTASIA:20170525T071555Z:de24d6fe-9498-4ddb-bdae-9a83bf56d2d4" ] }, "StatusCode": 200 @@ -3087,13 +3087,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3fb7c6f-d0a6-4f11-8163-a8ea74b8a762" + "15d93f61-ec2c-4626-9a9d-097c79034139" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3109,7 +3109,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:54 GMT" ], "Pragma": [ "no-cache" @@ -3127,7 +3127,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2116600c-d16f-49f3-8faa-c208c9b00fd2" + "29d9ecda-0053-47aa-885f-59f9fbcd6ea1" ], "X-Content-Type-Options": [ "nosniff" @@ -3139,13 +3139,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" + "14780" ], "x-ms-correlation-request-id": [ - "219cbb89-b794-468e-8438-dcaa1c506329" + "868e1d23-cd46-4274-a72f-2f5701255b6d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:219cbb89-b794-468e-8438-dcaa1c506329" + "SOUTHEASTASIA:20170525T071555Z:868e1d23-cd46-4274-a72f-2f5701255b6d" ] }, "StatusCode": 200 @@ -3157,13 +3157,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f19522f-4902-45cc-8f66-094b575c4e45" + "df789825-ce17-418a-ab32-1f2c51d5ceb6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3179,7 +3179,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3197,7 +3197,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "215dc640-a8a4-4536-b4ab-75b059db83ba" + "df87408f-3000-41b3-b132-812004f2bdb7" ], "X-Content-Type-Options": [ "nosniff" @@ -3209,13 +3209,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" + "14779" ], "x-ms-correlation-request-id": [ - "b64ca557-df32-4f19-8491-17a9580f91bd" + "ff1ed511-8ab0-40c9-a392-89ff3c27af7b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:b64ca557-df32-4f19-8491-17a9580f91bd" + "SOUTHEASTASIA:20170525T071555Z:ff1ed511-8ab0-40c9-a392-89ff3c27af7b" ] }, "StatusCode": 200 @@ -3227,13 +3227,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fa29fdc-f9d9-44d4-80d7-61a7835756ff" + "59afe8e2-48fd-44df-85d6-15d0d57e8717" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3249,7 +3249,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:34 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3267,7 +3267,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8f4553dc-8532-4875-a494-bb992717eb42" + "caaa008d-2e61-4f0a-9a1d-a30fd1d1ad36" ], "X-Content-Type-Options": [ "nosniff" @@ -3279,13 +3279,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" + "14778" ], "x-ms-correlation-request-id": [ - "96959a44-8377-4030-b757-9a9c434ff9b5" + "d596aa28-4eff-4246-8aa5-b554b866dfd1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:96959a44-8377-4030-b757-9a9c434ff9b5" + "SOUTHEASTASIA:20170525T071555Z:d596aa28-4eff-4246-8aa5-b554b866dfd1" ] }, "StatusCode": 200 @@ -3297,13 +3297,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0285b67d-098c-4bb4-bc5e-a78eb47f1e48" + "4e9eaa41-0b4b-4c65-bf80-a228cf6122be" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3319,7 +3319,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3337,7 +3337,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a4467b97-14a9-49da-9d45-49d4acbbcd10" + "8418264b-d46c-4c0e-a612-68108c61d39b" ], "X-Content-Type-Options": [ "nosniff" @@ -3349,13 +3349,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" + "14777" ], "x-ms-correlation-request-id": [ - "8c16c259-f4d4-4354-b425-e50ab60df614" + "64f76b71-00ea-48de-a59a-9741f32c0018" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232735Z:8c16c259-f4d4-4354-b425-e50ab60df614" + "SOUTHEASTASIA:20170525T071555Z:64f76b71-00ea-48de-a59a-9741f32c0018" ] }, "StatusCode": 200 @@ -3367,13 +3367,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e3d161b-8048-4441-acaf-75647a1aeb7e" + "7ff25b2a-8eec-4609-aec6-459d615f3f01" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3389,7 +3389,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3407,7 +3407,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "21aaf4a1-8ea8-45eb-9b53-73c1eb2046a7" + "996c3f3d-2282-4a53-b2ce-7fae44e96bc7" ], "X-Content-Type-Options": [ "nosniff" @@ -3419,13 +3419,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" + "14776" ], "x-ms-correlation-request-id": [ - "b34b5b71-ce15-4b01-a7f8-6e5e8a2f6775" + "8fb5e5e0-1e09-4506-b6f6-111f552b42a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:b34b5b71-ce15-4b01-a7f8-6e5e8a2f6775" + "SOUTHEASTASIA:20170525T071555Z:8fb5e5e0-1e09-4506-b6f6-111f552b42a0" ] }, "StatusCode": 200 @@ -3437,13 +3437,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc67eeb3-5083-4bc5-abeb-24f8645a1005" + "645c2734-0611-4ad0-9db6-c500679ae333" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3459,7 +3459,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3477,7 +3477,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "93157cba-9548-4163-a702-459829aa04e6" + "00417e52-f5ff-4f3d-aa43-25651c718418" ], "X-Content-Type-Options": [ "nosniff" @@ -3489,13 +3489,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" + "14775" ], "x-ms-correlation-request-id": [ - "706b0486-fb7f-4635-ad95-e3a2c0e0d1a3" + "18b620e6-eaf4-487e-b5d2-28e34b6ef50d" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:706b0486-fb7f-4635-ad95-e3a2c0e0d1a3" + "SOUTHEASTASIA:20170525T071555Z:18b620e6-eaf4-487e-b5d2-28e34b6ef50d" ] }, "StatusCode": 200 @@ -3507,13 +3507,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a43f890-7bdc-4125-8c74-cee2ff161cf3" + "2313a869-200a-4c69-ba2f-b4979dc8e8aa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3529,7 +3529,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3547,7 +3547,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "874a672e-5660-406a-a605-c623a3eac74d" + "4b70936f-59b9-421e-ba69-b4033052bd29" ], "X-Content-Type-Options": [ "nosniff" @@ -3559,13 +3559,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" + "14774" ], "x-ms-correlation-request-id": [ - "427b23c4-1379-4a90-bae6-baa8d23a2042" + "d59ab019-f506-4b70-b7d7-1c961ae8df26" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:427b23c4-1379-4a90-bae6-baa8d23a2042" + "SOUTHEASTASIA:20170525T071555Z:d59ab019-f506-4b70-b7d7-1c961ae8df26" ] }, "StatusCode": 200 @@ -3577,13 +3577,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8208ee2-e419-42b9-a90a-56e01a3536bc" + "fee6fa3b-9a9e-4634-8987-81e62e04ef88" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3599,7 +3599,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3617,7 +3617,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b6a2ec5f-0c82-4b0e-abce-916d33b40e97" + "c347ac9a-6825-4636-8be3-f5db31ae61c9" ], "X-Content-Type-Options": [ "nosniff" @@ -3629,13 +3629,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" + "14773" ], "x-ms-correlation-request-id": [ - "b71a3956-ef9c-4137-b0fd-93412b902507" + "97691a60-71e0-482f-b857-44e3d701281b" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:b71a3956-ef9c-4137-b0fd-93412b902507" + "SOUTHEASTASIA:20170525T071556Z:97691a60-71e0-482f-b857-44e3d701281b" ] }, "StatusCode": 200 @@ -3647,13 +3647,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4830c340-5c53-4257-97ea-f47c77a5e843" + "9bb5b893-224f-4ceb-9bf1-c31fae3609ec" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3669,7 +3669,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3687,7 +3687,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c6b6a27e-099e-437d-9d48-a66797addfed" + "83128592-b17d-4d5e-beb8-4afb7acb24e2" ], "X-Content-Type-Options": [ "nosniff" @@ -3699,13 +3699,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" + "14772" ], "x-ms-correlation-request-id": [ - "fe8e2a9b-506d-440f-b648-529e79e4c11a" + "e9afd602-f3c4-4329-8ef2-de6eefcbdf13" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:fe8e2a9b-506d-440f-b648-529e79e4c11a" + "SOUTHEASTASIA:20170525T071556Z:e9afd602-f3c4-4329-8ef2-de6eefcbdf13" ] }, "StatusCode": 200 @@ -3717,13 +3717,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4396dad-4d7b-486a-994b-658dcbc8d878" + "5f9be876-3389-42d1-926e-3a2ca266d06b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3739,7 +3739,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3757,7 +3757,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7f9c55c2-91ca-444d-bc8d-eae0c48528f1" + "3d315007-894f-4864-8714-549b1fb56a70" ], "X-Content-Type-Options": [ "nosniff" @@ -3769,13 +3769,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" + "14771" ], "x-ms-correlation-request-id": [ - "1c2b4e8d-d37c-4a1d-ab2b-8dfb3c12a2a5" + "930d6a1c-1ce1-4658-903b-539dd8f7a6ca" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:1c2b4e8d-d37c-4a1d-ab2b-8dfb3c12a2a5" + "SOUTHEASTASIA:20170525T071556Z:930d6a1c-1ce1-4658-903b-539dd8f7a6ca" ] }, "StatusCode": 200 @@ -3787,13 +3787,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7685d4a1-f7d4-4e22-b357-a7086292515b" + "b1327204-d582-4dfd-b723-8ab337df435a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -3809,7 +3809,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:55 GMT" ], "Pragma": [ "no-cache" @@ -3827,7 +3827,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "abaced65-0937-44cf-bc57-edb52c3dca3c" + "b5264815-a0fb-467a-80fe-8ab6e2b6f7fa" ], "X-Content-Type-Options": [ "nosniff" @@ -3839,13 +3839,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" + "14770" ], "x-ms-correlation-request-id": [ - "bb686851-0dd5-4c7e-bb72-6b933280236e" + "3b33f40d-79de-43cf-add4-b7d7b6aaaec7" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:bb686851-0dd5-4c7e-bb72-6b933280236e" + "SOUTHEASTASIA:20170525T071556Z:3b33f40d-79de-43cf-add4-b7d7b6aaaec7" ] }, "StatusCode": 200 @@ -3857,17 +3857,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d2e5b99-5995-4b68-8800-cca95f91867d" + "1e346d4b-c7ae-482a-b3ee-af5999a4f5d1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-31T18:34:24.8721743Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage Site Recovery sservice except vault creation and role assignment\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/certificates/write\",\r\n \"Microsoft.RecoveryServices/Vaults/delete\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:46:17.4592776Z\",\r\n \"updatedOn\": \"2017-05-24T00:57:09.0537988Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -3879,7 +3879,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -3897,7 +3897,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "79646098-a288-49bc-bb83-c2ac6e5f09b6" + "268b59a8-84ad-4eb9-a6b0-b50137640871" ], "X-Content-Type-Options": [ "nosniff" @@ -3909,13 +3909,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" + "14769" ], "x-ms-correlation-request-id": [ - "1ae22241-e22a-4bc7-adde-6d5b09cb260f" + "ac3302a4-8675-4e3f-ae71-d6d81598c54f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:1ae22241-e22a-4bc7-adde-6d5b09cb260f" + "SOUTHEASTASIA:20170525T071556Z:ac3302a4-8675-4e3f-ae71-d6d81598c54f" ] }, "StatusCode": 200 @@ -3927,17 +3927,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0fe6bde-6ec4-40e6-9024-f7816ba41a6d" + "2419ca6e-c626-4377-a2b7-8e09593511a8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-31T18:36:06.54551Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Operator\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you failover and failback but not perform other Site Recovery management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/locations/allocateStamp/action\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:47:50.1341148Z\",\r\n \"updatedOn\": \"2017-05-24T20:19:04.2980493Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"494ae006-db33-4328-bf46-533a6560a3ca\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -3949,7 +3949,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:35 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -3967,7 +3967,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8b298a72-01e7-4316-b860-e42abd358eed" + "3dab38dc-89f7-462d-84ac-3d09dc655c18" ], "X-Content-Type-Options": [ "nosniff" @@ -3979,13 +3979,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" + "14768" ], "x-ms-correlation-request-id": [ - "0098113c-721c-4601-af86-0a6cab277972" + "53bbaa7e-392a-41a6-9743-7fac6d99c1e6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232736Z:0098113c-721c-4601-af86-0a6cab277972" + "SOUTHEASTASIA:20170525T071556Z:53bbaa7e-392a-41a6-9743-7fac6d99c1e6" ] }, "StatusCode": 200 @@ -3997,17 +3997,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13264121-16f5-4e16-9123-316aa98a5186" + "86173966-9d2a-4fd1-b858-7e861b08d9a8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-26T19:54:51.393325Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Site Recovery Reader\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you view Site Recovery status but not perform other management operations\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\r\n \"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\r\n \"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\r\n \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2017-05-19T13:35:40.0093634Z\",\r\n \"updatedOn\": \"2017-05-24T20:29:06.457995Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"dbaa88c4-0c30-4179-9fb3-46319faa6149\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -4019,7 +4019,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4037,7 +4037,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9e8b8b2b-fa2a-4917-a09d-2b00de1b5efd" + "23098c99-c09f-42dc-a674-cb16011f2255" ], "X-Content-Type-Options": [ "nosniff" @@ -4049,13 +4049,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" + "14767" ], "x-ms-correlation-request-id": [ - "de181cf6-8db5-4df5-bdf1-c6b5ef0f79c5" + "0b29e5d0-7e8b-4c35-8d08-cbfc1518551e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:de181cf6-8db5-4df5-bdf1-c6b5ef0f79c5" + "SOUTHEASTASIA:20170525T071556Z:0b29e5d0-7e8b-4c35-8d08-cbfc1518551e" ] }, "StatusCode": 200 @@ -4067,13 +4067,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57584cd5-53ba-4ae7-bcaa-ab1bfb261b46" + "43fc73ca-773b-4398-95a3-65890c2bd3ca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4089,7 +4089,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4107,7 +4107,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "b93e4887-6860-4191-be44-e5d7f4321c7d" + "9eb71c07-00e0-4675-ab3b-72f61cfb5839" ], "X-Content-Type-Options": [ "nosniff" @@ -4119,13 +4119,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" + "14766" ], "x-ms-correlation-request-id": [ - "43fa46b3-3a66-4bf7-a693-dd8f66c3198a" + "6757dac1-29fe-4e60-9384-d48704baf3b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:43fa46b3-3a66-4bf7-a693-dd8f66c3198a" + "SOUTHEASTASIA:20170525T071556Z:6757dac1-29fe-4e60-9384-d48704baf3b5" ] }, "StatusCode": 200 @@ -4137,17 +4137,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c98da89d-2ead-4cbb-a705-4be28aaca3f2" + "02e8500b-4066-49f5-8606-2dfd251644ee" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"SQL Security Manager\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage the security-related policies of SQL servers and databases, but not access to them.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Sql/servers/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/auditingSettings/*\",\r\n \"Microsoft.Sql/servers/databases/auditRecords/read\",\r\n \"Microsoft.Sql/servers/databases/connectionPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\r\n \"Microsoft.Sql/servers/databases/schemas/tables/read\",\r\n \"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\r\n \"Microsoft.Sql/servers/databases/securityMetrics/*\",\r\n \"Microsoft.Sql/servers/firewallRules/*\",\r\n \"Microsoft.Sql/servers/read\",\r\n \"Microsoft.Sql/servers/securityAlertPolicies/*\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"0001-01-01T08:00:00Z\",\r\n \"updatedOn\": \"2017-03-06T17:59:09.2636068Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": \"yaiyun\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -4159,7 +4159,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4177,7 +4177,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4e619e8a-b967-41f0-a3b6-4090e6132020" + "75b58ffd-0674-434b-a4a0-9dacbb504342" ], "X-Content-Type-Options": [ "nosniff" @@ -4189,13 +4189,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" + "14765" ], "x-ms-correlation-request-id": [ - "1c2105cc-1a7a-493d-a577-6199da161eec" + "ab9de18d-d800-4e61-b645-18ed26d0e8b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:1c2105cc-1a7a-493d-a577-6199da161eec" + "SOUTHEASTASIA:20170525T071556Z:ab9de18d-d800-4e61-b645-18ed26d0e8b5" ] }, "StatusCode": 200 @@ -4207,13 +4207,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b01c92ad-65ef-4745-9110-5eb7c5f8b1a0" + "dce0b2ee-5296-4338-803c-6bd39bb598ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4229,7 +4229,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4247,7 +4247,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6435c7cb-d302-4c8a-9711-e1f83b27a81b" + "1f0f0418-7c36-4cad-83f1-6fada8929e9a" ], "X-Content-Type-Options": [ "nosniff" @@ -4259,13 +4259,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" + "14764" ], "x-ms-correlation-request-id": [ - "6fda1944-680d-408b-8fee-ff97a4b42bfa" + "630b9188-e320-40d1-9956-16d45da78471" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:6fda1944-680d-408b-8fee-ff97a4b42bfa" + "SOUTHEASTASIA:20170525T071557Z:630b9188-e320-40d1-9956-16d45da78471" ] }, "StatusCode": 200 @@ -4277,13 +4277,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54b405fe-523b-4b50-9220-1bb62f4d34a7" + "9b13cedf-a918-4c3c-a178-16670d014b28" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4299,7 +4299,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4317,7 +4317,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8791d3bf-2809-401b-b9ea-a528c90a1af1" + "e67d5917-ee79-465b-b7f0-3ef2f9f5e47f" ], "X-Content-Type-Options": [ "nosniff" @@ -4329,13 +4329,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" + "14763" ], "x-ms-correlation-request-id": [ - "5f235998-df0f-4f7d-8750-b182b34ab5e3" + "39f5785d-0eed-4ef3-a003-ab060ca67440" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:5f235998-df0f-4f7d-8750-b182b34ab5e3" + "SOUTHEASTASIA:20170525T071557Z:39f5785d-0eed-4ef3-a003-ab060ca67440" ] }, "StatusCode": 200 @@ -4347,13 +4347,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "410a6fd5-1242-44a6-aa20-7acbc48a5368" + "e27a601e-9f09-444b-89c1-685a09b106e6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4369,7 +4369,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4387,7 +4387,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "672b89d8-ad99-4883-b2e2-145fcde96a41" + "2f22e9cb-47de-454d-925f-e94e313dea2a" ], "X-Content-Type-Options": [ "nosniff" @@ -4399,13 +4399,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" + "14762" ], "x-ms-correlation-request-id": [ - "f1f308b7-39c2-4ce1-af97-9a7bc84427a8" + "31137aef-2f61-4ed5-b352-3ec2b6b45c0e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:f1f308b7-39c2-4ce1-af97-9a7bc84427a8" + "SOUTHEASTASIA:20170525T071557Z:31137aef-2f61-4ed5-b352-3ec2b6b45c0e" ] }, "StatusCode": 200 @@ -4417,13 +4417,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f16bda55-d84b-4e85-aa59-3d0d25626668" + "b8cfe7db-1fbc-471f-bf6c-da9e7b95bc3b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4439,7 +4439,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:56 GMT" ], "Pragma": [ "no-cache" @@ -4457,7 +4457,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1da8b1a1-b5c6-4ac4-ade1-b897b396a8aa" + "0304595c-8b07-433d-8de3-e195557eb7ef" ], "X-Content-Type-Options": [ "nosniff" @@ -4469,13 +4469,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" + "14761" ], "x-ms-correlation-request-id": [ - "a45a77bc-1d52-498c-aa7f-52d7723b73da" + "b12e349c-7a9a-4ece-8d32-bdfa4dce3fdf" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:a45a77bc-1d52-498c-aa7f-52d7723b73da" + "SOUTHEASTASIA:20170525T071557Z:b12e349c-7a9a-4ece-8d32-bdfa4dce3fdf" ] }, "StatusCode": 200 @@ -4487,13 +4487,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "436bf8a4-0e3d-4c02-92f6-34ec7c6b9442" + "b0a81123-8758-4f04-b296-eb68e80b1ec9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4509,7 +4509,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:57 GMT" ], "Pragma": [ "no-cache" @@ -4527,7 +4527,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e7f68239-0ae5-49cb-b3ac-6626cc3820d8" + "626acccf-4879-4cc4-b318-1aa7876a57ef" ], "X-Content-Type-Options": [ "nosniff" @@ -4539,13 +4539,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" + "14760" ], "x-ms-correlation-request-id": [ - "7313298b-14b6-4b68-98a2-1caa4b1ae004" + "9eee1a8a-e9be-49f3-98a7-98ecc1dacdac" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:7313298b-14b6-4b68-98a2-1caa4b1ae004" + "SOUTHEASTASIA:20170525T071557Z:9eee1a8a-e9be-49f3-98a7-98ecc1dacdac" ] }, "StatusCode": 200 @@ -4557,17 +4557,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1c955c0-dfe1-4f8e-a286-3d34ae191fbb" + "643b9953-671e-4797-ac3e-6738915a3eff" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.DevTestLab/schedules/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2017-06-05T17:12:00.6092292Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"roleName\": \"Virtual Machine Contributor\",\r\n \"type\": \"BuiltInRole\",\r\n \"description\": \"Lets you manage virtual machines, but not access to them, and not the virtual network or storage account they�re connected to.\",\r\n \"assignableScopes\": [\r\n \"/\"\r\n ],\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Authorization/*/read\",\r\n \"Microsoft.Compute/availabilitySets/*\",\r\n \"Microsoft.Compute/locations/*\",\r\n \"Microsoft.Compute/virtualMachines/*\",\r\n \"Microsoft.Compute/virtualMachineScaleSets/*\",\r\n \"Microsoft.Insights/alertRules/*\",\r\n \"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\r\n \"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\r\n \"Microsoft.Network/loadBalancers/read\",\r\n \"Microsoft.Network/locations/*\",\r\n \"Microsoft.Network/networkInterfaces/*\",\r\n \"Microsoft.Network/networkSecurityGroups/join/action\",\r\n \"Microsoft.Network/networkSecurityGroups/read\",\r\n \"Microsoft.Network/publicIPAddresses/join/action\",\r\n \"Microsoft.Network/publicIPAddresses/read\",\r\n \"Microsoft.Network/virtualNetworks/read\",\r\n \"Microsoft.Network/virtualNetworks/subnets/join/action\",\r\n \"Microsoft.RecoveryServices/locations/*\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\r\n \"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\r\n \"Microsoft.RecoveryServices/Vaults/read\",\r\n \"Microsoft.RecoveryServices/Vaults/usages/read\",\r\n \"Microsoft.RecoveryServices/Vaults/write\",\r\n \"Microsoft.ResourceHealth/availabilityStatuses/read\",\r\n \"Microsoft.Resources/deployments/*\",\r\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\r\n \"Microsoft.Storage/storageAccounts/listKeys/action\",\r\n \"Microsoft.Storage/storageAccounts/read\",\r\n \"Microsoft.Support/*\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"createdOn\": \"2015-06-02T00:18:27.3542698Z\",\r\n \"updatedOn\": \"2016-11-15T23:23:01.5203888Z\",\r\n \"createdBy\": null,\r\n \"updatedBy\": null\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -4579,7 +4579,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:57 GMT" ], "Pragma": [ "no-cache" @@ -4597,7 +4597,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0e100b37-57dc-4804-bfb1-6ffb69750771" + "55f54bdd-bbb4-4473-918e-01fa40f0eb6f" ], "X-Content-Type-Options": [ "nosniff" @@ -4609,13 +4609,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" + "14759" ], "x-ms-correlation-request-id": [ - "3f52749d-2c35-4d87-a761-ab45b9ecda7e" + "2578905a-2c5f-4f73-8773-32adadc05dd5" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:3f52749d-2c35-4d87-a761-ab45b9ecda7e" + "SOUTHEASTASIA:20170525T071557Z:2578905a-2c5f-4f73-8773-32adadc05dd5" ] }, "StatusCode": 200 @@ -4627,13 +4627,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3761ee00-c6f9-4527-9098-4f5148b84886" + "75f79acb-d6db-41ae-b893-35128736bcd4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4649,7 +4649,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:57 GMT" ], "Pragma": [ "no-cache" @@ -4667,7 +4667,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a3b6908b-dff1-4147-9790-36e6241f56a8" + "6f10c37e-de36-4ab7-9aff-7fc3798f7ec0" ], "X-Content-Type-Options": [ "nosniff" @@ -4679,13 +4679,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" + "14758" ], "x-ms-correlation-request-id": [ - "df5ebae1-6d1e-47a7-be91-8e444d6d2b5d" + "686d9dd3-0e60-4ee4-aa20-cb2309323221" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:df5ebae1-6d1e-47a7-be91-8e444d6d2b5d" + "SOUTHEASTASIA:20170525T071557Z:686d9dd3-0e60-4ee4-aa20-cb2309323221" ] }, "StatusCode": 200 @@ -4697,13 +4697,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96b8f63c-339b-4f55-b7bb-34079f61164a" + "4e6400e0-1c79-4bf9-829d-4da5b0280a05" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -4719,7 +4719,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:27:36 GMT" + "Thu, 25 May 2017 07:15:57 GMT" ], "Pragma": [ "no-cache" @@ -4737,7 +4737,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2447ab4c-9f56-47bb-afb5-2ab731ee90ee" + "7a8eaf65-5d80-4668-9e50-bd3b2e939884" ], "X-Content-Type-Options": [ "nosniff" @@ -4749,13 +4749,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" + "14757" ], "x-ms-correlation-request-id": [ - "c03f12a4-38a2-46f5-81a2-84681260b310" + "db80f04a-d313-4015-8d59-add0d0a43480" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T232737Z:c03f12a4-38a2-46f5-81a2-84681260b310" + "SOUTHEASTASIA:20170525T071557Z:db80f04a-d313-4015-8d59-add0d0a43480" ] }, "StatusCode": 200 diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourceGroupPermissions.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourceGroupPermissions.json index 8b41d9afef7da..273a4ed8e3899 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourceGroupPermissions.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourceGroupPermissions.json @@ -7,13 +7,13 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "508b6272-f3ad-4709-bf96-641f2c15223b" + "4d83b220-ef88-4dda-8a20-79f92088fa95" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:19:50 GMT" + "Thu, 25 May 2017 07:12:51 GMT" ], "Pragma": [ "no-cache" @@ -47,7 +47,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "5119ba01-2c3c-4a6c-a785-1f9e8e6a3b7a" + "bb01e7ed-4338-44d6-90fc-5d89424ba8fc" ], "X-Content-Type-Options": [ "nosniff" @@ -59,13 +59,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14996" ], "x-ms-correlation-request-id": [ - "a15d22e0-50ae-4ad4-9d98-6cc9f66a4ec2" + "56dca62e-362f-4d9f-9932-62e1699b5f25" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T231950Z:a15d22e0-50ae-4ad4-9d98-6cc9f66a4ec2" + "SOUTHEASTASIA:20170525T071251Z:56dca62e-362f-4d9f-9932-62e1699b5f25" ] }, "StatusCode": 200 diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourcePermissions.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourcePermissions.json index 0756d3e4fe93a..b4747ef9aef58 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourcePermissions.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetNonExistentResourcePermissions.json @@ -1,19 +1,19 @@ { "Entries": [ { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/NonExistentResourceGroup/providers/Microsoft.Web//sites/csmr8905/providers/Microsoft.Authorization/permissions?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL05vbkV4aXN0ZW50UmVzb3VyY2VHcm91cC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi8vc2l0ZXMvY3Ntcjg5MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3Blcm1pc3Npb25zP2FwaS12ZXJzaW9uPTIwMTUtMDctMDE=", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/NonExistentResourceGroup/providers/Microsoft.Web//sites/csmr653/providers/Microsoft.Authorization/permissions?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL05vbkV4aXN0ZW50UmVzb3VyY2VHcm91cC9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi8vc2l0ZXMvY3NtcjY1My9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcGVybWlzc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b9a5db6-412f-4d03-8a18-dfb1e7eb824e" + "c38e3e0a-931a-43ca-9942-46b635cb123b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:19:50 GMT" + "Thu, 25 May 2017 07:12:53 GMT" ], "Pragma": [ "no-cache" @@ -41,13 +41,13 @@ "gateway" ], "x-ms-request-id": [ - "bcb12b90-ce72-4292-af67-6e7802475dad" + "a42f963f-081a-4b5d-b145-b1b310f6fc74" ], "x-ms-correlation-request-id": [ - "bcb12b90-ce72-4292-af67-6e7802475dad" + "a42f963f-081a-4b5d-b145-b1b310f6fc74" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T231951Z:bcb12b90-ce72-4292-af67-6e7802475dad" + "JAPANEAST:20170525T071253Z:a42f963f-081a-4b5d-b145-b1b310f6fc74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,7 +58,7 @@ ], "Names": { "GetNonExistentResourcePermissions": [ - "csmr8905" + "csmr653" ] }, "Variables": { diff --git a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetResourceGroupPermissions.json b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetResourceGroupPermissions.json index 9b69f1c249880..ee94d09141854 100644 --- a/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetResourceGroupPermissions.json +++ b/src/SDKs/Authorization/Authorization.Tests/SessionRecords/Authorization.Tests.PermissionsTests/GetResourceGroupPermissions.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/csmrg1174?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTE3ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/csmrg566?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTY2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { @@ -13,20 +13,20 @@ "28" ], "x-ms-client-request-id": [ - "9a5eff75-08b7-4e6b-b764-04f083e7dcc5" + "46e86d5b-4e04-49c7-bcca-48e0aa1639c4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/csmrg1174\",\r\n \"name\": \"csmrg1174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/csmrg566\",\r\n \"name\": \"csmrg566\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "171" + "169" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,7 +38,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:19:49 GMT" + "Thu, 25 May 2017 07:12:46 GMT" ], "Pragma": [ "no-cache" @@ -47,13 +47,13 @@ "1195" ], "x-ms-request-id": [ - "d10c15d4-d7eb-4c13-bb95-1b1567b4e95f" + "54b407a5-f4f6-4fac-be43-aab53a3b5808" ], "x-ms-correlation-request-id": [ - "d10c15d4-d7eb-4c13-bb95-1b1567b4e95f" + "54b407a5-f4f6-4fac-be43-aab53a3b5808" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T231949Z:d10c15d4-d7eb-4c13-bb95-1b1567b4e95f" + "SOUTHEASTASIA:20170525T071246Z:54b407a5-f4f6-4fac-be43-aab53a3b5808" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,19 +62,19 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/csmrg1174/providers/Microsoft.Authorization/permissions?api-version=2015-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTE3NC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcGVybWlzc2lvbnM/YXBpLXZlcnNpb249MjAxNS0wNy0wMQ==", + "RequestUri": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourcegroups/csmrg566/providers/Microsoft.Authorization/permissions?api-version=2015-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDAwNGE5ZmQtZDU4ZS00OGRjLWFlYjItNGE0YWVjNTg2MDZmL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTY2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wZXJtaXNzaW9ucz9hcGktdmVyc2lvbj0yMDE1LTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70fcd6d8-7173-4f9f-9001-2f6000a75cf4" + "dc523b65-3f5b-4a7b-abcc-01730651b6ef" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.5.0.0" ] }, @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 08 Jun 2017 23:19:49 GMT" + "Thu, 25 May 2017 07:12:46 GMT" ], "Pragma": [ "no-cache" @@ -108,7 +108,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "283f8720-ca97-45a9-a9c9-b140531d2eff" + "691383a9-6d6e-4066-93b5-afa731615c27" ], "X-Content-Type-Options": [ "nosniff" @@ -120,13 +120,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14727" ], "x-ms-correlation-request-id": [ - "bf7ecf7a-168c-40a0-b2bf-bd5a83fe4348" + "e4568113-ac55-4792-a9ab-e13a6e5f9466" ], "x-ms-routing-request-id": [ - "WESTUS2:20170608T231949Z:bf7ecf7a-168c-40a0-b2bf-bd5a83fe4348" + "SOUTHEASTASIA:20170525T071247Z:e4568113-ac55-4792-a9ab-e13a6e5f9466" ] }, "StatusCode": 200 @@ -134,7 +134,7 @@ ], "Names": { "GetResourceGroupPermissions": [ - "csmrg1174" + "csmrg566" ] }, "Variables": { diff --git a/src/SDKs/Authorization/Authorization.Tests/Tests/BasicTests.cs b/src/SDKs/Authorization/Authorization.Tests/Tests/BasicTests.cs index 861c48dd5d6ee..fd93fb19854c1 100644 --- a/src/SDKs/Authorization/Authorization.Tests/Tests/BasicTests.cs +++ b/src/SDKs/Authorization/Authorization.Tests/Tests/BasicTests.cs @@ -19,6 +19,7 @@ using System.Reflection; using Microsoft.Azure.Test.HttpRecorder; using System.IO; +using Microsoft.Rest; namespace Authorization.Tests { @@ -30,6 +31,7 @@ public class BasicTests : TestBase, IClassFixture private const int RoleAssignmentPageSize = 20; private const string RESOURCE_TEST_LOCATION = "westus"; private const string WEBSITE_RP_VERSION = "2014-04-01"; + private const string API_VERSION = "2015-07-01"; public BasicTests(TestExecutionContext context, ITestOutputHelper output) { @@ -80,7 +82,7 @@ public void RoleAssignmentByIdTests() Assert.NotNull(client); Assert.NotNull(client.HttpClient); - + var principalId = new Guid(testContext.Users.ElementAt(4).ObjectId); var scope = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; @@ -110,7 +112,7 @@ public void RoleAssignmentByIdTests() Assert.NotNull(getResult); Assert.Equal(createResult.Id, getResult.Id); Assert.Equal(createResult.Name, getResult.Name); - + //Delete var deleteResult = client.RoleAssignments.DeleteById(assignmentId); Assert.NotNull(deleteResult); @@ -152,7 +154,7 @@ public void RoleAssignmentsListGetTests() var createResult = client.RoleAssignments.Create(scope, assignmentName.ToString(), newRoleAssignment); Assert.NotNull(createResult); - + var allRoleAssignments = client.RoleAssignments.List(null); Assert.NotNull(allRoleAssignments); @@ -205,7 +207,7 @@ public void RoleAssignmentsCreateDeleteTests() var createResult = client.RoleAssignments.Create(scope, assignmentName.ToString(), newRoleAssignment); Assert.NotNull(createResult); - + var deleteResult = client.RoleAssignments.Delete(scope, assignmentName.ToString()); Assert.NotNull(deleteResult); var deletedRoleAssignment = deleteResult; @@ -263,13 +265,13 @@ public void RoleAssignmentListByFilterTest() Assert.NotNull(client); Assert.NotNull(client.HttpClient); - // Read/write the PrincipalId from Testcontext to enable Playback mode test execution - var principalId = GetValueFromTestContext(() => new Guid(testContext.Users.ElementAt(1).ObjectId), Guid.Parse, "PrincipalId").ToString(); + // Read/write the PrincipalId from Testcontext to enable Playback mode test execution + var principalId = GetValueFromTestContext(() => new Guid(testContext.Users.ElementAt(1).ObjectId), Guid.Parse, "PrincipalId").ToString(); - var scope = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; + var scope = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; var roleDefinition = client.RoleDefinitions.List(scope).First(); - for(int i=0; i ?? allBuiltInRoles.ToList(); int roleCount = allBuiltInRolesList.Count(); int userCount = testContext.Users.Count(); - + List createdAssignments = new List(); try @@ -348,8 +350,8 @@ public void RoleAssignmentPagingTest() try { createResult = client.RoleAssignments.Create( - scope, - assignmentName.ToString(), + scope, + assignmentName.ToString(), newRoleAssignment.Properties); } catch (CloudException e) @@ -366,7 +368,7 @@ public void RoleAssignmentPagingTest() } // Validate - + // Get the first page of assignments var firstPage = client.RoleAssignments.List(null); Assert.NotNull(firstPage); @@ -374,7 +376,7 @@ public void RoleAssignmentPagingTest() // Get the next page of assignments var nextPage = client.RoleAssignments.ListNext(firstPage.NextPageLink); - + Assert.NotNull(nextPage); Assert.NotEqual(0, nextPage.Count()); @@ -434,7 +436,7 @@ public void RoleAssignmentListForScopeTest() } } - [Fact(Skip = "Graph issue when adding user to group, needs investigation")] + [Fact(Skip = "Graph issue when adding user to group, needs investigation")] public void RoleAssignmentListWithAssignedToFilterTest() { HttpMockServer.RecordsDirectory = GetSessionsDirectoryPath(); @@ -447,7 +449,7 @@ public void RoleAssignmentListWithAssignedToFilterTest() var scope = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; var roleDefinition = client.RoleDefinitions.List(scope).First(); - + // Get user and group and add the user to the group var user = testContext.Users.First(); var group = testContext.Groups.First(); @@ -464,8 +466,8 @@ public void RoleAssignmentListWithAssignedToFilterTest() }; var assignmentName = GetValueFromTestContext(Guid.NewGuid, Guid.Parse, "AssignmentName_Group"); var assignmentToGroup = client.RoleAssignments.Create( - scope, - assignmentName.ToString(), + scope, + assignmentName.ToString(), newRoleAssignmentToGroupParams.Properties); // create assignment to user @@ -477,10 +479,10 @@ public void RoleAssignmentListWithAssignedToFilterTest() PrincipalId = user.ObjectId } }; - + assignmentName = GetValueFromTestContext(Guid.NewGuid, Guid.Parse, "AssignmentName_User"); - var assignmentToUser = client.RoleAssignments.Create(scope, - assignmentName.ToString(), + var assignmentToUser = client.RoleAssignments.Create(scope, + assignmentName.ToString(), newRoleAssignmentToUserParams.Properties); // List role assignments with AssignedTo filter = user id @@ -522,13 +524,13 @@ public void RoleDefinitionsListGetTests() var scope = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; var allRoleDefinitions = client.RoleDefinitions.List(scope); - + Assert.NotNull(allRoleDefinitions); foreach (var roleDefinition in allRoleDefinitions) { var singleRole = client.RoleDefinitions.Get(scope, roleDefinition.Name); - + Assert.NotNull(singleRole); if (singleRole.Properties.Type == "BuiltInRole") @@ -542,18 +544,18 @@ public void RoleDefinitionsListGetTests() Assert.NotNull(singleRole.Properties.RoleName); Assert.NotNull(singleRole.Properties.Type); Assert.NotNull(singleRole.Properties.Permissions); - - foreach(var assignableScope in singleRole.Properties.AssignableScopes) + + foreach (var assignableScope in singleRole.Properties.AssignableScopes) { Assert.True(!string.IsNullOrWhiteSpace(assignableScope)); } - foreach(var permission in singleRole.Properties.Permissions) - { - Assert.NotNull(permission.Actions); - Assert.NotNull(permission.NotActions); - Assert.False(permission.Actions.Count() == 0 && - permission.NotActions.Count() == 0); + foreach (var permission in singleRole.Properties.Permissions) + { + Assert.NotNull(permission.Actions); + Assert.NotNull(permission.NotActions); + Assert.False(permission.Actions.Count() == 0 && + permission.NotActions.Count() == 0); } } } @@ -647,42 +649,42 @@ public void RoleDefinitionUpdateTests() RoleDefinition createOrUpdateParams; var roleDefinitionId = GetValueFromTestContext(Guid.NewGuid, Guid.Parse, "RoleDefinition"); - string currentSubscriptionId = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; + string scope = "subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; - // Create a custom role definition - try + // Create a custom role definition + try { createOrUpdateParams = new RoleDefinition() + { + // Name = roleDefinitionId, + Properties = new RoleDefinitionProperties() { - // Name = roleDefinitionId, - Properties = new RoleDefinitionProperties() - { - RoleName = "NewRoleName_" + roleDefinitionId.ToString(), - Description = "New Test Custom Role", - Permissions = new List() + RoleName = "NewRoleName_" + roleDefinitionId.ToString(), + Description = "New Test Custom Role", + Permissions = new List() { new Permission() { Actions = new List{ "Microsoft.Authorization/*/Read" } } }, - AssignableScopes = new List() { currentSubscriptionId }, - }, + AssignableScopes = new List() { scope }, + }, }; var roleDefinition = client.RoleDefinitions.CreateOrUpdate( - currentSubscriptionId, - roleDefinitionId.ToString(), + scope, + roleDefinitionId.ToString(), createOrUpdateParams); // Update role name, permissions for the custom role createOrUpdateParams.Properties.RoleName = "UpdatedRoleName_" + roleDefinitionId.ToString(); createOrUpdateParams.Properties.Permissions.Single().Actions.Add("Microsoft.Support/*/read"); - var updatedRoleDefinition = client.RoleDefinitions.CreateOrUpdate(currentSubscriptionId, + var updatedRoleDefinition = client.RoleDefinitions.CreateOrUpdate(scope, roleDefinitionId.ToString(), createOrUpdateParams); - + // Validate the updated roleDefinition properties. Assert.NotNull(updatedRoleDefinition); Assert.Equal(updatedRoleDefinition.Id, roleDefinition.Id); @@ -694,14 +696,14 @@ public void RoleDefinitionUpdateTests() Assert.Equal("Microsoft.Support/*/read", updatedRoleDefinition.Properties.Permissions.Single().Actions.Last()); // Same assignable scopes Assert.NotEmpty(updatedRoleDefinition.Properties.AssignableScopes); - Assert.Equal(currentSubscriptionId.ToLower(), updatedRoleDefinition.Properties.AssignableScopes.Single().ToLower()); - + Assert.Equal(scope.ToLower(), updatedRoleDefinition.Properties.AssignableScopes.Single().ToLower()); + // Negative test: Update the role with an empty RoleName createOrUpdateParams.Properties.RoleName = null; try { - client.RoleDefinitions.CreateOrUpdate(currentSubscriptionId, + client.RoleDefinitions.CreateOrUpdate(scope, roleDefinitionId.ToString(), createOrUpdateParams); } @@ -713,7 +715,7 @@ public void RoleDefinitionUpdateTests() finally { var deleteResult = client.RoleDefinitions.Delete( - currentSubscriptionId, + scope, roleDefinitionId.ToString()); Assert.NotNull(deleteResult); } @@ -736,9 +738,9 @@ public void RoleDefinitionCreateTests() string currentSubscriptionId = "/subscriptions/" + client.SubscriptionId + "/" + ResourceGroup; string fullRoleId = "/subscriptions/" + client.SubscriptionId + RoleDefIdPrefix + roleDefinitionId; - Guid newRoleId = GetValueFromTestContext(Guid.NewGuid, Guid.Parse, "RoleDefinition2"); + Guid newRoleId = GetValueFromTestContext(Guid.NewGuid, Guid.Parse, "RoleDefinition2"); string resourceGroupScope = currentSubscriptionId; - + // create resource group,This works only if logged in using Username/Password method var resourceClient = PermissionsTests.GetResourceManagementClient(context); try @@ -755,20 +757,20 @@ public void RoleDefinitionCreateTests() try { createOrUpdateParams = new RoleDefinition() + { + Properties = new RoleDefinitionProperties() { - Properties = new RoleDefinitionProperties() - { - RoleName = "NewRoleName_" + roleDefinitionId.ToString(), - Description = "New Test Custom Role", - Permissions = new List() + RoleName = "NewRoleName_" + roleDefinitionId.ToString(), + Description = "New Test Custom Role", + Permissions = new List() { new Permission() { Actions = new List{ "Microsoft.Authorization/*/Read" } } }, - AssignableScopes = new List() { currentSubscriptionId }, - }, + AssignableScopes = new List() { currentSubscriptionId }, + }, }; var roleDefinition = client.RoleDefinitions.CreateOrUpdate(currentSubscriptionId, @@ -792,7 +794,7 @@ public void RoleDefinitionCreateTests() roleDefinition = client.RoleDefinitions.CreateOrUpdate( resourceGroupScope, - newRoleId.ToString(), + newRoleId.ToString(), createOrUpdateParams); Assert.NotNull(roleDefinition); @@ -802,11 +804,11 @@ public void RoleDefinitionCreateTests() var deleteResult = client.RoleDefinitions.Delete(currentSubscriptionId, roleDefinitionId.ToString()); Assert.NotNull(deleteResult); - deleteResult = client.RoleDefinitions.Delete(resourceGroupScope, newRoleId.ToString()); - Assert.NotNull(deleteResult); + deleteResult = client.RoleDefinitions.Delete(resourceGroupScope, newRoleId.ToString()); + Assert.NotNull(deleteResult); } - + TestUtilities.Wait(1000 * 15); // Negative test - create a roledefinition with same name (but different id) as an already existing custom role @@ -846,7 +848,7 @@ public void RoleDefinitionCreateTests() { Assert.Equal(HttpStatusCode.Conflict, ce.Response.StatusCode); } - + // Negative test - create a roledefinition with type=BuiltInRole createOrUpdateParams.Properties.Type = "BuiltInRole"; @@ -856,11 +858,11 @@ public void RoleDefinitionCreateTests() roleDefinitionId.ToString(), createOrUpdateParams); } - catch(CloudException ce) + catch (CloudException ce) { Assert.Equal(HttpStatusCode.BadRequest, ce.Response.StatusCode); } - + // Negative Test - create a custom role with empty role name // reset the role type createOrUpdateParams.Properties.Type = null; @@ -929,6 +931,76 @@ public void RoleDefinitionCreateTests() } } + [Fact] + public void ProviderOperationsMetadataListGetTests() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var client = testContext.GetAuthorizationManagementClient(context); + + Assert.NotNull(client); + Assert.NotNull(client.HttpClient); + var allProviderOperationsMetadatas = client.ProviderOperationsMetadata.List(API_VERSION); + + Assert.NotNull(allProviderOperationsMetadatas); + + foreach (var operationsMetadata in allProviderOperationsMetadatas) + { + Assert.NotNull(operationsMetadata); + Assert.NotNull(operationsMetadata.Id); + Assert.NotNull(operationsMetadata.Name); + Assert.NotNull(operationsMetadata.Operations); + Assert.NotNull(operationsMetadata.ResourceTypes); + Assert.NotNull(operationsMetadata.Type); + } + + var providerOperationsMetadata = client.ProviderOperationsMetadata.Get("Microsoft.Web", API_VERSION); + Assert.NotNull(providerOperationsMetadata); + Assert.NotNull(providerOperationsMetadata.DisplayName); + Assert.NotNull(providerOperationsMetadata.Id); + Assert.NotNull(providerOperationsMetadata.Name); + Assert.NotNull(providerOperationsMetadata.Operations); + Assert.NotNull(providerOperationsMetadata.ResourceTypes); + Assert.NotNull(providerOperationsMetadata.Type); + } + } + + [Fact] + public void GetProviderOperationsMetadataListWithInvalidAPIVersion() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var client = testContext.GetAuthorizationManagementClient(context); + Assert.NotNull(client); + Assert.NotNull(client.HttpClient); + try + { + var allProviderOperationsMetadatas = client.ProviderOperationsMetadata.List("0001-07-01"); + }catch(CloudException ex) + { + Assert.Equal(ex.Message, "The resource type 'providerOperations' could not be found in the namespace 'Microsoft.Authorization' for api version '0001-07-01'. The supported api-versions are '2015-07-01-preview,2015-07-01,2016-07-01'."); + } + } + } + + [Fact] + public void GetProviderOperationsMetadataListWithInvalidProvider() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var client = testContext.GetAuthorizationManagementClient(context); + Assert.NotNull(client); + Assert.NotNull(client.HttpClient); + try + { + var providerOperationsMetadata = client.ProviderOperationsMetadata.Get("InvalidProvider", API_VERSION); + }catch(CloudException ex) + { + Assert.Equal(ex.Message, "Provider 'InvalidProvider' not found."); + } + } + } + private static T GetValueFromTestContext(Func constructor, Func parser, string mockName) { T retValue = default(T); diff --git a/src/SDKs/Authorization/Authorization.Tests/Tests/TestFixtureData.cs b/src/SDKs/Authorization/Authorization.Tests/Tests/TestFixtureData.cs index ce4c907444206..953274ee02ff1 100644 --- a/src/SDKs/Authorization/Authorization.Tests/Tests/TestFixtureData.cs +++ b/src/SDKs/Authorization/Authorization.Tests/Tests/TestFixtureData.cs @@ -57,7 +57,6 @@ public TestExecutionContext() { this.CleanupTestData(MockContext.Start(this.GetType().FullName)); } - TestEnvironment env = TestEnvironmentFactory.GetTestEnvironment(); using (MockContext context = MockContext.Start(this.GetType().FullName)) { diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/AuthorizationManagementClient.cs b/src/SDKs/Authorization/Management.Authorization/Generated/AuthorizationManagementClient.cs index 1ff54e13c6587..a752318687dc0 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/AuthorizationManagementClient.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/AuthorizationManagementClient.cs @@ -8,26 +8,29 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Linq; - using System.Collections.Generic; - using System.Diagnostics; - using System.Net; - using System.Net.Http; - using System.Net.Http.Headers; - using System.Text; - using System.Text.RegularExpressions; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; using Microsoft.Rest.Azure; + using Microsoft.Rest.Serialization; using Models; + using Newtonsoft.Json; - /// - /// - public partial class AuthorizationManagementClient : ServiceClient, IAuthorizationManagementClient, IAzureClient + /// + /// Role based access control provides you a way to apply granular level + /// policy administration down to individual resources or resource groups. + /// These operations enable you to manage role definitions and role + /// assignments. A role definition describes the set of actions that can be + /// performed on resources. A role assignment grants access to Azure Active + /// Directory users. + /// + public partial class AuthorizationManagementClient : ServiceClient, IAuthorizationManagementClient, IAzureClient { /// /// The base URI of the service. @@ -42,22 +45,20 @@ public partial class AuthorizationManagementClient : ServiceClient /// Gets or sets json deserialization settings. /// - public JsonSerializerSettings DeserializationSettings { get; private set; } + public JsonSerializerSettings DeserializationSettings { get; private set; } /// - /// Gets Azure subscription credentials. + /// Credentials needed for the client to connect to Azure. /// public ServiceClientCredentials Credentials { get; private set; } /// - /// Gets subscription credentials which uniquely identify 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; } /// - /// Client Api Version. + /// The API version to use for this operation. /// public string ApiVersion { get; private set; } @@ -78,14 +79,29 @@ public partial class AuthorizationManagementClient : ServiceClient public bool? GenerateClientRequestId { get; set; } + /// + /// Gets the IClassicAdministratorsOperations. + /// public virtual IClassicAdministratorsOperations ClassicAdministrators { get; private set; } + /// + /// Gets the IPermissionsOperations. + /// public virtual IPermissionsOperations Permissions { get; private set; } + /// + /// Gets the IProviderOperationsMetadataOperations. + /// public virtual IProviderOperationsMetadataOperations ProviderOperationsMetadata { get; private set; } + /// + /// Gets the IRoleAssignmentsOperations. + /// public virtual IRoleAssignmentsOperations RoleAssignments { get; private set; } + /// + /// Gets the IRoleDefinitionsOperations. + /// public virtual IRoleDefinitionsOperations RoleDefinitions { get; private set; } /// @@ -96,7 +112,7 @@ public partial class AuthorizationManagementClient : ServiceClient protected AuthorizationManagementClient(params DelegatingHandler[] handlers) : base(handlers) { - this.Initialize(); + Initialize(); } /// @@ -110,7 +126,7 @@ protected AuthorizationManagementClient(params DelegatingHandler[] handlers) : b /// protected AuthorizationManagementClient(HttpClientHandler rootHandler, params DelegatingHandler[] handlers) : base(rootHandler, handlers) { - this.Initialize(); + this.Initialize(); } /// @@ -128,7 +144,7 @@ protected AuthorizationManagementClient(Uri baseUri, params DelegatingHandler[] { throw new ArgumentNullException("baseUri"); } - this.BaseUri = baseUri; + this.BaseUri = baseUri; } /// @@ -149,14 +165,14 @@ protected AuthorizationManagementClient(Uri baseUri, HttpClientHandler rootHandl { throw new ArgumentNullException("baseUri"); } - this.BaseUri = baseUri; + this.BaseUri = baseUri; } /// /// Initializes a new instance of the AuthorizationManagementClient class. /// /// - /// Required. Gets Azure subscription credentials. + /// Required. Credentials needed for the client to connect to Azure. /// /// /// Optional. The delegating handlers to add to the http client pipeline. @@ -167,10 +183,10 @@ public AuthorizationManagementClient(ServiceClientCredentials credentials, param { throw new ArgumentNullException("credentials"); } - this.Credentials = credentials; + this.Credentials = credentials; if (this.Credentials != null) { - this.Credentials.InitializeServiceClient(this); + this.Credentials.InitializeServiceClient(this); } } @@ -178,7 +194,7 @@ public AuthorizationManagementClient(ServiceClientCredentials credentials, param /// Initializes a new instance of the AuthorizationManagementClient class. /// /// - /// Required. Gets Azure subscription credentials. + /// Required. Credentials needed for the client to connect to Azure. /// /// /// Optional. The http client handler used to handle http transport. @@ -192,10 +208,10 @@ public AuthorizationManagementClient(ServiceClientCredentials credentials, HttpC { throw new ArgumentNullException("credentials"); } - this.Credentials = credentials; + this.Credentials = credentials; if (this.Credentials != null) { - this.Credentials.InitializeServiceClient(this); + this.Credentials.InitializeServiceClient(this); } } @@ -206,7 +222,7 @@ public AuthorizationManagementClient(ServiceClientCredentials credentials, HttpC /// Optional. The base URI of the service. /// /// - /// Required. Gets Azure subscription credentials. + /// Required. Credentials needed for the client to connect to Azure. /// /// /// Optional. The delegating handlers to add to the http client pipeline. @@ -221,11 +237,11 @@ public AuthorizationManagementClient(Uri baseUri, ServiceClientCredentials crede { throw new ArgumentNullException("credentials"); } - this.BaseUri = baseUri; - this.Credentials = credentials; + this.BaseUri = baseUri; + this.Credentials = credentials; if (this.Credentials != null) { - this.Credentials.InitializeServiceClient(this); + this.Credentials.InitializeServiceClient(this); } } @@ -236,7 +252,7 @@ public AuthorizationManagementClient(Uri baseUri, ServiceClientCredentials crede /// Optional. The base URI of the service. /// /// - /// Required. Gets Azure subscription credentials. + /// Required. Credentials needed for the client to connect to Azure. /// /// /// Optional. The http client handler used to handle http transport. @@ -254,29 +270,33 @@ public AuthorizationManagementClient(Uri baseUri, ServiceClientCredentials crede { throw new ArgumentNullException("credentials"); } - this.BaseUri = baseUri; - this.Credentials = credentials; + this.BaseUri = baseUri; + this.Credentials = credentials; if (this.Credentials != null) { - this.Credentials.InitializeServiceClient(this); + this.Credentials.InitializeServiceClient(this); } } + /// + /// An optional partial-method to perform custom initialization. + /// + partial void CustomInitialize(); /// /// Initializes client properties. /// private void Initialize() { - this.ClassicAdministrators = new ClassicAdministratorsOperations(this); - this.Permissions = new PermissionsOperations(this); - this.ProviderOperationsMetadata = new ProviderOperationsMetadataOperations(this); - this.RoleAssignments = new RoleAssignmentsOperations(this); - this.RoleDefinitions = new RoleDefinitionsOperations(this); - this.BaseUri = new Uri("https://management.azure.com"); - this.ApiVersion = "2015-07-01"; - this.AcceptLanguage = "en-US"; - this.LongRunningOperationRetryTimeout = 30; - this.GenerateClientRequestId = true; + this.ClassicAdministrators = new ClassicAdministratorsOperations(this); + this.Permissions = new PermissionsOperations(this); + this.ProviderOperationsMetadata = new ProviderOperationsMetadataOperations(this); + this.RoleAssignments = new RoleAssignmentsOperations(this); + this.RoleDefinitions = new RoleDefinitionsOperations(this); + this.BaseUri = new Uri("https://management.azure.com"); + this.ApiVersion = "2015-07-01"; + this.AcceptLanguage = "en-US"; + this.LongRunningOperationRetryTimeout = 30; + this.GenerateClientRequestId = true; SerializationSettings = new JsonSerializerSettings { Formatting = Formatting.Indented, @@ -290,8 +310,8 @@ private void Initialize() new Iso8601TimeSpanConverter() } }; - SerializationSettings.Converters.Add(new ResourceJsonConverter()); - DeserializationSettings = new JsonSerializerSettings + SerializationSettings.Converters.Add(new ResourceJsonConverter()); + DeserializationSettings = new JsonSerializerSettings { DateFormatHandling = DateFormatHandling.IsoDateFormat, DateTimeZoneHandling = DateTimeZoneHandling.Utc, @@ -303,8 +323,9 @@ private void Initialize() new Iso8601TimeSpanConverter() } }; - DeserializationSettings.Converters.Add(new ResourceJsonConverter()); - DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); - } + CustomInitialize(); + DeserializationSettings.Converters.Add(new ResourceJsonConverter()); + DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); + } } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperations.cs index 707d0404923e4..d1656cae1c656 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperations.cs @@ -8,26 +8,26 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Linq; - using System.Collections.Generic; - using System.Net; - using System.Net.Http; - using System.Net.Http.Headers; - using System.Text; - using System.Text.RegularExpressions; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; using Microsoft.Rest.Azure; - using Models; + using Microsoft.Rest.Serialization; + using Models; + using Newtonsoft.Json; - /// - /// ClassicAdministratorsOperations operations. - /// - internal partial class ClassicAdministratorsOperations : IServiceOperations, IClassicAdministratorsOperations + /// + /// ClassicAdministratorsOperations operations. + /// + internal partial class ClassicAdministratorsOperations : IServiceOperations, IClassicAdministratorsOperations { /// /// Initializes a new instance of the ClassicAdministratorsOperations class. @@ -37,11 +37,11 @@ internal partial class ClassicAdministratorsOperations : IServiceOperations internal ClassicAdministratorsOperations(AuthorizationManagementClient client) { - if (client == null) + if (client == null) { throw new ArgumentNullException("client"); } - this.Client = client; + Client = client; } /// @@ -50,9 +50,10 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) public AuthorizationManagementClient Client { get; private set; } /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// + /// The API version to use for this operation. /// /// /// Headers that will be added to request. @@ -60,6 +61,18 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListWithHttpMessagesAsync(string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (apiVersion == null) @@ -92,10 +105,10 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -194,7 +207,7 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + _result.Body = SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -214,7 +227,7 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) } /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -225,6 +238,18 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -248,10 +273,10 @@ internal ClassicAdministratorsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperationsExtensions.cs b/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperationsExtensions.cs index 7f63af46b529f..dfd40c459ba25 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperationsExtensions.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/ClassicAdministratorsOperationsExtensions.cs @@ -8,42 +8,49 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Threading; + using System.Threading.Tasks; + + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; + + /// + /// Extension methods for ClassicAdministratorsOperations. + /// public static partial class ClassicAdministratorsOperationsExtensions { /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// /// The operations group for this extension method. /// /// + /// The API version to use for this operation. /// public static IPage List(this IClassicAdministratorsOperations operations, string apiVersion) { - return Task.Factory.StartNew(s => ((IClassicAdministratorsOperations)s).ListAsync(apiVersion), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListAsync(apiVersion).GetAwaiter().GetResult(); } /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// /// The operations group for this extension method. /// /// + /// The API version to use for this operation. /// /// /// The cancellation token. /// - public static async Task> ListAsync( this IClassicAdministratorsOperations operations, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IClassicAdministratorsOperations operations, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(apiVersion, null, cancellationToken).ConfigureAwait(false)) { @@ -52,7 +59,7 @@ public static IPage List(this IClassicAdministratorsOperat } /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// /// The operations group for this extension method. @@ -62,11 +69,11 @@ public static IPage List(this IClassicAdministratorsOperat /// public static IPage ListNext(this IClassicAdministratorsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IClassicAdministratorsOperations)s).ListNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// /// The operations group for this extension method. @@ -77,7 +84,7 @@ public static IPage ListNext(this IClassicAdministratorsOp /// /// The cancellation token. /// - public static async Task> ListNextAsync( this IClassicAdministratorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IClassicAdministratorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/IAuthorizationManagementClient.cs b/src/SDKs/Authorization/Management.Authorization/Generated/IAuthorizationManagementClient.cs index 4a0f774c4a657..5a521f528898c 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/IAuthorizationManagementClient.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/IAuthorizationManagementClient.cs @@ -8,17 +8,21 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections.Generic; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; - using Newtonsoft.Json; + using System; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; + using Newtonsoft.Json; /// + /// Role based access control provides you a way to apply granular level + /// policy administration down to individual resources or resource groups. + /// These operations enable you to manage role definitions and role + /// assignments. A role definition describes the set of actions that can be + /// performed on resources. A role assignment grants access to Azure Active + /// Directory users. /// public partial interface IAuthorizationManagementClient : IDisposable { @@ -38,19 +42,17 @@ public partial interface IAuthorizationManagementClient : IDisposable JsonSerializerSettings DeserializationSettings { get; } /// - /// Gets Azure subscription credentials. + /// Credentials needed for the client to connect to Azure. /// ServiceClientCredentials Credentials { get; } /// - /// Gets subscription credentials which uniquely identify 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; } /// - /// Client Api Version. + /// The API version to use for this operation. /// string ApiVersion { get; } @@ -67,19 +69,34 @@ public partial interface IAuthorizationManagementClient : IDisposable /// /// When set to true a unique x-ms-client-request-id value is - /// generated and included in each request. Default is true. + /// generated and included in each request. Default is true. /// bool? GenerateClientRequestId { get; set; } + /// + /// Gets the IClassicAdministratorsOperations. + /// IClassicAdministratorsOperations ClassicAdministrators { get; } + /// + /// Gets the IPermissionsOperations. + /// IPermissionsOperations Permissions { get; } + /// + /// Gets the IProviderOperationsMetadataOperations. + /// IProviderOperationsMetadataOperations ProviderOperationsMetadata { get; } + /// + /// Gets the IRoleAssignmentsOperations. + /// IRoleAssignmentsOperations RoleAssignments { get; } + /// + /// Gets the IRoleDefinitionsOperations. + /// IRoleDefinitionsOperations RoleDefinitions { get; } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/IClassicAdministratorsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/IClassicAdministratorsOperations.cs index 0aa3dd9048541..593e7774741aa 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/IClassicAdministratorsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/IClassicAdministratorsOperations.cs @@ -8,11 +8,13 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections.Generic; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; @@ -23,9 +25,10 @@ namespace Microsoft.Azure.Management.Authorization public partial interface IClassicAdministratorsOperations { /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// + /// The API version to use for this operation. /// /// /// The headers that will be added to request. @@ -33,9 +36,18 @@ public partial interface IClassicAdministratorsOperations /// /// 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 apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of classic administrators for the subscription. + /// Gets service administrator, account administrator, and co-administrators for the subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -46,6 +58,15 @@ public partial interface IClassicAdministratorsOperations /// /// The cancellation token. /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/IPermissionsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/IPermissionsOperations.cs index df59293f006f5..892e73516b823 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/IPermissionsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/IPermissionsOperations.cs @@ -8,11 +8,12 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections.Generic; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; @@ -23,11 +24,11 @@ namespace Microsoft.Azure.Management.Authorization public partial interface IPermissionsOperations { /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// - /// Name of the resource group to get the permissions for.The name is - /// case insensitive. + /// The name of the resource group to get the permissions for. The name is + /// case insensitive. /// /// /// The headers that will be added to request. @@ -35,24 +36,33 @@ public partial interface IPermissionsOperations /// /// 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>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// - /// The name of the resource group. The name is case insensitive. + /// The name of the resource group containing the resource. The name is case insensitive. /// /// - /// Resource + /// The namespace of the resource provider. /// /// - /// Resource + /// The parent resource identity. /// /// - /// Resource + /// The resource type of the resource. /// /// - /// Resource + /// The name of the resource to get the permissions for. /// /// /// The headers that will be added to request. @@ -60,9 +70,18 @@ public partial interface IPermissionsOperations /// /// 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>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// /// The NextLink from the previous successful call to List operation. @@ -73,9 +92,18 @@ public partial interface IPermissionsOperations /// /// 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>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// /// The NextLink from the previous successful call to List operation. @@ -86,6 +114,15 @@ public partial interface IPermissionsOperations /// /// 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>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/IProviderOperationsMetadataOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/IProviderOperationsMetadataOperations.cs index 63830e94658b2..a2cbec8ebaa7a 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/IProviderOperationsMetadataOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/IProviderOperationsMetadataOperations.cs @@ -8,11 +8,12 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections.Generic; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; @@ -23,14 +24,16 @@ namespace Microsoft.Azure.Management.Authorization public partial interface IProviderOperationsMetadataOperations { /// - /// Gets provider operations metadata + /// Gets provider operations metadata for the specified resource provider. /// /// - /// Namespace of the resource provider. + /// The namespace of the resource provider. /// /// + /// The API version to use for the operation. /// /// + /// Specifies whether to expand the values. /// /// /// The headers that will be added to request. @@ -38,13 +41,24 @@ public partial interface IProviderOperationsMetadataOperations /// /// 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 resourceProviderNamespace, string apiVersion, string expand = "resourceTypes", Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// + /// The API version to use for this operation. /// /// + /// Specifies whether to expand the values. /// /// /// The headers that will be added to request. @@ -52,9 +66,18 @@ public partial interface IProviderOperationsMetadataOperations /// /// 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 apiVersion, string expand = "resourceTypes", Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// /// The NextLink from the previous successful call to List operation. @@ -65,6 +88,15 @@ public partial interface IProviderOperationsMetadataOperations /// /// The cancellation token. /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/IRoleAssignmentsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/IRoleAssignmentsOperations.cs index 2614156bf8746..6cbcc73057e22 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/IRoleAssignmentsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/IRoleAssignmentsOperations.cs @@ -8,14 +8,15 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections.Generic; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Azure.OData; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; /// @@ -24,22 +25,22 @@ namespace Microsoft.Azure.Management.Authorization public partial interface IRoleAssignmentsOperations { /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The name of the resource group. /// /// - /// Resource identity. + /// The namespace of the resource provider. /// /// - /// Resource identity. + /// The parent resource identity. /// /// - /// Resource identity. + /// The resource type of the resource. /// /// - /// Resource identity. + /// The name of the resource to get role assignments for. /// /// /// OData parameters to apply to the operation. @@ -50,12 +51,21 @@ public partial interface IRoleAssignmentsOperations /// /// 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>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// - /// Resource group name. + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. @@ -66,15 +76,24 @@ public partial interface IRoleAssignmentsOperations /// /// 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>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// - /// Scope. + /// The scope of the role assignment to delete. /// /// - /// Role assignment name. + /// The name of the role assignment to delete. /// /// /// The headers that will be added to request. @@ -82,18 +101,33 @@ public partial interface IRoleAssignmentsOperations /// /// 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> DeleteWithHttpMessagesAsync(string scope, string roleAssignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create role assignment. + /// Creates a role assignment. /// /// - /// Scope. + /// The scope of the role assignment to create. The scope can be any + /// REST resource instance. For example, use + /// '/subscriptions/{subscription-id}/' for a subscription, + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' + /// for a resource group, and + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}' + /// for a resource. /// /// - /// Role assignment name. + /// The name of the role assignment to create. It can be any valid GUID. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// /// /// The headers that will be added to request. @@ -101,15 +135,24 @@ public partial interface IRoleAssignmentsOperations /// /// 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 scope, string roleAssignmentName, RoleAssignmentProperties properties = default(RoleAssignmentProperties), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get single role assignment. + /// Get the specified role assignment. /// /// - /// Scope. + /// The scope of the role assignment. /// /// - /// Role assignment name. + /// The name of the role assignment to get. /// /// /// The headers that will be added to request. @@ -117,12 +160,21 @@ public partial interface IRoleAssignmentsOperations /// /// 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 scope, string roleAssignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// - /// Role assignment Id + /// The ID of the role assignment to delete. /// /// /// The headers that will be added to request. @@ -130,15 +182,24 @@ public partial interface IRoleAssignmentsOperations /// /// 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> DeleteByIdWithHttpMessagesAsync(string roleAssignmentId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create role assignment by Id. + /// Creates a role assignment by ID. /// /// - /// Role assignment Id + /// The ID of the role assignment to create. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// /// /// The headers that will be added to request. @@ -146,12 +207,21 @@ public partial interface IRoleAssignmentsOperations /// /// 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> CreateByIdWithHttpMessagesAsync(string roleAssignmentId, RoleAssignmentProperties properties = default(RoleAssignmentProperties), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get single role assignment. + /// Gets a role assignment by ID. /// /// - /// Role assignment Id + /// The ID of the role assignment to get. /// /// /// The headers that will be added to request. @@ -159,9 +229,18 @@ public partial interface IRoleAssignmentsOperations /// /// 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> GetByIdWithHttpMessagesAsync(string roleAssignmentId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// OData parameters to apply to the operation. @@ -172,12 +251,21 @@ public partial interface IRoleAssignmentsOperations /// /// 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(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// - /// Scope. + /// The scope of the role assignments. /// /// /// OData parameters to apply to the operation. @@ -188,9 +276,18 @@ public partial interface IRoleAssignmentsOperations /// /// 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>> ListForScopeWithHttpMessagesAsync(string scope, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The NextLink from the previous successful call to List operation. @@ -201,9 +298,18 @@ public partial interface IRoleAssignmentsOperations /// /// 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>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// /// The NextLink from the previous successful call to List operation. @@ -214,9 +320,18 @@ public partial interface IRoleAssignmentsOperations /// /// 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>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -227,9 +342,18 @@ public partial interface IRoleAssignmentsOperations /// /// The cancellation token. /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// /// The NextLink from the previous successful call to List operation. @@ -240,6 +364,15 @@ public partial interface IRoleAssignmentsOperations /// /// 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>> ListForScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/IRoleDefinitionsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/IRoleDefinitionsOperations.cs index 8739883eed5bd..97e8d9161a264 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/IRoleDefinitionsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/IRoleDefinitionsOperations.cs @@ -6,16 +6,18 @@ // Changes may cause incorrect behavior and will be lost if the code is // regenerated. + namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections.Generic; - using System.Net.Http; - using System.Threading; - using System.Threading.Tasks; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Azure.OData; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; /// @@ -24,13 +26,13 @@ namespace Microsoft.Azure.Management.Authorization public partial interface IRoleDefinitionsOperations { /// - /// Deletes the role definition. + /// Deletes a role definition. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition to delete. /// /// /// The headers that will be added to request. @@ -38,15 +40,24 @@ public partial interface IRoleDefinitionsOperations /// /// 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> DeleteWithHttpMessagesAsync(string scope, string roleDefinitionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get role definition by name (GUID). /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition Id + /// The ID of the role definition. /// /// /// The headers that will be added to request. @@ -54,18 +65,27 @@ public partial interface IRoleDefinitionsOperations /// /// 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 scope, string roleDefinitionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates or updates a role definition. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition. /// /// - /// Role definition. + /// The values for the role definition. /// /// /// The headers that will be added to request. @@ -73,12 +93,21 @@ public partial interface IRoleDefinitionsOperations /// /// The cancellation token. /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// Task> CreateOrUpdateWithHttpMessagesAsync(string scope, string roleDefinitionId, RoleDefinition roleDefinition, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get role definition by name (GUID). + /// Gets a role definition by ID. /// /// - /// Fully qualified role definition Id + /// The fully qualified role definition ID to get. /// /// /// The headers that will be added to request. @@ -86,13 +115,21 @@ public partial interface IRoleDefinitionsOperations /// /// 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> GetByIdWithHttpMessagesAsync(string roleDefinitionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get all role definitions that are applicable at scope and above. - /// Use atScopeAndBelow filter to search below the given scope as well /// /// - /// Scope + /// The scope of the role definition. /// /// /// OData parameters to apply to the operation. @@ -103,10 +140,18 @@ public partial interface IRoleDefinitionsOperations /// /// 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 scope, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get all role definitions that are applicable at scope and above. - /// Use atScopeAndBelow filter to search below the given scope as well /// /// /// The NextLink from the previous successful call to List operation. @@ -117,6 +162,15 @@ public partial interface IRoleDefinitionsOperations /// /// The cancellation token. /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministrator.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministrator.cs index b7dd64ce7baf1..c3a2faf14546d 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministrator.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministrator.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Classic Administrators @@ -24,39 +22,53 @@ public partial class ClassicAdministrator /// /// Initializes a new instance of the ClassicAdministrator class. /// - public ClassicAdministrator() { } + public ClassicAdministrator() + { + CustomInit(); + } /// /// Initializes a new instance of the ClassicAdministrator class. /// + /// The ID of the administrator. + /// The name of the administrator. + /// The type of the administrator. + /// Properties for the classic + /// administrator. public ClassicAdministrator(string id = default(string), string name = default(string), string type = default(string), ClassicAdministratorProperties properties = default(ClassicAdministratorProperties)) { Id = id; Name = name; Type = type; Properties = properties; + CustomInit(); } /// - /// Gets or sets the classic administrator id. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ID of the administrator. /// [JsonProperty(PropertyName = "id")] public string Id { get; set; } /// - /// Gets or sets the classic administrator name. + /// Gets or sets the name of the administrator. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the classic administrator type. + /// Gets or sets the type of the administrator. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } /// - /// Gets or sets the classic administrator properties. + /// Gets or sets properties for the classic administrator. /// [JsonProperty(PropertyName = "properties")] public ClassicAdministratorProperties Properties { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministratorProperties.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministratorProperties.cs index de7f7f6c2119c..476d5b4f914c7 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministratorProperties.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ClassicAdministratorProperties.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Classic Administrator properties. @@ -25,26 +23,38 @@ public partial class ClassicAdministratorProperties /// Initializes a new instance of the ClassicAdministratorProperties /// class. /// - public ClassicAdministratorProperties() { } + public ClassicAdministratorProperties() + { + CustomInit(); + } /// /// Initializes a new instance of the ClassicAdministratorProperties /// class. /// + /// The email address of the + /// administrator. + /// The role of the administrator. public ClassicAdministratorProperties(string emailAddress = default(string), string role = default(string)) { EmailAddress = emailAddress; Role = role; + CustomInit(); } /// - /// Gets or sets the email address + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the email address of the administrator. /// [JsonProperty(PropertyName = "emailAddress")] public string EmailAddress { get; set; } /// - /// Gets or sets the role + /// Gets or sets the role of the administrator. /// [JsonProperty(PropertyName = "role")] public string Role { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/Page.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/Page.cs index fe996ff62f61d..da0332a76debc 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/Page.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/Page.cs @@ -8,10 +8,15 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System.Collections.Generic; - using System.Linq; - using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; + using Microsoft.Rest; using Microsoft.Rest.Azure; + using Newtonsoft.Json; /// /// Defines a page in Azure responses. @@ -35,14 +40,14 @@ public class Page : IPage /// A an enumerator that can be used to iterate through the collection. public IEnumerator GetEnumerator() { - return (Items == null) ? Enumerable.Empty().GetEnumerator() : Items.GetEnumerator(); + return Items == null ? Enumerable.Empty().GetEnumerator() : Items.GetEnumerator(); } /// /// Returns an enumerator that iterates through the collection. /// /// A an enumerator that can be used to iterate through the collection. - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() + IEnumerator IEnumerable.GetEnumerator() { return GetEnumerator(); } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/Permission.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/Permission.cs index 098300b21ee67..7df0aa2f0a75c 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/Permission.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/Permission.cs @@ -8,13 +8,13 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role definition permissions. @@ -24,25 +24,36 @@ public partial class Permission /// /// Initializes a new instance of the Permission class. /// - public Permission() { } + public Permission() + { + CustomInit(); + } /// /// Initializes a new instance of the Permission class. /// + /// Allowed actions. + /// Denied actions. public Permission(IList actions = default(IList), IList notActions = default(IList)) { Actions = actions; NotActions = notActions; + CustomInit(); } /// - /// Role definition allowed actions. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets allowed actions. /// [JsonProperty(PropertyName = "actions")] public IList Actions { get; set; } /// - /// Role definition denied actions. + /// Gets or sets denied actions. /// [JsonProperty(PropertyName = "notActions")] public IList NotActions { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperation.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperation.cs index 66a7e7e5aaf8d..6ed2fa0a41ea1 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperation.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperation.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Operation @@ -24,11 +22,19 @@ public partial class ProviderOperation /// /// Initializes a new instance of the ProviderOperation class. /// - public ProviderOperation() { } + public ProviderOperation() + { + CustomInit(); + } /// /// Initializes a new instance of the ProviderOperation class. /// + /// The operation name. + /// The operation display name. + /// The operation description. + /// The operation origin. + /// The operation properties. public ProviderOperation(string name = default(string), string displayName = default(string), string description = default(string), string origin = default(string), object properties = default(object)) { Name = name; @@ -36,34 +42,40 @@ public ProviderOperation() { } Description = description; Origin = origin; Properties = properties; + CustomInit(); } /// - /// Gets or sets the operation name + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the operation name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the operation display name + /// Gets or sets the operation display name. /// [JsonProperty(PropertyName = "displayName")] public string DisplayName { get; set; } /// - /// Gets or sets the operation description + /// Gets or sets the operation description. /// [JsonProperty(PropertyName = "description")] public string Description { get; set; } /// - /// Gets or sets the operation origin + /// Gets or sets the operation origin. /// [JsonProperty(PropertyName = "origin")] public string Origin { get; set; } /// - /// Gets or sets the operation properties + /// Gets or sets the operation properties. /// [JsonProperty(PropertyName = "properties")] public object Properties { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperationsMetadata.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperationsMetadata.cs index ee79554af498d..9f9440c1458bf 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperationsMetadata.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ProviderOperationsMetadata.cs @@ -8,13 +8,13 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; - using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; + using Newtonsoft.Json; /// /// Provider Operations metadata @@ -24,11 +24,20 @@ public partial class ProviderOperationsMetadata /// /// Initializes a new instance of the ProviderOperationsMetadata class. /// - public ProviderOperationsMetadata() { } + public ProviderOperationsMetadata() + { + CustomInit(); + } /// /// Initializes a new instance of the ProviderOperationsMetadata class. /// + /// The provider id. + /// The provider name. + /// The provider type. + /// The provider display name. + /// The provider resource types + /// The provider operations. public ProviderOperationsMetadata(string id = default(string), string name = default(string), string type = default(string), string displayName = default(string), IList resourceTypes = default(IList), IList operations = default(IList)) { Id = id; @@ -37,8 +46,14 @@ public ProviderOperationsMetadata() { } DisplayName = displayName; ResourceTypes = resourceTypes; Operations = operations; + CustomInit(); } + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + /// /// Gets or sets the provider id. /// @@ -46,19 +61,19 @@ public ProviderOperationsMetadata() { } public string Id { get; set; } /// - /// Gets or sets the provider name + /// Gets or sets the provider name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the provider type + /// Gets or sets the provider type. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } /// - /// Gets or sets the provider display name + /// Gets or sets the provider display name. /// [JsonProperty(PropertyName = "displayName")] public string DisplayName { get; set; } @@ -70,7 +85,7 @@ public ProviderOperationsMetadata() { } public IList ResourceTypes { get; set; } /// - /// Gets or sets the provider operations + /// Gets or sets the provider operations. /// [JsonProperty(PropertyName = "operations")] public IList Operations { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ResourceType.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ResourceType.cs index 81deb28ffc192..526cb7fe19ee3 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/ResourceType.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/ResourceType.cs @@ -8,13 +8,13 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Resource Type @@ -24,32 +24,44 @@ public partial class ResourceType /// /// Initializes a new instance of the ResourceType class. /// - public ResourceType() { } + public ResourceType() + { + CustomInit(); + } /// /// Initializes a new instance of the ResourceType class. /// + /// The resource type name. + /// The resource type display name. + /// The resource type operations. public ResourceType(string name = default(string), string displayName = default(string), IList operations = default(IList)) { Name = name; DisplayName = displayName; Operations = operations; + CustomInit(); } /// - /// Gets or sets the resource type name + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the resource type name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets the resource type display name + /// Gets or sets the resource type display name. /// [JsonProperty(PropertyName = "displayName")] public string DisplayName { get; set; } /// - /// Gets or sets the resource type operations + /// Gets or sets the resource type operations. /// [JsonProperty(PropertyName = "operations")] public IList Operations { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignment.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignment.cs index 23d02220821f3..9bb711a98f361 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignment.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignment.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role Assignments @@ -24,33 +22,46 @@ public partial class RoleAssignment /// /// Initializes a new instance of the RoleAssignment class. /// - public RoleAssignment() { } + public RoleAssignment() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleAssignment class. /// + /// The role assignment ID. + /// The role assignment name. + /// The role assignment type. + /// Role assignment properties. public RoleAssignment(string id = default(string), string name = default(string), string type = default(string), RoleAssignmentPropertiesWithScope properties = default(RoleAssignmentPropertiesWithScope)) { Id = id; Name = name; Type = type; Properties = properties; + CustomInit(); } /// - /// Gets or sets role assignment id. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the role assignment ID. /// [JsonProperty(PropertyName = "id")] public string Id { get; set; } /// - /// Gets or sets role assignment name. + /// Gets or sets the role assignment name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets role assignment type. + /// Gets or sets the role assignment type. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentCreateParameters.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentCreateParameters.cs index dcd88aa5faa10..8eb06893c58ac 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentCreateParameters.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentCreateParameters.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role assignment create parameters. @@ -25,17 +23,27 @@ public partial class RoleAssignmentCreateParameters /// Initializes a new instance of the RoleAssignmentCreateParameters /// class. /// - public RoleAssignmentCreateParameters() { } + public RoleAssignmentCreateParameters() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleAssignmentCreateParameters /// class. /// + /// Role assignment properties. public RoleAssignmentCreateParameters(RoleAssignmentProperties properties = default(RoleAssignmentProperties)) { Properties = properties; + CustomInit(); } + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + /// /// Gets or sets role assignment properties. /// diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentFilter.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentFilter.cs index c4786581ecc6b..2e08524832b1f 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentFilter.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentFilter.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role Assignments filter @@ -24,18 +22,29 @@ public partial class RoleAssignmentFilter /// /// Initializes a new instance of the RoleAssignmentFilter class. /// - public RoleAssignmentFilter() { } + public RoleAssignmentFilter() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleAssignmentFilter class. /// + /// Returns role assignment of the specific + /// principal. public RoleAssignmentFilter(string principalId = default(string)) { PrincipalId = principalId; + CustomInit(); } /// - /// Returns role assignment of the specific principal. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets returns role assignment of the specific principal. /// [JsonProperty(PropertyName = "principalId")] public string PrincipalId { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentProperties.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentProperties.cs index 70449894a48b4..bd20bd739a98a 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentProperties.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentProperties.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role assignment properties. @@ -24,25 +22,41 @@ public partial class RoleAssignmentProperties /// /// Initializes a new instance of the RoleAssignmentProperties class. /// - public RoleAssignmentProperties() { } + public RoleAssignmentProperties() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleAssignmentProperties class. /// + /// The role definition ID used in the + /// role assignment. + /// The principal ID assigned to the role. + /// This maps to the ID inside the Active Directory. It can point to a + /// user, service principal, or security group. public RoleAssignmentProperties(string roleDefinitionId = default(string), string principalId = default(string)) { RoleDefinitionId = roleDefinitionId; PrincipalId = principalId; + CustomInit(); } /// - /// Gets or sets role definition id. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the role definition ID used in the role assignment. /// [JsonProperty(PropertyName = "roleDefinitionId")] public string RoleDefinitionId { get; set; } /// - /// Gets or sets principal Id. + /// Gets or sets the principal ID assigned to the role. This maps to + /// the ID inside the Active Directory. It can point to a user, service + /// principal, or security group. /// [JsonProperty(PropertyName = "principalId")] public string PrincipalId { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentPropertiesWithScope.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentPropertiesWithScope.cs index 13ee469bdc787..15a64de097afb 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentPropertiesWithScope.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleAssignmentPropertiesWithScope.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role assignment properties with scope. @@ -22,36 +20,48 @@ namespace Microsoft.Azure.Management.Authorization.Models public partial class RoleAssignmentPropertiesWithScope { /// - /// Initializes a new instance of the - /// RoleAssignmentPropertiesWithScope class. + /// Initializes a new instance of the RoleAssignmentPropertiesWithScope + /// class. /// - public RoleAssignmentPropertiesWithScope() { } + public RoleAssignmentPropertiesWithScope() + { + CustomInit(); + } /// - /// Initializes a new instance of the - /// RoleAssignmentPropertiesWithScope class. + /// Initializes a new instance of the RoleAssignmentPropertiesWithScope + /// class. /// + /// The role assignment scope. + /// The role definition ID. + /// The principal ID. public RoleAssignmentPropertiesWithScope(string scope = default(string), string roleDefinitionId = default(string), string principalId = default(string)) { Scope = scope; RoleDefinitionId = roleDefinitionId; PrincipalId = principalId; + CustomInit(); } /// - /// Gets or sets role assignment scope. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the role assignment scope. /// [JsonProperty(PropertyName = "scope")] public string Scope { get; set; } /// - /// Gets or sets role definition id. + /// Gets or sets the role definition ID. /// [JsonProperty(PropertyName = "roleDefinitionId")] public string RoleDefinitionId { get; set; } /// - /// Gets or sets principal Id. + /// Gets or sets the principal ID. /// [JsonProperty(PropertyName = "principalId")] public string PrincipalId { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinition.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinition.cs index e01c03ab4b0a2..070f84bf74b95 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinition.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinition.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role definition. @@ -24,33 +22,46 @@ public partial class RoleDefinition /// /// Initializes a new instance of the RoleDefinition class. /// - public RoleDefinition() { } + public RoleDefinition() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleDefinition class. /// + /// The role definition ID. + /// The role definition name. + /// The role definition type. + /// Role definition properties. public RoleDefinition(string id = default(string), string name = default(string), string type = default(string), RoleDefinitionProperties properties = default(RoleDefinitionProperties)) { Id = id; Name = name; Type = type; Properties = properties; + CustomInit(); } /// - /// Gets or sets role definition id. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the role definition ID. /// [JsonProperty(PropertyName = "id")] public string Id { get; set; } /// - /// Gets or sets role definition name. + /// Gets or sets the role definition name. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets role definition type. + /// Gets or sets the role definition type. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionFilter.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionFilter.cs index e5404ca2e6482..81b9036e43a58 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionFilter.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionFilter.cs @@ -8,13 +8,11 @@ namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role Definitions filter @@ -24,18 +22,29 @@ public partial class RoleDefinitionFilter /// /// Initializes a new instance of the RoleDefinitionFilter class. /// - public RoleDefinitionFilter() { } + public RoleDefinitionFilter() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleDefinitionFilter class. /// + /// Returns role definition with the specific + /// name. public RoleDefinitionFilter(string roleName = default(string)) { RoleName = roleName; + CustomInit(); } /// - /// Returns role definition with the specific name. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets returns role definition with the specific name. /// [JsonProperty(PropertyName = "roleName")] public string RoleName { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionProperties.cs b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionProperties.cs index b0ca18b2b90bf..f5d6dd150e2ac 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionProperties.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/Models/RoleDefinitionProperties.cs @@ -6,15 +6,16 @@ // Changes may cause incorrect behavior and will be lost if the code is // regenerated. + namespace Microsoft.Azure.Management.Authorization.Models { - using System; - using System.Linq; - using System.Collections.Generic; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.Authorization; using Newtonsoft.Json; - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Microsoft.Rest.Azure; /// /// Role definition properties. @@ -24,11 +25,20 @@ public partial class RoleDefinitionProperties /// /// Initializes a new instance of the RoleDefinitionProperties class. /// - public RoleDefinitionProperties() { } + public RoleDefinitionProperties() + { + CustomInit(); + } /// /// Initializes a new instance of the RoleDefinitionProperties class. /// + /// The role name. + /// The role definition description. + /// The role type. + /// Role definition permissions. + /// Role definition assignable + /// scopes. public RoleDefinitionProperties(string roleName = default(string), string description = default(string), string type = default(string), IList permissions = default(IList), IList assignableScopes = default(IList)) { RoleName = roleName; @@ -36,22 +46,28 @@ public RoleDefinitionProperties() { } Type = type; Permissions = permissions; AssignableScopes = assignableScopes; + CustomInit(); } /// - /// Gets or sets role name. + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the role name. /// [JsonProperty(PropertyName = "roleName")] public string RoleName { get; set; } /// - /// Gets or sets role definition description. + /// Gets or sets the role definition description. /// [JsonProperty(PropertyName = "description")] public string Description { get; set; } /// - /// Gets or sets role type. + /// Gets or sets the role type. /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperations.cs index 4659de6b99a2a..5fa4fe5592063 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperations.cs @@ -8,26 +8,26 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Linq; - using System.Collections.Generic; - using System.Net; - using System.Net.Http; - using System.Net.Http.Headers; - using System.Text; - using System.Text.RegularExpressions; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; using Microsoft.Rest.Azure; - using Models; + using Microsoft.Rest.Serialization; + using Models; + using Newtonsoft.Json; - /// - /// PermissionsOperations operations. - /// - internal partial class PermissionsOperations : IServiceOperations, IPermissionsOperations + /// + /// PermissionsOperations operations. + /// + internal partial class PermissionsOperations : IServiceOperations, IPermissionsOperations { /// /// Initializes a new instance of the PermissionsOperations class. @@ -37,11 +37,11 @@ internal partial class PermissionsOperations : IServiceOperations internal PermissionsOperations(AuthorizationManagementClient client) { - if (client == null) + if (client == null) { throw new ArgumentNullException("client"); } - this.Client = client; + this.Client = client; } /// @@ -50,10 +50,10 @@ internal PermissionsOperations(AuthorizationManagementClient client) public AuthorizationManagementClient Client { get; private set; } /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// - /// Name of the resource group to get the permissions for.The name is case + /// The name of the resource group to get the permissions for. The name is case /// insensitive. /// /// @@ -62,6 +62,21 @@ internal PermissionsOperations(AuthorizationManagementClient client) /// /// 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>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) @@ -99,10 +114,10 @@ internal PermissionsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -118,8 +133,8 @@ internal PermissionsOperations(AuthorizationManagementClient client) _httpRequest.Headers.Remove("accept-language"); } _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); - } - if (customHeaders != null) + } + if (customHeaders != null) { foreach(var _header in customHeaders) { @@ -221,22 +236,22 @@ internal PermissionsOperations(AuthorizationManagementClient client) } /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// - /// The name of the resource group. The name is case insensitive. + /// The name of the resource group containing the resource. The name is case insensitive. /// /// - /// Resource + /// The namespace of the resource provider. /// /// - /// Resource + /// The parent resource identity. /// /// - /// Resource + /// The resource type of the resource. /// /// - /// Resource + /// The name of the resource to get the permissions for. /// /// /// Headers that will be added to request. @@ -244,6 +259,18 @@ internal PermissionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) @@ -305,10 +332,10 @@ internal PermissionsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -427,7 +454,7 @@ internal PermissionsOperations(AuthorizationManagementClient client) } /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// /// The NextLink from the previous successful call to List operation. @@ -438,6 +465,18 @@ internal PermissionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -461,10 +500,10 @@ internal PermissionsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -583,7 +622,7 @@ internal PermissionsOperations(AuthorizationManagementClient client) } /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// /// The NextLink from the previous successful call to List operation. @@ -594,6 +633,18 @@ internal PermissionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -617,10 +668,10 @@ internal PermissionsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperationsExtensions.cs b/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperationsExtensions.cs index a2b4b8785e073..1642d0ecc931d 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperationsExtensions.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/PermissionsOperationsExtensions.cs @@ -6,48 +6,52 @@ // Changes may cause incorrect behavior and will be lost if the code is // regenerated. + namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; + + /// + /// Extension methods for PermissionsOperations. + /// public static partial class PermissionsOperationsExtensions { /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// /// The operations group for this extension method. /// /// - /// Name of the resource group to get the permissions for.The name is case + /// The name of the resource group to get the permissions for. The name is case /// insensitive. /// public static IPage ListForResourceGroup(this IPermissionsOperations operations, string resourceGroupName) { - return Task.Factory.StartNew(s => ((IPermissionsOperations)s).ListForResourceGroupAsync(resourceGroupName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult(); } /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// /// The operations group for this extension method. /// /// - /// Name of the resource group to get the permissions for.The name is case + /// The name of the resource group to get the permissions for. The name is case /// insensitive. /// /// /// The cancellation token. /// - public static async Task> ListForResourceGroupAsync( this IPermissionsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceGroupAsync(this IPermissionsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceGroupWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) { @@ -56,56 +60,56 @@ public static IPage ListForResourceGroup(this IPermissionsOperations } /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. The name is case insensitive. + /// The name of the resource group containing the resource. The name is case insensitive. /// /// - /// Resource + /// The namespace of the resource provider. /// /// - /// Resource + /// The parent resource identity. /// /// - /// Resource + /// The resource type of the resource. /// /// - /// Resource + /// The name of the resource to get the permissions for. /// public static IPage ListForResource(this IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName) { - return Task.Factory.StartNew(s => ((IPermissionsOperations)s).ListForResourceAsync(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForResourceAsync(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName).GetAwaiter().GetResult(); } /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. The name is case insensitive. + /// The name of the resource group containing the resource. The name is case insensitive. /// /// - /// Resource + /// The namespace of the resource provider. /// /// - /// Resource + /// The parent resource identity. /// /// - /// Resource + /// The resource type of the resource. /// /// - /// Resource + /// The name of the resource to get the permissions for. /// /// /// The cancellation token. /// - public static async Task> ListForResourceAsync( this IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceAsync(this IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceWithHttpMessagesAsync(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, null, cancellationToken).ConfigureAwait(false)) { @@ -114,7 +118,7 @@ public static IPage ListForResource(this IPermissionsOperations oper } /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// /// The operations group for this extension method. @@ -124,11 +128,11 @@ public static IPage ListForResource(this IPermissionsOperations oper /// public static IPage ListForResourceGroupNext(this IPermissionsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IPermissionsOperations)s).ListForResourceGroupNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets a resource group permissions. + /// Gets all permissions the caller has for a resource group. /// /// /// The operations group for this extension method. @@ -139,7 +143,7 @@ public static IPage ListForResourceGroupNext(this IPermissionsOperat /// /// The cancellation token. /// - public static async Task> ListForResourceGroupNextAsync( this IPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceGroupNextAsync(this IPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { @@ -148,7 +152,7 @@ public static IPage ListForResourceGroupNext(this IPermissionsOperat } /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// /// The operations group for this extension method. @@ -158,11 +162,11 @@ public static IPage ListForResourceGroupNext(this IPermissionsOperat /// public static IPage ListForResourceNext(this IPermissionsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IPermissionsOperations)s).ListForResourceNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForResourceNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets a resource permissions. + /// Gets all permissions the caller has for a resource. /// /// /// The operations group for this extension method. @@ -173,7 +177,7 @@ public static IPage ListForResourceNext(this IPermissionsOperations /// /// The cancellation token. /// - public static async Task> ListForResourceNextAsync( this IPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceNextAsync(this IPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperations.cs index af6729812775f..4d15f50c269f0 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperations.cs @@ -8,26 +8,26 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Linq; - using System.Collections.Generic; - using System.Net; - using System.Net.Http; - using System.Net.Http.Headers; - using System.Text; - using System.Text.RegularExpressions; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; using Microsoft.Rest.Azure; - using Models; + using Microsoft.Rest.Serialization; + using Models; + using Newtonsoft.Json; - /// - /// ProviderOperationsMetadataOperations operations. - /// - internal partial class ProviderOperationsMetadataOperations : IServiceOperations, IProviderOperationsMetadataOperations + /// + /// ProviderOperationsMetadataOperations operations. + /// + internal partial class ProviderOperationsMetadataOperations : IServiceOperations, IProviderOperationsMetadataOperations { /// /// Initializes a new instance of the ProviderOperationsMetadataOperations class. @@ -37,11 +37,11 @@ internal partial class ProviderOperationsMetadataOperations : IServiceOperations /// internal ProviderOperationsMetadataOperations(AuthorizationManagementClient client) { - if (client == null) + if (client == null) { throw new ArgumentNullException("client"); } - this.Client = client; + this.Client = client; } /// @@ -50,14 +50,16 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie public AuthorizationManagementClient Client { get; private set; } /// - /// Gets provider operations metadata + /// Gets provider operations metadata for the specified resource provider. /// /// - /// Namespace of the resource provider. + /// The namespace of the resource provider. /// /// + /// The API version to use for the operation. /// /// + /// Specifies whether to expand the values. /// /// /// Headers that will be added to request. @@ -65,6 +67,18 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> GetWithHttpMessagesAsync(string resourceProviderNamespace, string apiVersion, string expand = "resourceTypes", Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceProviderNamespace == null) @@ -75,12 +89,12 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie { throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -96,8 +110,8 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}").ToString(); _url = _url.Replace("{resourceProviderNamespace}", Uri.EscapeDataString(resourceProviderNamespace)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (apiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(apiVersion))); @@ -108,10 +122,10 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -230,11 +244,13 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie } /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// + /// The API version to use for this operation. /// /// + /// Specifies whether to expand the values. /// /// /// Headers that will be added to request. @@ -242,18 +258,30 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListWithHttpMessagesAsync(string apiVersion, string expand = "resourceTypes", Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (apiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -267,8 +295,8 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie // Construct URL var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Authorization/providerOperations").ToString(); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (apiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(apiVersion))); @@ -279,10 +307,10 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -401,7 +429,7 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie } /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// /// The NextLink from the previous successful call to List operation. @@ -412,6 +440,18 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -435,10 +475,10 @@ internal ProviderOperationsMetadataOperations(AuthorizationManagementClient clie List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperationsExtensions.cs b/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperationsExtensions.cs index 47f47866c0ccf..7f5b95f6b924f 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperationsExtensions.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/ProviderOperationsMetadataOperationsExtensions.cs @@ -8,52 +8,58 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; + /// + /// Extension methods for ProviderOperationsMetadataOperations. + /// public static partial class ProviderOperationsMetadataOperationsExtensions { /// - /// Gets provider operations metadata + /// Gets provider operations metadata for the specified resource provider. /// /// /// The operations group for this extension method. /// /// - /// Namespace of the resource provider. + /// The namespace of the resource provider. /// /// + /// The API version to use for the operation. /// /// + /// Specifies whether to expand the values. /// public static ProviderOperationsMetadata Get(this IProviderOperationsMetadataOperations operations, string resourceProviderNamespace, string apiVersion, string expand = "resourceTypes") { - return Task.Factory.StartNew(s => ((IProviderOperationsMetadataOperations)s).GetAsync(resourceProviderNamespace, apiVersion, expand), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.GetAsync(resourceProviderNamespace, apiVersion, expand).GetAwaiter().GetResult(); } /// - /// Gets provider operations metadata + /// Gets provider operations metadata for the specified resource provider. /// /// /// The operations group for this extension method. /// /// - /// Namespace of the resource provider. + /// The namespace of the resource provider. /// /// + /// The API version to use for the operation. /// /// + /// Specifies whether to expand the values. /// /// /// The cancellation token. /// - public static async Task GetAsync( this IProviderOperationsMetadataOperations operations, string resourceProviderNamespace, string apiVersion, string expand = "resourceTypes", CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IProviderOperationsMetadataOperations operations, string resourceProviderNamespace, string apiVersion, string expand = "resourceTypes", CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetWithHttpMessagesAsync(resourceProviderNamespace, apiVersion, expand, null, cancellationToken).ConfigureAwait(false)) { @@ -62,34 +68,38 @@ public static ProviderOperationsMetadata Get(this IProviderOperationsMetadataOpe } /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// /// The operations group for this extension method. /// /// + /// The API version to use for this operation. /// /// + /// Specifies whether to expand the values. /// public static IPage List(this IProviderOperationsMetadataOperations operations, string apiVersion, string expand = "resourceTypes") { - return Task.Factory.StartNew(s => ((IProviderOperationsMetadataOperations)s).ListAsync(apiVersion, expand), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListAsync(apiVersion, expand).GetAwaiter().GetResult(); } /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// /// The operations group for this extension method. /// /// + /// The API version to use for this operation. /// /// + /// Specifies whether to expand the values. /// /// /// The cancellation token. /// - public static async Task> ListAsync( this IProviderOperationsMetadataOperations operations, string apiVersion, string expand = "resourceTypes", CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IProviderOperationsMetadataOperations operations, string apiVersion, string expand = "resourceTypes", CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(apiVersion, expand, null, cancellationToken).ConfigureAwait(false)) { @@ -98,7 +108,7 @@ public static IPage List(this IProviderOperationsMet } /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// /// The operations group for this extension method. @@ -108,11 +118,11 @@ public static IPage List(this IProviderOperationsMet /// public static IPage ListNext(this IProviderOperationsMetadataOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IProviderOperationsMetadataOperations)s).ListNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets provider operations metadata list + /// Gets provider operations metadata for all resource providers. /// /// /// The operations group for this extension method. @@ -123,7 +133,7 @@ public static IPage ListNext(this IProviderOperation /// /// The cancellation token. /// - public static async Task> ListNextAsync( this IProviderOperationsMetadataOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IProviderOperationsMetadataOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperations.cs index 8c7fe09b2240e..81d432b38ef44 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperations.cs @@ -8,27 +8,29 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Linq; - using System.Collections.Generic; - using System.Net; - using System.Net.Http; - using System.Net.Http.Headers; - using System.Text; - using System.Text.RegularExpressions; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Net.Http.Headers; + using System.Text; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using Microsoft.Rest.Azure.OData; using Microsoft.Rest.Azure; - using Models; + using Microsoft.Rest.Azure.OData; + using Microsoft.Rest.Serialization; + using Models; + using Newtonsoft.Json; - /// - /// RoleAssignmentsOperations operations. - /// - internal partial class RoleAssignmentsOperations : IServiceOperations, IRoleAssignmentsOperations + /// + /// RoleAssignmentsOperations operations. + /// + internal partial class RoleAssignmentsOperations : IServiceOperations, IRoleAssignmentsOperations { /// /// Initializes a new instance of the RoleAssignmentsOperations class. @@ -38,11 +40,11 @@ internal partial class RoleAssignmentsOperations : IServiceOperations internal RoleAssignmentsOperations(AuthorizationManagementClient client) { - if (client == null) + if (client == null) { throw new ArgumentNullException("client"); } - this.Client = client; + this.Client = client; } /// @@ -51,22 +53,22 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) public AuthorizationManagementClient Client { get; private set; } /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The name of the resource group. /// /// - /// Resource identity. + /// The namespace of the resource provider. /// /// - /// Resource identity. + /// The parent resource identity. /// /// - /// Resource identity. + /// The resource type of the resource. /// /// - /// Resource identity. + /// The name of the resource to get role assignments for. /// /// /// OData parameters to apply to the operation. @@ -77,6 +79,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) @@ -136,21 +150,21 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) if (odataQuery != null) { var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) + if (!string.IsNullOrEmpty(_odataFilter)) { _queryParameters.Add(_odataFilter); } } - if (this.Client.ApiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -269,10 +283,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// - /// Resource group name. + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. @@ -283,6 +297,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) @@ -318,7 +344,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) if (odataQuery != null) { var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) + if (!string.IsNullOrEmpty(_odataFilter)) { _queryParameters.Add(_odataFilter); } @@ -329,10 +355,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -451,13 +477,13 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// - /// Scope. + /// The scope of the role assignment to delete. /// /// - /// Role assignment name. + /// The name of the role assignment to delete. /// /// /// Headers that will be added to request. @@ -465,6 +491,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> DeleteWithHttpMessagesAsync(string scope, string roleAssignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -479,12 +517,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -500,23 +538,23 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}").ToString(); _url = _url.Replace("{scope}", scope); _url = _url.Replace("{roleAssignmentName}", Uri.EscapeDataString(roleAssignmentName)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (this.Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new Uri(_url); // Set Headers - if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", Guid.NewGuid().ToString()); } @@ -630,16 +668,22 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Create role assignment. + /// Creates a role assignment. /// /// - /// Scope. + /// The scope of the role assignment to create. The scope can be any REST + /// resource instance. For example, use '/subscriptions/{subscription-id}/' for + /// a subscription, + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for + /// a resource group, and + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}' + /// for a resource. /// /// - /// Role assignment name. + /// The name of the role assignment to create. It can be any valid GUID. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// /// /// Headers that will be added to request. @@ -647,6 +691,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> CreateWithHttpMessagesAsync(string scope, string roleAssignmentName, RoleAssignmentProperties properties = default(RoleAssignmentProperties), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -657,18 +713,17 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "roleAssignmentName"); } - if (this.Client.ApiVersion == null) + if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - RoleAssignmentCreateParameters parameters = null; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + RoleAssignmentCreateParameters parameters = new RoleAssignmentCreateParameters(); if (properties != null) { - parameters = new RoleAssignmentCreateParameters(); parameters.Properties = properties; } // Tracing @@ -689,18 +744,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}").ToString(); _url = _url.Replace("{scope}", scope); _url = _url.Replace("{roleAssignmentName}", Uri.EscapeDataString(roleAssignmentName)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (this.Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new Uri(_url); @@ -731,9 +786,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) // Serialize Request string _requestContent = null; - _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); - _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + if(parameters != null) + { + _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -822,13 +880,13 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Get single role assignment. + /// Get the specified role assignment. /// /// - /// Scope. + /// The scope of the role assignment. /// /// - /// Role assignment name. + /// The name of the role assignment to get. /// /// /// Headers that will be added to request. @@ -836,6 +894,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> GetWithHttpMessagesAsync(string scope, string roleAssignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -850,12 +920,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -871,7 +941,6 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}").ToString(); _url = _url.Replace("{scope}", scope); _url = _url.Replace("{roleAssignmentName}", Uri.EscapeDataString(roleAssignmentName)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -879,10 +948,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -1001,10 +1070,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// - /// Role assignment Id + /// The ID of the role assignment to delete. /// /// /// Headers that will be added to request. @@ -1012,6 +1081,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> DeleteByIdWithHttpMessagesAsync(string roleAssignmentId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (roleAssignmentId == null) @@ -1022,12 +1103,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -1041,7 +1122,6 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{roleAssignmentId}").ToString(); _url = _url.Replace("{roleAssignmentId}", roleAssignmentId); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -1049,10 +1129,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new Uri(_url); @@ -1171,13 +1251,13 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Create role assignment by Id. + /// Creates a role assignment by ID. /// /// - /// Role assignment Id + /// The ID of the role assignment to create. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// /// /// Headers that will be added to request. @@ -1185,24 +1265,35 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> CreateByIdWithHttpMessagesAsync(string roleAssignmentId, RoleAssignmentProperties properties = default(RoleAssignmentProperties), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (roleAssignmentId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "roleAssignmentId"); } - if (this.Client.ApiVersion == null) + if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - RoleAssignmentCreateParameters parameters = null; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + RoleAssignmentCreateParameters parameters = new RoleAssignmentCreateParameters(); if (properties != null) { - parameters = new RoleAssignmentCreateParameters(); parameters.Properties = properties; } // Tracing @@ -1221,18 +1312,17 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{roleAssignmentId}").ToString(); _url = _url.Replace("{roleAssignmentId}", roleAssignmentId); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); List _queryParameters = new List(); - if (this.Client.ApiVersion != null) + if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new Uri(_url); @@ -1263,9 +1353,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) // Serialize Request string _requestContent = null; - _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); - _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + if(parameters != null) + { + _requestContent = SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -1354,10 +1447,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Get single role assignment. + /// Gets a role assignment by ID. /// /// - /// Role assignment Id + /// The ID of the role assignment to get. /// /// /// Headers that will be added to request. @@ -1365,6 +1458,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> GetByIdWithHttpMessagesAsync(string roleAssignmentId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (roleAssignmentId == null) @@ -1375,12 +1480,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -1394,7 +1499,6 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{roleAssignmentId}").ToString(); _url = _url.Replace("{roleAssignmentId}", roleAssignmentId); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -1402,10 +1506,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -1524,7 +1628,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// OData parameters to apply to the operation. @@ -1535,6 +1639,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (this.Client.ApiVersion == null) @@ -1564,7 +1680,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) if (odataQuery != null) { var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) + if (!string.IsNullOrEmpty(_odataFilter)) { _queryParameters.Add(_odataFilter); } @@ -1575,10 +1691,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -1697,10 +1813,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// - /// Scope. + /// The scope of the role assignments. /// /// /// OData parameters to apply to the operation. @@ -1711,6 +1827,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForScopeWithHttpMessagesAsync(string scope, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -1721,12 +1849,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -1741,12 +1869,12 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleAssignments").ToString(); _url = _url.Replace("{scope}", scope); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (odataQuery != null) { var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) + if (!string.IsNullOrEmpty(_odataFilter)) { _queryParameters.Add(_odataFilter); } @@ -1757,10 +1885,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -1879,7 +2007,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The NextLink from the previous successful call to List operation. @@ -1890,6 +2018,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -1913,10 +2053,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -2035,7 +2175,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// /// The NextLink from the previous successful call to List operation. @@ -2046,6 +2186,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -2069,10 +2221,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -2191,7 +2343,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -2202,6 +2354,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -2225,10 +2389,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -2347,7 +2511,7 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) } /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// /// The NextLink from the previous successful call to List operation. @@ -2358,6 +2522,18 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListForScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -2381,10 +2557,10 @@ internal RoleAssignmentsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperationsExtensions.cs b/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperationsExtensions.cs index 16bbd9c5a2519..a7ea5df91b88c 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperationsExtensions.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/RoleAssignmentsOperationsExtensions.cs @@ -8,20 +8,22 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Azure.OData; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; + /// + /// Extension methods for RoleAssignmentsOperations. + /// public static partial class RoleAssignmentsOperationsExtensions { /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The operations group for this extension method. @@ -30,27 +32,27 @@ public static partial class RoleAssignmentsOperationsExtensions /// The name of the resource group. /// /// - /// Resource identity. + /// The namespace of the resource provider. /// /// - /// Resource identity. + /// The parent resource identity. /// /// - /// Resource identity. + /// The resource type of the resource. /// /// - /// Resource identity. + /// The name of the resource to get role assignments for. /// /// /// OData parameters to apply to the operation. /// public static IPage ListForResource(this IRoleAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery odataQuery = default(ODataQuery)) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListForResourceAsync(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, odataQuery), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return ((IRoleAssignmentsOperations)operations).ListForResourceAsync(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, odataQuery).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The operations group for this extension method. @@ -59,16 +61,16 @@ public static partial class RoleAssignmentsOperationsExtensions /// The name of the resource group. /// /// - /// Resource identity. + /// The namespace of the resource provider. /// /// - /// Resource identity. + /// The parent resource identity. /// /// - /// Resource identity. + /// The resource type of the resource. /// /// - /// Resource identity. + /// The name of the resource to get role assignments for. /// /// /// OData parameters to apply to the operation. @@ -76,7 +78,7 @@ public static partial class RoleAssignmentsOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListForResourceAsync( this IRoleAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceAsync(this IRoleAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceWithHttpMessagesAsync(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, odataQuery, null, cancellationToken).ConfigureAwait(false)) { @@ -85,30 +87,30 @@ public static partial class RoleAssignmentsOperationsExtensions } /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// /// The operations group for this extension method. /// /// - /// Resource group name. + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. /// public static IPage ListForResourceGroup(this IRoleAssignmentsOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery)) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListForResourceGroupAsync(resourceGroupName, odataQuery), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return ((IRoleAssignmentsOperations)operations).ListForResourceGroupAsync(resourceGroupName, odataQuery).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// /// The operations group for this extension method. /// /// - /// Resource group name. + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. @@ -116,7 +118,7 @@ public static partial class RoleAssignmentsOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListForResourceGroupAsync( this IRoleAssignmentsOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceGroupAsync(this IRoleAssignmentsOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceGroupWithHttpMessagesAsync(resourceGroupName, odataQuery, null, cancellationToken).ConfigureAwait(false)) { @@ -125,38 +127,38 @@ public static partial class RoleAssignmentsOperationsExtensions } /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignment to delete. /// /// - /// Role assignment name. + /// The name of the role assignment to delete. /// public static RoleAssignment Delete(this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).DeleteAsync(scope, roleAssignmentName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.DeleteAsync(scope, roleAssignmentName).GetAwaiter().GetResult(); } /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignment to delete. /// /// - /// Role assignment name. + /// The name of the role assignment to delete. /// /// /// The cancellation token. /// - public static async Task DeleteAsync( this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.DeleteWithHttpMessagesAsync(scope, roleAssignmentName, null, cancellationToken).ConfigureAwait(false)) { @@ -165,44 +167,56 @@ public static RoleAssignment Delete(this IRoleAssignmentsOperations operations, } /// - /// Create role assignment. + /// Creates a role assignment. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignment to create. The scope can be any REST + /// resource instance. For example, use '/subscriptions/{subscription-id}/' for + /// a subscription, + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for + /// a resource group, and + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}' + /// for a resource. /// /// - /// Role assignment name. + /// The name of the role assignment to create. It can be any valid GUID. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// public static RoleAssignment Create(this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, RoleAssignmentProperties properties = default(RoleAssignmentProperties)) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).CreateAsync(scope, roleAssignmentName, properties), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.CreateAsync(scope, roleAssignmentName, properties).GetAwaiter().GetResult(); } /// - /// Create role assignment. + /// Creates a role assignment. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignment to create. The scope can be any REST + /// resource instance. For example, use '/subscriptions/{subscription-id}/' for + /// a subscription, + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for + /// a resource group, and + /// '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}' + /// for a resource. /// /// - /// Role assignment name. + /// The name of the role assignment to create. It can be any valid GUID. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// /// /// The cancellation token. /// - public static async Task CreateAsync( this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, RoleAssignmentProperties properties = default(RoleAssignmentProperties), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateAsync(this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, RoleAssignmentProperties properties = default(RoleAssignmentProperties), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateWithHttpMessagesAsync(scope, roleAssignmentName, properties, null, cancellationToken).ConfigureAwait(false)) { @@ -211,33 +225,33 @@ public static RoleAssignment Delete(this IRoleAssignmentsOperations operations, } /// - /// Get single role assignment. + /// Get the specified role assignment. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignment. /// /// - /// Role assignment name. + /// The name of the role assignment to get. /// public static RoleAssignment Get(this IRoleAssignmentsOperations operations, string scope, string roleAssignmentName) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).GetAsync(scope, roleAssignmentName), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.GetAsync(scope, roleAssignmentName).GetAwaiter().GetResult(); } /// - /// Get single role assignment. + /// Get the specified role assignment. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignment. /// /// - /// Role assignment name. + /// The name of the role assignment to get. /// /// /// The cancellation token. @@ -251,27 +265,27 @@ public static RoleAssignment Get(this IRoleAssignmentsOperations operations, str } /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// /// The operations group for this extension method. /// /// - /// Role assignment Id + /// The ID of the role assignment to delete. /// public static RoleAssignment DeleteById(this IRoleAssignmentsOperations operations, string roleAssignmentId) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).DeleteByIdAsync(roleAssignmentId), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.DeleteByIdAsync(roleAssignmentId).GetAwaiter().GetResult(); } /// - /// Delete role assignment. + /// Deletes a role assignment. /// /// /// The operations group for this extension method. /// /// - /// Role assignment Id + /// The ID of the role assignment to delete. /// /// /// The cancellation token. @@ -285,38 +299,38 @@ public static RoleAssignment DeleteById(this IRoleAssignmentsOperations operatio } /// - /// Create role assignment by Id. + /// Creates a role assignment by ID. /// /// /// The operations group for this extension method. /// /// - /// Role assignment Id + /// The ID of the role assignment to create. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// public static RoleAssignment CreateById(this IRoleAssignmentsOperations operations, string roleAssignmentId, RoleAssignmentProperties properties = default(RoleAssignmentProperties)) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).CreateByIdAsync(roleAssignmentId, properties), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.CreateByIdAsync(roleAssignmentId, properties).GetAwaiter().GetResult(); } /// - /// Create role assignment by Id. + /// Creates a role assignment by ID. /// /// /// The operations group for this extension method. /// /// - /// Role assignment Id + /// The ID of the role assignment to create. /// /// - /// Gets or sets role assignment properties. + /// Role assignment properties. /// /// /// The cancellation token. /// - public static async Task CreateByIdAsync( this IRoleAssignmentsOperations operations, string roleAssignmentId, RoleAssignmentProperties properties = default(RoleAssignmentProperties), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateByIdAsync(this IRoleAssignmentsOperations operations, string roleAssignmentId, RoleAssignmentProperties properties = default(RoleAssignmentProperties), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateByIdWithHttpMessagesAsync(roleAssignmentId, properties, null, cancellationToken).ConfigureAwait(false)) { @@ -325,27 +339,27 @@ public static RoleAssignment DeleteById(this IRoleAssignmentsOperations operatio } /// - /// Get single role assignment. + /// Gets a role assignment by ID. /// /// /// The operations group for this extension method. /// /// - /// Role assignment Id + /// The ID of the role assignment to get. /// public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, string roleAssignmentId) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).GetByIdAsync(roleAssignmentId), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.GetByIdAsync(roleAssignmentId).GetAwaiter().GetResult(); } /// - /// Get single role assignment. + /// Gets a role assignment by ID. /// /// /// The operations group for this extension method. /// /// - /// Role assignment Id + /// The ID of the role assignment to get. /// /// /// The cancellation token. @@ -359,7 +373,7 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, } /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// The operations group for this extension method. @@ -369,11 +383,11 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, /// public static IPage List(this IRoleAssignmentsOperations operations, ODataQuery odataQuery = default(ODataQuery)) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListAsync(odataQuery), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return ((IRoleAssignmentsOperations)operations).ListAsync(odataQuery).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// The operations group for this extension method. @@ -384,7 +398,7 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, /// /// The cancellation token. /// - public static async Task> ListAsync( this IRoleAssignmentsOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IRoleAssignmentsOperations operations, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, null, cancellationToken).ConfigureAwait(false)) { @@ -393,30 +407,30 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, } /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignments. /// /// /// OData parameters to apply to the operation. /// public static IPage ListForScope(this IRoleAssignmentsOperations operations, string scope, ODataQuery odataQuery = default(ODataQuery)) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListForScopeAsync(scope, odataQuery), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForScopeAsync(scope, odataQuery).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// /// The operations group for this extension method. /// /// - /// Scope. + /// The scope of the role assignments. /// /// /// OData parameters to apply to the operation. @@ -424,7 +438,7 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, /// /// The cancellation token. /// - public static async Task> ListForScopeAsync( this IRoleAssignmentsOperations operations, string scope, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForScopeAsync(this IRoleAssignmentsOperations operations, string scope, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForScopeWithHttpMessagesAsync(scope, odataQuery, null, cancellationToken).ConfigureAwait(false)) { @@ -433,7 +447,7 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, } /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The operations group for this extension method. @@ -443,11 +457,11 @@ public static RoleAssignment GetById(this IRoleAssignmentsOperations operations, /// public static IPage ListForResourceNext(this IRoleAssignmentsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListForResourceNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForResourceNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the resource. + /// Gets role assignments for a resource. /// /// /// The operations group for this extension method. @@ -458,7 +472,7 @@ public static IPage ListForResourceNext(this IRoleAssignmentsOpe /// /// The cancellation token. /// - public static async Task> ListForResourceNextAsync( this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { @@ -467,7 +481,7 @@ public static IPage ListForResourceNext(this IRoleAssignmentsOpe } /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// /// The operations group for this extension method. @@ -477,11 +491,11 @@ public static IPage ListForResourceNext(this IRoleAssignmentsOpe /// public static IPage ListForResourceGroupNext(this IRoleAssignmentsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListForResourceGroupNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the resource group. + /// Gets role assignments for a resource group. /// /// /// The operations group for this extension method. @@ -492,7 +506,7 @@ public static IPage ListForResourceGroupNext(this IRoleAssignmen /// /// The cancellation token. /// - public static async Task> ListForResourceGroupNextAsync( this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForResourceGroupNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { @@ -501,7 +515,7 @@ public static IPage ListForResourceGroupNext(this IRoleAssignmen } /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// The operations group for this extension method. @@ -511,11 +525,11 @@ public static IPage ListForResourceGroupNext(this IRoleAssignmen /// public static IPage ListNext(this IRoleAssignmentsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the subscription. + /// Gets all role assignments for the subscription. /// /// /// The operations group for this extension method. @@ -526,7 +540,7 @@ public static IPage ListNext(this IRoleAssignmentsOperations ope /// /// The cancellation token. /// - public static async Task> ListNextAsync( this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { @@ -535,7 +549,7 @@ public static IPage ListNext(this IRoleAssignmentsOperations ope } /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// /// The operations group for this extension method. @@ -545,11 +559,11 @@ public static IPage ListNext(this IRoleAssignmentsOperations ope /// public static IPage ListForScopeNext(this IRoleAssignmentsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IRoleAssignmentsOperations)s).ListForScopeNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListForScopeNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Gets role assignments of the scope. + /// Gets role assignments for a scope. /// /// /// The operations group for this extension method. @@ -560,7 +574,7 @@ public static IPage ListForScopeNext(this IRoleAssignmentsOperat /// /// The cancellation token. /// - public static async Task> ListForScopeNextAsync( this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListForScopeNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListForScopeNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperations.cs b/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperations.cs index 3fd6443085604..4a52e8ffa2bdf 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperations.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperations.cs @@ -8,27 +8,29 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Linq; - using System.Collections.Generic; - using System.Net; - using System.Net.Http; - using System.Net.Http.Headers; - using System.Text; - using System.Text.RegularExpressions; - using System.Threading; - using System.Threading.Tasks; + using System; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Net.Http.Headers; + using System.Text; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using Microsoft.Rest.Azure.OData; using Microsoft.Rest.Azure; - using Models; + using Microsoft.Rest.Azure.OData; + using Microsoft.Rest.Serialization; + using Models; + using Newtonsoft.Json; - /// - /// RoleDefinitionsOperations operations. - /// - internal partial class RoleDefinitionsOperations : IServiceOperations, IRoleDefinitionsOperations + /// + /// RoleDefinitionsOperations operations. + /// + internal partial class RoleDefinitionsOperations : IServiceOperations, IRoleDefinitionsOperations { /// /// Initializes a new instance of the RoleDefinitionsOperations class. @@ -38,11 +40,11 @@ internal partial class RoleDefinitionsOperations : IServiceOperations internal RoleDefinitionsOperations(AuthorizationManagementClient client) { - if (client == null) + if (client == null) { throw new ArgumentNullException("client"); } - this.Client = client; + Client = client; } /// @@ -51,13 +53,13 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) public AuthorizationManagementClient Client { get; private set; } /// - /// Deletes the role definition. + /// Deletes a role definition. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition to delete. /// /// /// Headers that will be added to request. @@ -65,6 +67,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> DeleteWithHttpMessagesAsync(string scope, string roleDefinitionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -79,12 +93,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -100,7 +114,6 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}").ToString(); _url = _url.Replace("{scope}", scope); _url = _url.Replace("{roleDefinitionId}", Uri.EscapeDataString(roleDefinitionId)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); List _queryParameters = new List(); if (this.Client.ApiVersion != null) { @@ -108,10 +121,10 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new Uri(_url); @@ -233,10 +246,10 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// Get role definition by name (GUID). /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition Id + /// The ID of the role definition. /// /// /// Headers that will be added to request. @@ -244,6 +257,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> GetWithHttpMessagesAsync(string scope, string roleDefinitionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -258,12 +283,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -279,18 +304,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}").ToString(); _url = _url.Replace("{scope}", scope); _url = _url.Replace("{roleDefinitionId}", Uri.EscapeDataString(roleDefinitionId)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (this.Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -412,13 +437,13 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// Creates or updates a role definition. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition. /// /// - /// Role definition. + /// The values for the role definition. /// /// /// Headers that will be added to request. @@ -426,6 +451,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> CreateOrUpdateWithHttpMessagesAsync(string scope, string roleDefinitionId, RoleDefinition roleDefinition, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -444,12 +481,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -466,18 +503,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}").ToString(); _url = _url.Replace("{scope}", scope); _url = _url.Replace("{roleDefinitionId}", Uri.EscapeDataString(roleDefinitionId)); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (this.Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new Uri(_url); @@ -508,9 +545,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) // Serialize Request string _requestContent = null; - _requestContent = SafeJsonConvert.SerializeObject(roleDefinition, this.Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); - _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + if(roleDefinition != null) + { + _requestContent = SafeJsonConvert.SerializeObject(roleDefinition, this.Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, Encoding.UTF8); + _httpRequest.Content.Headers.ContentType = MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -599,10 +639,10 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) } /// - /// Get role definition by name (GUID). + /// Gets a role definition by ID. /// /// - /// Fully qualified role definition Id + /// The fully qualified role definition ID to get. /// /// /// Headers that will be added to request. @@ -610,6 +650,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task> GetByIdWithHttpMessagesAsync(string roleDefinitionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (roleDefinitionId == null) @@ -620,12 +672,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -639,18 +691,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{roleDefinitionId}").ToString(); _url = _url.Replace("{roleDefinitionId}", roleDefinitionId); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (this.Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", Uri.EscapeDataString(this.Client.ApiVersion))); } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -769,11 +821,10 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) } /// - /// Get all role definitions that are applicable at scope and above. Use - /// atScopeAndBelow filter to search below the given scope as well + /// Get all role definitions that are applicable at scope and above. /// /// - /// Scope + /// The scope of the role definition. /// /// /// OData parameters to apply to the operation. @@ -784,6 +835,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListWithHttpMessagesAsync(string scope, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (scope == null) @@ -794,12 +857,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } - if (this.Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -814,12 +877,12 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) var _baseUrl = this.Client.BaseUri.AbsoluteUri; var _url = new Uri(new Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Authorization/roleDefinitions").ToString(); _url = _url.Replace("{scope}", scope); - _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); - List _queryParameters = new List(); + _url = _url.Replace("{subscriptionId}", Uri.EscapeDataString(this.Client.SubscriptionId)); + List _queryParameters = new List(); if (odataQuery != null) { var _odataFilter = odataQuery.ToString(); - if (!string.IsNullOrEmpty(_odataFilter)) + if (!string.IsNullOrEmpty(_odataFilter)) { _queryParameters.Add(_odataFilter); } @@ -830,10 +893,10 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) } if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); @@ -952,8 +1015,7 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) } /// - /// Get all role definitions that are applicable at scope and above. Use - /// atScopeAndBelow filter to search below the given scope as well + /// Get all role definitions that are applicable at scope and above. /// /// /// The NextLink from the previous successful call to List operation. @@ -964,6 +1026,18 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) /// /// 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 + /// + /// + /// A response object containing the response body and response headers. + /// public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (nextPageLink == null) @@ -987,10 +1061,10 @@ internal RoleDefinitionsOperations(AuthorizationManagementClient client) List _queryParameters = new List(); if (_queryParameters.Count > 0) { - _url += "?" + string.Join("&", _queryParameters); + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); } - // Create HTTP transport objects - HttpRequestMessage _httpRequest = new HttpRequestMessage(); + // Create HTTP transport objects + HttpRequestMessage _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new Uri(_url); diff --git a/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperationsExtensions.cs b/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperationsExtensions.cs index 9c6feace087f8..8d35744a56ad4 100644 --- a/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperationsExtensions.cs +++ b/src/SDKs/Authorization/Management.Authorization/Generated/RoleDefinitionsOperationsExtensions.cs @@ -8,51 +8,53 @@ namespace Microsoft.Azure.Management.Authorization { - using System; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; + using System.Threading; + using System.Threading.Tasks; + using Microsoft.Azure; + using Microsoft.Azure.Management; using Microsoft.Rest; - using Microsoft.Rest.Azure.OData; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; + /// + /// Extension methods for RoleDefinitionsOperations. + /// public static partial class RoleDefinitionsOperationsExtensions { /// - /// Deletes the role definition. + /// Deletes a role definition. /// /// /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition to delete. /// public static RoleDefinition Delete(this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId) { - return Task.Factory.StartNew(s => ((IRoleDefinitionsOperations)s).DeleteAsync(scope, roleDefinitionId), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.DeleteAsync(scope, roleDefinitionId).GetAwaiter().GetResult(); } /// - /// Deletes the role definition. + /// Deletes a role definition. /// /// /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition to delete. /// /// /// The cancellation token. /// - public static async Task DeleteAsync( this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.DeleteWithHttpMessagesAsync(scope, roleDefinitionId, null, cancellationToken).ConfigureAwait(false)) { @@ -67,14 +69,14 @@ public static RoleDefinition Delete(this IRoleDefinitionsOperations operations, /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition Id + /// The ID of the role definition. /// public static RoleDefinition Get(this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId) { - return Task.Factory.StartNew(s => ((IRoleDefinitionsOperations)s).GetAsync(scope, roleDefinitionId), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.GetAsync(scope, roleDefinitionId).GetAwaiter().GetResult(); } /// @@ -84,15 +86,15 @@ public static RoleDefinition Get(this IRoleDefinitionsOperations operations, str /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition Id + /// The ID of the role definition. /// /// /// The cancellation token. /// - public static async Task GetAsync( this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetWithHttpMessagesAsync(scope, roleDefinitionId, null, cancellationToken).ConfigureAwait(false)) { @@ -107,17 +109,17 @@ public static RoleDefinition Get(this IRoleDefinitionsOperations operations, str /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition. /// /// - /// Role definition. + /// The values for the role definition. /// public static RoleDefinition CreateOrUpdate(this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, RoleDefinition roleDefinition) { - return Task.Factory.StartNew(s => ((IRoleDefinitionsOperations)s).CreateOrUpdateAsync(scope, roleDefinitionId, roleDefinition), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.CreateOrUpdateAsync(scope, roleDefinitionId, roleDefinition).GetAwaiter().GetResult(); } /// @@ -127,18 +129,18 @@ public static RoleDefinition CreateOrUpdate(this IRoleDefinitionsOperations oper /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// - /// Role definition id. + /// The ID of the role definition. /// /// - /// Role definition. + /// The values for the role definition. /// /// /// The cancellation token. /// - public static async Task CreateOrUpdateAsync( this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, RoleDefinition roleDefinition, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateAsync(this IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, RoleDefinition roleDefinition, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(scope, roleDefinitionId, roleDefinition, null, cancellationToken).ConfigureAwait(false)) { @@ -147,32 +149,32 @@ public static RoleDefinition CreateOrUpdate(this IRoleDefinitionsOperations oper } /// - /// Get role definition by name (GUID). + /// Gets a role definition by ID. /// /// /// The operations group for this extension method. /// /// - /// Fully qualified role definition Id + /// The fully qualified role definition ID to get. /// public static RoleDefinition GetById(this IRoleDefinitionsOperations operations, string roleDefinitionId) { - return Task.Factory.StartNew(s => ((IRoleDefinitionsOperations)s).GetByIdAsync(roleDefinitionId), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.GetByIdAsync(roleDefinitionId).GetAwaiter().GetResult(); } /// - /// Get role definition by name (GUID). + /// Gets a role definition by ID. /// /// /// The operations group for this extension method. /// /// - /// Fully qualified role definition Id + /// The fully qualified role definition ID to get. /// /// /// The cancellation token. /// - public static async Task GetByIdAsync( this IRoleDefinitionsOperations operations, string roleDefinitionId, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetByIdAsync(this IRoleDefinitionsOperations operations, string roleDefinitionId, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetByIdWithHttpMessagesAsync(roleDefinitionId, null, cancellationToken).ConfigureAwait(false)) { @@ -181,32 +183,30 @@ public static RoleDefinition GetById(this IRoleDefinitionsOperations operations, } /// - /// Get all role definitions that are applicable at scope and above. Use - /// atScopeAndBelow filter to search below the given scope as well + /// Get all role definitions that are applicable at scope and above. /// /// /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// /// OData parameters to apply to the operation. /// public static IPage List(this IRoleDefinitionsOperations operations, string scope, ODataQuery odataQuery = default(ODataQuery)) { - return Task.Factory.StartNew(s => ((IRoleDefinitionsOperations)s).ListAsync(scope, odataQuery), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return ((IRoleDefinitionsOperations)operations).ListAsync(scope, odataQuery).GetAwaiter().GetResult(); } /// - /// Get all role definitions that are applicable at scope and above. Use - /// atScopeAndBelow filter to search below the given scope as well + /// Get all role definitions that are applicable at scope and above. /// /// /// The operations group for this extension method. /// /// - /// Scope + /// The scope of the role definition. /// /// /// OData parameters to apply to the operation. @@ -214,7 +214,7 @@ public static RoleDefinition GetById(this IRoleDefinitionsOperations operations, /// /// The cancellation token. /// - public static async Task> ListAsync( this IRoleDefinitionsOperations operations, string scope, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IRoleDefinitionsOperations operations, string scope, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(scope, odataQuery, null, cancellationToken).ConfigureAwait(false)) { @@ -223,8 +223,7 @@ public static RoleDefinition GetById(this IRoleDefinitionsOperations operations, } /// - /// Get all role definitions that are applicable at scope and above. Use - /// atScopeAndBelow filter to search below the given scope as well + /// Get all role definitions that are applicable at scope and above. /// /// /// The operations group for this extension method. @@ -234,12 +233,11 @@ public static RoleDefinition GetById(this IRoleDefinitionsOperations operations, /// public static IPage ListNext(this IRoleDefinitionsOperations operations, string nextPageLink) { - return Task.Factory.StartNew(s => ((IRoleDefinitionsOperations)s).ListNextAsync(nextPageLink), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult(); + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } /// - /// Get all role definitions that are applicable at scope and above. Use - /// atScopeAndBelow filter to search below the given scope as well + /// Get all role definitions that are applicable at scope and above. /// /// /// The operations group for this extension method. @@ -250,7 +248,7 @@ public static IPage ListNext(this IRoleDefinitionsOperations ope /// /// The cancellation token. /// - public static async Task> ListNextAsync( this IRoleDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IRoleDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { From caba1281599681c4dc68b20ca0195c23cc5df189 Mon Sep 17 00:00:00 2001 From: Matthew Christopher Date: Thu, 27 Jul 2017 16:19:59 -0700 Subject: [PATCH 08/20] Fix Batch changelog references (#3517) --- src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj | 2 +- .../Management.Batch/Microsoft.Azure.Management.Batch.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj b/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj index f49f8f02f15f8..b56b581b43485 100644 --- a/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj +++ b/src/SDKs/Batch/DataPlane/Azure.Batch/Azure.Batch.csproj @@ -14,7 +14,7 @@ net452;netstandard1.4 True - For detailed release notes, see: https://github.com/Azure/azure-sdk-for-net/blob/psSdkJson6/src/SDKs/Batch/DataPlane/changelog.md + For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog diff --git a/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj b/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj index 9e12b7300deb1..8562859ac3ac8 100644 --- a/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj +++ b/src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj @@ -7,7 +7,7 @@ Microsoft.Azure.Management.Batch 5.1.0 Microsoft Azure batch management - For detailed release notes, see: https://github.com/Azure/azure-sdk-for-net/blob/vs17Dev/src/SDKs/Batch/Management/changelog.md + For detailed release notes, see: https://aka.ms/batch-net-management-changelog True true From 2b8907f878e92b7772a2aeb76670210a184691c6 Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Wed, 2 Aug 2017 17:55:32 -0700 Subject: [PATCH 09/20] Fixing changelog.md --- src/SDKs/DataLake.Store/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDKs/DataLake.Store/changelog.md b/src/SDKs/DataLake.Store/changelog.md index b9e833eacdf2d..31944e5351e48 100644 --- a/src/SDKs/DataLake.Store/changelog.md +++ b/src/SDKs/DataLake.Store/changelog.md @@ -1,4 +1,5 @@ ## Microsoft.Azure.Management.DataLake.Store release notes + ### Changes in 2.3.0-preview - Create an inheritance structure for GET and LIST ADLS accounts. From c4593fbbcdedf83d5c438000f64620c761e1c8ce Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Wed, 2 Aug 2017 18:07:18 -0700 Subject: [PATCH 10/20] Fixing up changelog.md --- src/SDKs/DataLake.Store/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SDKs/DataLake.Store/changelog.md b/src/SDKs/DataLake.Store/changelog.md index 31944e5351e48..e57cba0831193 100644 --- a/src/SDKs/DataLake.Store/changelog.md +++ b/src/SDKs/DataLake.Store/changelog.md @@ -1,8 +1,7 @@ ## Microsoft.Azure.Management.DataLake.Store release notes ### Changes in 2.3.0-preview -- Create an inheritance structure for GET and LIST ADLS -accounts. +- Create an inheritance structure for GET and LIST ADLS accounts. - This also follows the Basic -> Object inheritance pattern. - Standardized the parameter name for file paths (e.g. fileDestination to path) From ee186badfe025e1e942e63021429bf9c39a541a8 Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Mon, 7 Aug 2017 10:40:51 -0700 Subject: [PATCH 11/20] [DataLake Analytics] Fixing changelog.md More descriptive and fixing indent issue that was not addressed in the previous commit --- src/SDKs/DataLake.Analytics/changelog.md | 50 ++++++++++++++++-------- 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index a75cd80c1cb7e..171f997957ed0 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -1,21 +1,39 @@ ## Microsoft.Azure.Management.DataLake.Analytics release notes ### Changes in 3.1.0-preview -- Create an explicit set of parameters for job submission. NOTE: Only -U-SQL is supported in this change, no hive jobs are supported at -present. - - For jobs submission, change JobInformation to CreateJobParameters - - For the properties use the right object (e.g. USqlJobProperties to CreateUSqlJobProperties) - - For building jobs, change JobInformation to BuildJobParameters - - For the properties use the right object (e.g. USqlJobProperties to CreateUSqlJobProperties) - - Note that the following fields are not part of BuildJobParameters - - degreeOfParallelism - - priority - - related -- Create a "Basic" jobInformation that is returned for LIST calls -- Setup inheritance for GET jobs -- Create an inheritance structure for GET and LIST ADLA -accounts. -- This also follows the Basic -> Object inheritance pattern. + +**Breaking changes** + +- Revised the inheritance structure for objects dealing with job creation and building. + - NOTE: Only U-SQL is supported in this change; therefore, Hive is not supported. + - When submitting jobs, change JobInformation objects to CreateJobParameters. + - When setting the properties for the CreateJobParameters object, be sure to change the USqlJobProperties object to a CreateUSqlJobProperties object. + - When building jobs, change JobInformation objects to BuildJobParameters objects. + - When setting the properties for the BuildJobParameters object, be sure to change the USqlJobProperties object to a CreateUSqlJobProperties object. + - NOTE: The following fields are not a part of the BuildJobParameters object: + - degreeOfParallelism + - priority + - related + +**Notes** + +- When getting a list of jobs, the job information for each job now includes a strict subset of the job information that is returned when getting a single job + - The following fields are included in the job information when getting a single job but are not included in the job information when getting a list of jobs: + - errorMessage + - stateAuditRecords + - properties + - runtimeVersion + - script + - type +- When getting a list of accounts, the account information for each account now includes a strict subset of the account information that is returned when getting a single account + - There are two ways to get a list of accounts: List and ListByResource methods + - The following fields are included in the account information when getting a list of accounts, which is less than the account information retrieved for a single account: + - provisioningState + - state + - creationTime + - lastModifiedTime + - endpoint +- When retrieving account information, an account id field called "accountId" is now included. + - accountId's description: The unique identifier associated with this Data Lake Analytics account. ### Changes in 3.0.1 - Add support for a `basic` parameter on `ListTables` and `ListTablesByDatabase` which enables a user to retrieve a limited set of properties when listing their tables, resulting in a performance improvement when full metadata is not required. From 75f6a49c69e404636f03bc2bfab2953af76ea96c Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Mon, 7 Aug 2017 10:49:23 -0700 Subject: [PATCH 12/20] [DataLake Store] Fixing changelog.md More descriptive and fixing indent issue not addressed in a previous commit --- src/SDKs/DataLake.Store/changelog.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/SDKs/DataLake.Store/changelog.md b/src/SDKs/DataLake.Store/changelog.md index e57cba0831193..2d33915fb600a 100644 --- a/src/SDKs/DataLake.Store/changelog.md +++ b/src/SDKs/DataLake.Store/changelog.md @@ -1,9 +1,24 @@ ## Microsoft.Azure.Management.DataLake.Store release notes ### Changes in 2.3.0-preview -- Create an inheritance structure for GET and LIST ADLS accounts. -- This also follows the Basic -> Object inheritance pattern. -- Standardized the parameter name for file paths (e.g. fileDestination to path) + +**Breaking change** + +- When getting a list of accounts, the object type that is returned is DataLakeAnalyticsAccountBasic and not DataLakeAnalyticsAccount (more information on the difference is below in the Notes section) +- Standardized the parameter name for file paths in the url (e.g. fileDestination to path) + +**Notes** + +- When getting a list of accounts, the account information for each account now includes a strict subset of the account information that is returned when getting a single account + - There are two ways to get a list of accounts: List and ListByResource methods + - The following fields are included in the account information when getting a list of accounts, which is less than the account information retrieved for a single account: + - provisioningState + - state + - creationTime + - lastModifiedTime + - endpoint +- When retrieving account information, an account id field called "accountId" is now included. + - accountId's description: The unique identifier associated with this Data Lake Analytics account. ### Changes in 2.2.0 - Marking the 2.*.*-preview changes as stable for the second official release of the Data Lake Store SDK. From deb131fbe2206392713bdbd1bca4b5aad6ebdbba Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Mon, 7 Aug 2017 10:52:24 -0700 Subject: [PATCH 13/20] [DataLake Analytics] Fixing changelog.md Adding an important note about retrieving a list of jobs and accounts --- src/SDKs/DataLake.Analytics/changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index 171f997957ed0..ac45c88150f9c 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -3,7 +3,7 @@ **Breaking changes** -- Revised the inheritance structure for objects dealing with job creation and building. +- Revised the inheritance structure for objects dealing with job creation, building, and retrieving. - NOTE: Only U-SQL is supported in this change; therefore, Hive is not supported. - When submitting jobs, change JobInformation objects to CreateJobParameters. - When setting the properties for the CreateJobParameters object, be sure to change the USqlJobProperties object to a CreateUSqlJobProperties object. @@ -13,6 +13,8 @@ - degreeOfParallelism - priority - related + - When getting a list of jobs, the object type that is returned is JobInformationBasic and not JobInformation (more information on the difference is below in the Notes section) +- When getting a list of accounts, the object type that is returned is DataLakeAnalyticsAccountBasic and not DataLakeAnalyticsAccount (more information on the difference is below in the Notes section) **Notes** From 73387794a50a27ef3a54eec44cb7384e585f5d0a Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Thu, 17 Aug 2017 19:15:25 -0700 Subject: [PATCH 14/20] Revising custom Job Exists method * Ran into two regressions in JobOperationTests.cs * The custom Job Exists method is expecting a non-empty response body to validate non-existence. After speaking with a team member who implemented the service, I can no longer rely on this. Thus, I am removing the logic that checks for a non-empty response body. * Commenting out the test case for listing Jobs with a select parameter. This is currently being fixed. --- .../ScenarioTests/JobOperationTests.cs | 8 +++--- .../JobOperations.Customizations.cs | 27 +++++++++---------- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs index d30ace9165d40..e6e27a4eed88a 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs @@ -162,7 +162,7 @@ public void SubmitGetListCancelTest() Assert.NotNull(compileResponse); // now compile a broken job and verify diagnostics report an error - jobToSubmit.Properties.Script = "DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;"; + jobToBuild.Properties.Script = "DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;"; compileResponse = clientToUse.Job.Build(commonData.SecondDataLakeAnalyticsAccountName, jobToBuild); Assert.NotNull(compileResponse); @@ -175,10 +175,10 @@ public void SubmitGetListCancelTest() Assert.Contains("E_CSC_USER_SYNTAXERROR", ((USqlJobProperties)compileResponse.Properties).Diagnostics[0].Message); // list the jobs both with a hand crafted query string and using the parameters - listJobResponse = clientToUse.Job.List(commonData.SecondDataLakeAnalyticsAccountName, select: "jobId" ); - Assert.NotNull(listJobResponse); + // listJobResponse = clientToUse.Job.List(commonData.SecondDataLakeAnalyticsAccountName, select: "jobId" ); + // Assert.NotNull(listJobResponse); - Assert.True(listJobResponse.Any(job => job.JobId == getJobResponse.JobId)); + // Assert.True(listJobResponse.Any(job => job.JobId == getJobResponse.JobId)); } } } diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/JobOperations.Customizations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/JobOperations.Customizations.cs index 90a7af6851b4a..92c78a5871e3a 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/JobOperations.Customizations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/JobOperations.Customizations.cs @@ -157,23 +157,22 @@ internal partial class JobOperations : IServiceOperations(); + _toReturn.Request = _httpRequest; + _toReturn.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) { - var _toReturn = new AzureOperationResponse(); - _toReturn.Request = _httpRequest; - _toReturn.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _toReturn.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - _toReturn.Body = false; + _toReturn.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + _toReturn.Body = false; - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _toReturn); - } - return _toReturn; + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _toReturn); } + return _toReturn; } } } From 5eec41678d145d1182c50759816d7fa492ae1b3d Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Fri, 18 Aug 2017 11:32:05 -0700 Subject: [PATCH 15/20] Adding a TODO comment * Adding this as a reminder to re-enable the test --- .../DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs index e6e27a4eed88a..051fef3af2b12 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/ScenarioTests/JobOperationTests.cs @@ -174,6 +174,7 @@ public void SubmitGetListCancelTest() Assert.Equal(1, ((USqlJobProperties)compileResponse.Properties).Diagnostics[0].LineNumber); Assert.Contains("E_CSC_USER_SYNTAXERROR", ((USqlJobProperties)compileResponse.Properties).Diagnostics[0].Message); + // TODO: re-enable this when the server side is fixed // list the jobs both with a hand crafted query string and using the parameters // listJobResponse = clientToUse.Job.List(commonData.SecondDataLakeAnalyticsAccountName, select: "jobId" ); // Assert.NotNull(listJobResponse); From d45f70b258a5abc134cc47fe1d407034e560a421 Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Mon, 28 Aug 2017 10:42:13 -0700 Subject: [PATCH 16/20] [CODE GEN] - Reverting readOnly for two fields * Code gen based on this very descriptive PR: https://github.com/Azure/azure-rest-api-specs/commit/e33ebf891469b27ed38f0de2d8cb37ae5d12f722 --- .../Generated/DataLakeAnalyticsJobManagementClient.cs | 2 +- .../Generated/IDataLakeAnalyticsJobManagementClient.cs | 2 +- .../Generated/IJobOperations.cs | 2 +- .../Generated/IPipelineOperations.cs | 2 +- .../Generated/IRecurrenceOperations.cs | 2 +- .../Generated/JobOperations.cs | 2 +- .../Generated/JobOperationsExtensions.cs | 2 +- .../Generated/Models/BaseJobParameters.cs | 2 +- .../Generated/Models/BuildJobParameters.cs | 2 +- .../Generated/Models/CompileMode.cs | 2 +- .../Generated/Models/CreateJobParameters.cs | 2 +- .../Generated/Models/CreateJobProperties.cs | 2 +- .../Generated/Models/CreateUSqlJobProperties.cs | 2 +- .../Generated/Models/Diagnostics.cs | 2 +- .../Generated/Models/HiveJobProperties.cs | 2 +- .../Generated/Models/JobDataPath.cs | 2 +- .../Generated/Models/JobErrorDetails.cs | 2 +- .../Generated/Models/JobInformation.cs | 2 +- .../Generated/Models/JobInformationBasic.cs | 2 +- .../Generated/Models/JobInnerError.cs | 2 +- .../Generated/Models/JobPipelineInformation.cs | 2 +- .../Generated/Models/JobPipelineRunInformation.cs | 2 +- .../Generated/Models/JobProperties.cs | 2 +- .../Generated/Models/JobRecurrenceInformation.cs | 2 +- .../Generated/Models/JobRelationshipProperties.cs | 2 +- .../Generated/Models/JobResource.cs | 2 +- .../Generated/Models/JobResourceType.cs | 2 +- .../Generated/Models/JobResult.cs | 2 +- .../Generated/Models/JobState.cs | 2 +- .../Generated/Models/JobStateAuditRecord.cs | 2 +- .../Generated/Models/JobStatistics.cs | 2 +- .../Generated/Models/JobStatisticsVertexStage.cs | 2 +- .../Generated/Models/JobType.cs | 2 +- .../Generated/Models/Page.cs | 2 +- .../Generated/Models/SeverityTypes.cs | 2 +- .../Generated/Models/USqlJobProperties.cs | 10 +++++----- .../Generated/PipelineOperations.cs | 2 +- .../Generated/PipelineOperationsExtensions.cs | 2 +- .../Generated/RecurrenceOperations.cs | 2 +- .../Generated/RecurrenceOperationsExtensions.cs | 2 +- 40 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs index 0e60a58f5292e..2fdba4988f5d4 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/DataLakeAnalyticsJobManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs index e292e76a6e034..37836050d6098 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IDataLakeAnalyticsJobManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs index 690b145687ad7..64f7f7bf3e5c7 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IJobOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs index 8a9c2e31b9375..d034dfa9932f3 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IPipelineOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs index e72d9022302c2..5a77094f191c6 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/IRecurrenceOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs index 91016c93eff94..75f4f126c61c8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs index de2f63d116963..17666923c315e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/JobOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs index 1445ab1757912..2306f5f848a1e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BaseJobParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs index 2f3906b0cf25d..e0e15430ec228 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/BuildJobParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs index ace2ef2f54035..7a560ff7585df 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CompileMode.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs index 8a61389b7e35f..91bcd0eeda043 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs index 8e0bcabbda6d4..abc28f0476594 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateJobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs index 69584ccc2a695..fedb1b5808273 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/CreateUSqlJobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs index c79c60610c892..d22bdfd3a09e0 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Diagnostics.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs index 7fdf3b6dc85bb..38e970d8da1b4 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/HiveJobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs index c6ec0739e0da2..04652a17beb21 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobDataPath.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs index 9a63159526864..b2c92513ac544 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobErrorDetails.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs index f41f6c296ee24..cc1d0839727de 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs index 8fd021fc37fa2..5cd3a1af35fd8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInformationBasic.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs index 9417ad11764fb..d148a8025cb17 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobInnerError.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs index 1f467fa7f9213..2485e699669e8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs index da86e759dcb1e..e1ff6d128ecca 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobPipelineRunInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs index 25a288dbf5032..7a5ae8537e014 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs index 37ef958801b9c..7047dcf499ac8 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRecurrenceInformation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs index a2efb61b6b9a8..0aa2c54dc3f3a 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobRelationshipProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs index e6063f43e8744..71e28e4b4cca3 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs index 8b60c64962a31..893db8b555899 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResourceType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs index 0ed09ebfe97f6..e488a3dfd542b 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs index c8d50cfccc2d1..287074048c11a 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobState.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs index 04b62a6b4ee6e..3dcd3f670b990 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStateAuditRecord.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs index e8a8c3c71cc12..6b3cc19432b8a 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatistics.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs index b13a0152fcd1e..708bd73ac7fc7 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobStatisticsVertexStage.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs index d7a250e84e6dc..9d638196d5e61 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/JobType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs index 4d02345351d3a..94349921109c5 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/Page.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs index ec515bf359df9..8474d148f228f 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/SeverityTypes.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs index 8cf2d09b99648..0ec01c7b3240e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/Models/USqlJobProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -102,16 +102,16 @@ public USqlJobProperties() public IList Resources { get; private set; } /// - /// Gets the job specific statistics. + /// Gets or sets the job specific statistics. /// [JsonProperty(PropertyName = "statistics")] - public JobStatistics Statistics { get; private set; } + public JobStatistics Statistics { get; set; } /// - /// Gets the job specific debug data locations. + /// Gets or sets the job specific debug data locations. /// [JsonProperty(PropertyName = "debugData")] - public JobDataPath DebugData { get; private set; } + public JobDataPath DebugData { get; set; } /// /// Gets the diagnostics for the job. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs index 0b1f401a5b4ea..cd22bfa562d66 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs index 454a917e196d6..caa8c7b699b24 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/PipelineOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs index 13aa3a8b338b8..1fa83fc7f2baf 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs index 26f208a302553..cb960ab30e6f4 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Generated/RecurrenceOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 +// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. From 04875219d036d4b51d4ef2e1911794a159aeca05 Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Mon, 28 Aug 2017 10:52:28 -0700 Subject: [PATCH 17/20] [CODE GEN] - Updating the version (3.1.0 to 3.1.1) --- .../Customizations/DataLakeAnalyticsCustomizationHelper.cs | 2 +- .../Microsoft.Azure.Management.DataLake.Analytics.csproj | 2 +- .../Management.DataLake.Analytics/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs index e8f1c79d0ed62..e43e322584a99 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Customizations/DataLakeAnalyticsCustomizationHelper.cs @@ -14,7 +14,7 @@ internal static class DataLakeAnalyticsCustomizationHelper /// This constant is used as the default package version to place in the user agent. /// It should mirror the package version in the project.json file. /// - internal const string PackageVersion = "3.1.0-preview"; + internal const string PackageVersion = "3.1.1-preview"; internal const string DefaultAdlaDnsSuffix = "azuredatalakeanalytics.net"; diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj index b1918fadd4b4b..cbc2adcc4fb07 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj @@ -3,7 +3,7 @@ Microsoft.Azure.Management.DataLake.Analytics Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure. - 3.1.0-preview + 3.1.1-preview Microsoft.Azure.Management.DataLake.Analytics Microsoft Azure Data Lake Analytics management;DataLakeAnalytics;Data Lake Analytics management;REST HTTP client;windowsazureofficial;netcore451511 See https://aka.ms/adladotnetsdkchangelog for release notes. diff --git a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs index 5b348c5451c46..2ee6abcee659e 100644 --- a/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Analytics management operations including account, catalog and job management.")] [assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.1.0.0")] +[assembly: AssemblyFileVersion("3.1.1.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] From 61aeb65e0b486eefa279c9cc6ccb2ddbc4a652e1 Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Tue, 29 Aug 2017 18:51:09 -0700 Subject: [PATCH 18/20] [CODE REFACTOR] - Removing flaky test * Removing test case: DataLakeUploader_FreshFolderUploadDownload() * Note: In the near future, the custom ADLS Filesystem code will be replaced with a new SDK that has its own set of test cases. The account management side of ADLS will still remain, however. --- .../DataTransferTests/DataLakeStoreClientTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs b/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs index f24a60ee906ea..4f9943ffe2653 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs @@ -199,7 +199,7 @@ public void DataLakeUploader_FreshUploadDownload() /// /// Tests the case of a fresh upload with multiple segments and multiple files. /// - [Fact] + // [Fact] public void DataLakeUploader_FreshFolderUploadDownload() { var frontEnd = new InMemoryFrontEnd(); From f9b272704c2beeb674cf912db2bbd21dc2c39b87 Mon Sep 17 00:00:00 2001 From: ro-joowan Date: Tue, 29 Aug 2017 19:32:29 -0700 Subject: [PATCH 19/20] [DOC] - Updating the changelog to describe 3.1.1-preview --- src/SDKs/DataLake.Analytics/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SDKs/DataLake.Analytics/changelog.md b/src/SDKs/DataLake.Analytics/changelog.md index ac45c88150f9c..e37ae3ef52bb7 100644 --- a/src/SDKs/DataLake.Analytics/changelog.md +++ b/src/SDKs/DataLake.Analytics/changelog.md @@ -1,4 +1,10 @@ ## Microsoft.Azure.Management.DataLake.Analytics release notes +### Changes in 3.1.1-preview + +**Notes** + +- In version 3.1.0-preview, we made the fields "statistics" and "debugData" of the USqlJobProperties object read-only. This caused some unforeseen conflicts, so we are reverting this. + ### Changes in 3.1.0-preview **Breaking changes** From c9e918e4164b05c1d90caf5ab0b6ad3f97ed1d7a Mon Sep 17 00:00:00 2001 From: Joo Wan Ro Date: Wed, 6 Sep 2017 09:56:39 -0700 Subject: [PATCH 20/20] [CODE REFACTOR] - Skipping flaky test * Skipping the flaky test as opposed to commenting it out * Also, I forgot to replace a SessionRecord file from last update, so I doing it now --- .../SubmitGetListCancelTest.json | 977 +++++++++--------- .../DataLakeStoreClientTests.cs | 2 +- 2 files changed, 474 insertions(+), 505 deletions(-) diff --git a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json index 556501d125549..ee19db9b75db9 100644 --- a/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json +++ b/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/SessionRecords/DataLakeAnalytics.Tests.JobOperationTests/SubmitGetListCancelTest.json @@ -1,23 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/register?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeAnalytics/register?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvcmVnaXN0ZXI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dcaf2f6-3de7-4c85-be5f-9e134255bc20" + "54426293-bccc-4199-b352-87a34960c1eb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:39 GMT" + "Wed, 06 Sep 2017 16:45:53 GMT" ], "Pragma": [ "no-cache" @@ -44,13 +44,13 @@ "1199" ], "x-ms-request-id": [ - "54aa5def-e897-4261-b46e-69b954d7f23a" + "b806720d-581b-4f15-9c1b-6ef8e7657824" ], "x-ms-correlation-request-id": [ - "54aa5def-e897-4261-b46e-69b954d7f23a" + "b806720d-581b-4f15-9c1b-6ef8e7657824" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200639Z:54aa5def-e897-4261-b46e-69b954d7f23a" + "WESTUS2:20170906T164554Z:b806720d-581b-4f15-9c1b-6ef8e7657824" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -59,23 +59,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeAnalytics?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3M/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c1ffc44-9f0b-438f-b69c-431ebafdb588" + "8c93da60-838a-47c7-9a89-1ac295c2c92b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeAnalytics\",\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -87,7 +87,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:39 GMT" + "Wed, 06 Sep 2017 16:45:54 GMT" ], "Pragma": [ "no-cache" @@ -96,16 +96,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14992" ], "x-ms-request-id": [ - "031a9ad2-8e07-47ef-8bb1-6da5df785623" + "745c89d6-5060-431f-9421-c380b69c1816" ], "x-ms-correlation-request-id": [ - "031a9ad2-8e07-47ef-8bb1-6da5df785623" + "745c89d6-5060-431f-9421-c380b69c1816" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200640Z:031a9ad2-8e07-47ef-8bb1-6da5df785623" + "WESTUS2:20170906T164554Z:745c89d6-5060-431f-9421-c380b69c1816" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -114,23 +114,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage/register?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage/register?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ab59112-aee4-4178-9834-f7cee24aa4f3" + "360e7a95-669b-45d6-9a1a-72ec6e6ebf93" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -142,7 +142,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:40 GMT" + "Wed, 06 Sep 2017 16:45:56 GMT" ], "Pragma": [ "no-cache" @@ -157,13 +157,13 @@ "1198" ], "x-ms-request-id": [ - "b4802224-7fc1-40dd-90c1-bfcd6bc92a60" + "a7ea59e5-4954-4aa5-93b2-2c3bde5c800a" ], "x-ms-correlation-request-id": [ - "b4802224-7fc1-40dd-90c1-bfcd6bc92a60" + "a7ea59e5-4954-4aa5-93b2-2c3bde5c800a" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200641Z:b4802224-7fc1-40dd-90c1-bfcd6bc92a60" + "WESTUS2:20170906T164557Z:a7ea59e5-4954-4aa5-93b2-2c3bde5c800a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -172,23 +172,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ee3bcb7-0cd5-4ddb-82bd-a0d4cd5ecb33" + "708bfcdc-7d3e-48f1-b549-af811def981b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorization\": {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -200,7 +200,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:40 GMT" + "Wed, 06 Sep 2017 16:45:56 GMT" ], "Pragma": [ "no-cache" @@ -209,16 +209,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14991" ], "x-ms-request-id": [ - "c26e91c3-d85d-4bb5-a331-a7ab34c8b9af" + "88db0239-c8c8-41c9-b300-eab4b5d484b6" ], "x-ms-correlation-request-id": [ - "c26e91c3-d85d-4bb5-a331-a7ab34c8b9af" + "88db0239-c8c8-41c9-b300-eab4b5d484b6" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200641Z:c26e91c3-d85d-4bb5-a331-a7ab34c8b9af" + "WESTUS2:20170906T164557Z:88db0239-c8c8-41c9-b300-eab4b5d484b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -227,23 +227,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/register?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/register?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6b6c5c0-88e7-4255-a213-39bee3176c9d" + "2af08314-8d9f-4fbe-8ff3-3e6be87bc62e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -255,7 +255,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:41 GMT" + "Wed, 06 Sep 2017 16:45:57 GMT" ], "Pragma": [ "no-cache" @@ -270,13 +270,13 @@ "1197" ], "x-ms-request-id": [ - "1aac93fd-ff9b-46a6-8038-f4ce3ef64eb4" + "dfd24598-3a7d-4d02-9a3c-6a2869eb6031" ], "x-ms-correlation-request-id": [ - "1aac93fd-ff9b-46a6-8038-f4ce3ef64eb4" + "dfd24598-3a7d-4d02-9a3c-6a2869eb6031" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200642Z:1aac93fd-ff9b-46a6-8038-f4ce3ef64eb4" + "WESTUS2:20170906T164557Z:dfd24598-3a7d-4d02-9a3c-6a2869eb6031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -285,23 +285,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d383465a-9e36-4a9e-b0a8-b6a307a54b46" + "1a7fe078-d3f9-4c17-98a8-b133195e9de3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore\",\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"authorization\": {\r\n \"applicationId\": \"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\r\n \"roleDefinitionId\": \"17eb9cca-f08a-4499-b2d3-852d175f614f\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -313,7 +313,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:41 GMT" + "Wed, 06 Sep 2017 16:45:57 GMT" ], "Pragma": [ "no-cache" @@ -322,16 +322,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-request-id": [ - "0933df93-c2da-4b5f-9175-6948727f72a7" + "89750ef3-3241-44e0-989e-c6e00ec3c95e" ], "x-ms-correlation-request-id": [ - "0933df93-c2da-4b5f-9175-6948727f72a7" + "89750ef3-3241-44e0-989e-c6e00ec3c95e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200642Z:0933df93-c2da-4b5f-9175-6948727f72a7" + "WESTUS2:20170906T164557Z:89750ef3-3241-44e0-989e-c6e00ec3c95e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -340,23 +340,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15355?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTUzNTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/rgaba19576?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTk1NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbd22966-aa77-40f7-b804-9f7e65a89415" + "db0dca98-35b7-4939-8abd-58b5b4d44d0b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba15355' could not be found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'rgaba19576' could not be found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "102" @@ -371,7 +371,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:41 GMT" + "Wed, 06 Sep 2017 16:45:57 GMT" ], "Pragma": [ "no-cache" @@ -380,16 +380,16 @@ "gateway" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14989" ], "x-ms-request-id": [ - "1331f48d-bab4-456b-a85f-aec450357696" + "0d0e119e-67ad-4e27-b9ec-7752207779cb" ], "x-ms-correlation-request-id": [ - "1331f48d-bab4-456b-a85f-aec450357696" + "0d0e119e-67ad-4e27-b9ec-7752207779cb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200642Z:1331f48d-bab4-456b-a85f-aec450357696" + "WESTUS2:20170906T164558Z:0d0e119e-67ad-4e27-b9ec-7752207779cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -398,23 +398,23 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15355?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTUzNTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/rgaba19576?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTk1NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8080c9a-3bc9-4833-ad15-9c5db02d3cf1" + "a9ce9f35-8c73-48aa-b839-49997cbb262f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355\",\r\n \"name\": \"rgaba15355\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576\",\r\n \"name\": \"rgaba19576\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -426,7 +426,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:43 GMT" + "Wed, 06 Sep 2017 16:45:58 GMT" ], "Pragma": [ "no-cache" @@ -435,16 +435,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14988" ], "x-ms-request-id": [ - "e25ea447-8551-497e-9b64-5c97cd68f97c" + "d4a6e7c0-5a58-4e39-b41a-e43aec4e370e" ], "x-ms-correlation-request-id": [ - "e25ea447-8551-497e-9b64-5c97cd68f97c" + "d4a6e7c0-5a58-4e39-b41a-e43aec4e370e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200643Z:e25ea447-8551-497e-9b64-5c97cd68f97c" + "WESTUS2:20170906T164559Z:d4a6e7c0-5a58-4e39-b41a-e43aec4e370e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -453,8 +453,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15355?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTUzNTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/rgaba19576?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlZ3JvdXBzL3JnYWJhMTk1NzY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -465,17 +465,17 @@ "31" ], "x-ms-client-request-id": [ - "86e39127-97bd-41db-a3f0-ea41d78b9972" + "4952acca-63e3-4ae0-bdcb-906658397201" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355\",\r\n \"name\": \"rgaba15355\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576\",\r\n \"name\": \"rgaba19576\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "174" @@ -490,7 +490,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:43 GMT" + "Wed, 06 Sep 2017 16:45:58 GMT" ], "Pragma": [ "no-cache" @@ -499,13 +499,13 @@ "1196" ], "x-ms-request-id": [ - "a13a5b93-56f2-4be7-b793-519ab9875078" + "bc3b9f4e-b509-4043-bedb-0f71bc429810" ], "x-ms-correlation-request-id": [ - "a13a5b93-56f2-4be7-b793-519ab9875078" + "bc3b9f4e-b509-4043-bedb-0f71bc429810" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200643Z:a13a5b93-56f2-4be7-b793-519ab9875078" + "WESTUS2:20170906T164559Z:bc3b9f4e-b509-4043-bedb-0f71bc429810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -514,23 +514,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0NTg1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0c0bad5a-433e-48a0-973b-8e58876bb9e0" + "82ca1696-3e4b-43da-a742-eb5016f9c27e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake14585' under resource group 'rgaba15355' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake18282' under resource group 'rgaba19576' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "164" @@ -545,7 +545,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:06:43 GMT" + "Wed, 06 Sep 2017 16:46:00 GMT" ], "Pragma": [ "no-cache" @@ -554,13 +554,13 @@ "gateway" ], "x-ms-request-id": [ - "b620a422-4eb8-45b9-9866-4d19b7adc651" + "942ab8fe-a6ac-404b-9a87-f6f43fc9287e" ], "x-ms-correlation-request-id": [ - "b620a422-4eb8-45b9-9866-4d19b7adc651" + "942ab8fe-a6ac-404b-9a87-f6f43fc9287e" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200643Z:b620a422-4eb8-45b9-9866-4d19b7adc651" + "WESTUS2:20170906T164600Z:942ab8fe-a6ac-404b-9a87-f6f43fc9287e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -569,17 +569,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0NTg1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14585.azuredatalakestore.net\",\r\n \"accountId\": \"177d0110-1edb-4f17-9d12-0f991b976cc5\",\r\n \"creationTime\": \"2017-06-09T20:06:46.5084112Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:06:46.5084112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585\",\r\n \"name\": \"testdatalake14585\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"virtualNetworkRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18282.azuredatalakestore.net\",\r\n \"accountId\": \"55c42ea8-ed0e-4e1c-9837-fd925fd039df\",\r\n \"creationTime\": \"2017-09-06T16:46:03.6234215Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:46:03.6234215Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282\",\r\n \"name\": \"testdatalake18282\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -594,7 +594,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:16 GMT" + "Wed, 06 Sep 2017 16:47:04 GMT" ], "Pragma": [ "no-cache" @@ -606,7 +606,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c1caf027-d6fa-4d86-9806-bf2871d53813" + "e2fef9fa-67ef-471e-a7a0-eebe1f3a04a6" ], "X-Content-Type-Options": [ "nosniff" @@ -618,13 +618,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14995" ], "x-ms-correlation-request-id": [ - "99e2364c-a207-4f40-9ba7-b9833804078b" + "14a99d6c-77f0-49c0-bb6a-1e682f36eb16" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200717Z:99e2364c-a207-4f40-9ba7-b9833804078b" + "WESTUS2:20170906T164704Z:14a99d6c-77f0-49c0-bb6a-1e682f36eb16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -633,23 +633,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0NTg1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e62ddf2-c7cc-478f-b871-4719aa7ce8fe" + "4e6bc957-785d-4598-b38f-63c9abe092a9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14585.azuredatalakestore.net\",\r\n \"accountId\": \"177d0110-1edb-4f17-9d12-0f991b976cc5\",\r\n \"creationTime\": \"2017-06-09T20:06:46.5084112Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:06:46.5084112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585\",\r\n \"name\": \"testdatalake14585\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"virtualNetworkRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18282.azuredatalakestore.net\",\r\n \"accountId\": \"55c42ea8-ed0e-4e1c-9837-fd925fd039df\",\r\n \"creationTime\": \"2017-09-06T16:46:03.6234215Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:46:03.6234215Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282\",\r\n \"name\": \"testdatalake18282\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -664,7 +664,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:18 GMT" + "Wed, 06 Sep 2017 16:47:08 GMT" ], "Pragma": [ "no-cache" @@ -676,7 +676,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d81b494d-314c-4728-bbbd-557cfa11b784" + "598bcae5-732f-47ec-ab07-bd7daa6c0c8a" ], "X-Content-Type-Options": [ "nosniff" @@ -688,13 +688,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14992" ], "x-ms-correlation-request-id": [ - "6e6e6d03-230e-4f28-85ec-c6f596966cff" + "9baec285-835d-400b-a3d5-ffc728b4dc75" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200718Z:6e6e6d03-230e-4f28-85ec-c6f596966cff" + "WESTUS2:20170906T164709Z:9baec285-835d-400b-a3d5-ffc728b4dc75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -703,23 +703,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0NTg1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d3e9462-847c-4261-a2b1-5d1b19c6499b" + "316c0b59-7f27-4920-88b7-bc45d98a53b7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake14585.azuredatalakestore.net\",\r\n \"accountId\": \"177d0110-1edb-4f17-9d12-0f991b976cc5\",\r\n \"creationTime\": \"2017-06-09T20:06:46.5084112Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:06:46.5084112Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585\",\r\n \"name\": \"testdatalake14585\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"virtualNetworkRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake18282.azuredatalakestore.net\",\r\n \"accountId\": \"55c42ea8-ed0e-4e1c-9837-fd925fd039df\",\r\n \"creationTime\": \"2017-09-06T16:46:03.6234215Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:46:03.6234215Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282\",\r\n \"name\": \"testdatalake18282\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -734,7 +734,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:52 GMT" + "Wed, 06 Sep 2017 16:47:44 GMT" ], "Pragma": [ "no-cache" @@ -746,7 +746,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2e89f50d-df0e-4844-9c62-ed0d8866d60a" + "999474a1-271f-42e6-a9b6-690ccb1285eb" ], "X-Content-Type-Options": [ "nosniff" @@ -758,13 +758,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14994" ], "x-ms-correlation-request-id": [ - "ad4de564-9d88-40c7-a8fe-874917a19d38" + "ce39891a-b463-40ef-8108-7b494955f1bb" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200752Z:ad4de564-9d88-40c7-a8fe-874917a19d38" + "WESTUS2:20170906T164744Z:ce39891a-b463-40ef-8108-7b494955f1bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -773,8 +773,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE0NTg1P2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTE4MjgyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -785,20 +785,20 @@ "31" ], "x-ms-client-request-id": [ - "3f7fe361-6a61-4c54-8eae-2e644f941622" + "1fcaef2f-9aef-4f71-8ce2-7bfeba79a121" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"177d0110-1edb-4f17-9d12-0f991b976cc5\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585\",\r\n \"name\": \"testdatalake14585\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"55c42ea8-ed0e-4e1c-9837-fd925fd039df\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282\",\r\n \"name\": \"testdatalake18282\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "421" + "365" ], "Content-Type": [ "application/json" @@ -813,13 +813,13 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:06:45 GMT" + "Wed, 06 Sep 2017 16:46:02 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake14585/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake18282/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -828,10 +828,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/177d0110-1edb-4f17-9d12-0f991b976cc50?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/55c42ea8-ed0e-4e1c-9837-fd925fd039df0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "c487880e-bb35-41b8-99ff-9c0832154ff7" + "f1105c35-6d7b-4cb1-97c8-113d75665add" ], "X-Content-Type-Options": [ "nosniff" @@ -846,10 +846,10 @@ "1199" ], "x-ms-correlation-request-id": [ - "7b8bd709-b3a6-45c4-8fae-f44a70aadd79" + "4c710212-71af-4455-b50e-23d092a4bdf1" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200646Z:7b8bd709-b3a6-45c4-8fae-f44a70aadd79" + "WESTUS2:20170906T164602Z:4c710212-71af-4455-b50e-23d092a4bdf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -858,13 +858,77 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/177d0110-1edb-4f17-9d12-0f991b976cc50?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzE3N2QwMTEwLTFlZGItNGYxNy05ZDEyLTBmOTkxYjk3NmNjNTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/55c42ea8-ed0e-4e1c-9837-fd925fd039df0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU1YzQyZWE4LWVkMGUtNGUxYy05ODM3LWZkOTI1ZmQwMzlkZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Connection": [ + "close" + ], + "Date": [ + "Wed, 06 Sep 2017 16:46:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/8.5" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "424b9d20-fdc8-4640-ba3d-8d2466207f94" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "c63d355a-e5db-4956-a5d4-7defcf13c7b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170906T164633Z:c63d355a-e5db-4956-a5d4-7defcf13c7b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/55c42ea8-ed0e-4e1c-9837-fd925fd039df0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzU1YzQyZWE4LWVkMGUtNGUxYy05ODM3LWZkOTI1ZmQwMzlkZjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, @@ -883,7 +947,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:16 GMT" + "Wed, 06 Sep 2017 16:47:03 GMT" ], "Pragma": [ "no-cache" @@ -895,7 +959,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6d81f3aa-3ae7-4014-bc14-5d9ad356ffe3" + "7b470d32-c9ab-4fce-8666-e00394266d6d" ], "X-Content-Type-Options": [ "nosniff" @@ -907,13 +971,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14991" ], "x-ms-correlation-request-id": [ - "59c2f4b5-9fa9-4be4-ba60-be7d57381217" + "42bda17b-85f9-4079-bd30-5b02c6c31072" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200716Z:59c2f4b5-9fa9-4be4-ba60-be7d57381217" + "WESTUS2:20170906T164704Z:42bda17b-85f9-4079-bd30-5b02c6c31072" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -922,26 +986,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0NzQyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a98439e2-9e80-484a-9d80-1833453c74a1" + "1d135d8f-1d84-4ea2-8ab0-592672ed9831" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake24742' under resource group 'rgaba15355' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.DataLakeStore/accounts/testdatalake2210' under resource group 'rgaba19576' was not found.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "164" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -953,7 +1017,7 @@ "no-cache" ], "Date": [ - "Fri, 09 Jun 2017 20:07:18 GMT" + "Wed, 06 Sep 2017 16:47:09 GMT" ], "Pragma": [ "no-cache" @@ -962,13 +1026,13 @@ "gateway" ], "x-ms-request-id": [ - "c326aba0-1469-44f4-8251-ebc5ec83b910" + "e5fa6620-daed-4bf1-bbf7-fdc170fe9b30" ], "x-ms-correlation-request-id": [ - "c326aba0-1469-44f4-8251-ebc5ec83b910" + "e5fa6620-daed-4bf1-bbf7-fdc170fe9b30" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200718Z:c326aba0-1469-44f4-8251-ebc5ec83b910" + "WESTUS2:20170906T164710Z:e5fa6620-daed-4bf1-bbf7-fdc170fe9b30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -977,17 +1041,17 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0NzQyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake24742.azuredatalakestore.net\",\r\n \"accountId\": \"6cc0cf65-7e6a-40cd-aed8-e6a17cd981a5\",\r\n \"creationTime\": \"2017-06-09T20:07:20.8538507Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:07:20.8538507Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742\",\r\n \"name\": \"testdatalake24742\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"virtualNetworkRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake2210.azuredatalakestore.net\",\r\n \"accountId\": \"da67b903-de2d-45da-bb5c-2c30d38af627\",\r\n \"creationTime\": \"2017-09-06T16:47:12.7960221Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:47:12.7960221Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210\",\r\n \"name\": \"testdatalake2210\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1002,7 +1066,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:51 GMT" + "Wed, 06 Sep 2017 16:47:43 GMT" ], "Pragma": [ "no-cache" @@ -1014,7 +1078,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c5e44bcd-ccf9-4a04-bb2b-ecfcf956a4cd" + "2de51ad3-5c4b-444c-a125-57ea72451810" ], "X-Content-Type-Options": [ "nosniff" @@ -1026,13 +1090,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "223825d4-dd19-4e70-8689-67b8e3581800" + "64319530-6348-4327-8237-83f863fc040f" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200751Z:223825d4-dd19-4e70-8689-67b8e3581800" + "WESTUS2:20170906T164743Z:64319530-6348-4327-8237-83f863fc040f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,23 +1105,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0NzQyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14f64b89-69ef-438d-9cc7-003ab3397191" + "0a7dde1a-2ac3-47d5-a98c-ebde2700d84c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake24742.azuredatalakestore.net\",\r\n \"accountId\": \"6cc0cf65-7e6a-40cd-aed8-e6a17cd981a5\",\r\n \"creationTime\": \"2017-06-09T20:07:20.8538507Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:07:20.8538507Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742\",\r\n \"name\": \"testdatalake24742\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"firewallRules\": [],\r\n \"virtualNetworkRules\": [],\r\n \"trustedIdProviderState\": \"Disabled\",\r\n \"trustedIdProviders\": [],\r\n \"encryptionState\": \"Enabled\",\r\n \"encryptionConfig\": {\r\n \"type\": \"ServiceManaged\"\r\n },\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testdatalake2210.azuredatalakestore.net\",\r\n \"accountId\": \"da67b903-de2d-45da-bb5c-2c30d38af627\",\r\n \"creationTime\": \"2017-09-06T16:47:12.7960221Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:47:12.7960221Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210\",\r\n \"name\": \"testdatalake2210\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1072,7 +1136,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:51 GMT" + "Wed, 06 Sep 2017 16:47:43 GMT" ], "Pragma": [ "no-cache" @@ -1084,7 +1148,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "62a0294f-ce95-4c34-82a5-62118bfd8f05" + "4fcc5b04-6770-414d-b457-0c1f064cffda" ], "X-Content-Type-Options": [ "nosniff" @@ -1096,13 +1160,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14991" ], "x-ms-correlation-request-id": [ - "45094416-e81e-4a6a-a152-2ef2938f5330" + "6641dae4-b1d1-4c57-9a90-b5183fa48d10" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200751Z:45094416-e81e-4a6a-a152-2ef2938f5330" + "WESTUS2:20170906T164744Z:6641dae4-b1d1-4c57-9a90-b5183fa48d10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1111,8 +1175,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTI0NzQyP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZVN0b3JlL2FjY291bnRzL3Rlc3RkYXRhbGFrZTIyMTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { @@ -1123,20 +1187,20 @@ "31" ], "x-ms-client-request-id": [ - "ffd91fb6-4cde-4627-be44-9166ae6fe079" + "cb1cdc20-9de5-4d29-99bf-05e3c19c3419" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6cc0cf65-7e6a-40cd-aed8-e6a17cd981a5\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742\",\r\n \"name\": \"testdatalake24742\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"da67b903-de2d-45da-bb5c-2c30d38af627\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210\",\r\n \"name\": \"testdatalake2210\",\r\n \"type\": \"Microsoft.DataLakeStore/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "421" + "363" ], "Content-Type": [ "application/json" @@ -1151,13 +1215,13 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:20 GMT" + "Wed, 06 Sep 2017 16:47:12 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15355/providers/Microsoft.DataLakeStore/accounts/testdatalake24742/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/rgaba19576/providers/Microsoft.DataLakeStore/accounts/testdatalake2210/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1166,10 +1230,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6cc0cf65-7e6a-40cd-aed8-e6a17cd981a50?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/da67b903-de2d-45da-bb5c-2c30d38af6270?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "4da13445-2b17-4948-bf9b-ea9450b81c6c" + "f96bc800-6428-4a7d-bc0f-5c7628041995" ], "X-Content-Type-Options": [ "nosniff" @@ -1184,10 +1248,10 @@ "1199" ], "x-ms-correlation-request-id": [ - "3387d301-2f8c-4bf4-b732-9f8f11fc4578" + "43ebcd51-6329-47ec-b751-f943ba2fcd27" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200720Z:3387d301-2f8c-4bf4-b732-9f8f11fc4578" + "WESTUS2:20170906T164712Z:43ebcd51-6329-47ec-b751-f943ba2fcd27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1196,13 +1260,13 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/6cc0cf65-7e6a-40cd-aed8-e6a17cd981a50?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzLzZjYzBjZjY1LTdlNmEtNDBjZC1hZWQ4LWU2YTE3Y2Q5ODFhNTA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeStore/locations/EastUS2/operationResults/da67b903-de2d-45da-bb5c-2c30d38af6270?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VTdG9yZS9sb2NhdGlvbnMvRWFzdFVTMi9vcGVyYXRpb25SZXN1bHRzL2RhNjdiOTAzLWRlMmQtNDVkYS1iYjVjLTJjMzBkMzhhZjYyNzA/YXBpLXZlcnNpb249MjAxNi0xMS0wMSZleHBhbmRlZD10cnVl", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", + "FxVersion/4.6.25211.01", "Microsoft.Azure.Management.DataLake.Store.DataLakeStoreAccountManagementClient/2.2.0.0" ] }, @@ -1221,7 +1285,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:50 GMT" + "Wed, 06 Sep 2017 16:47:42 GMT" ], "Pragma": [ "no-cache" @@ -1233,7 +1297,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "10780156-5c59-4a22-9263-aa99413d2ee6" + "21846885-753b-453d-afef-a7867fe4fe8f" ], "X-Content-Type-Options": [ "nosniff" @@ -1245,13 +1309,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "141583bd-6b44-4cb5-bc96-a614834d13dc" + "2cbabff1-722a-4609-b5f7-f1dd7ae8eea9" ], "x-ms-routing-request-id": [ - "WESTUS2:20170609T200750Z:141583bd-6b44-4cb5-bc96-a614834d13dc" + "WESTUS2:20170906T164742Z:2cbabff1-722a-4609-b5f7-f1dd7ae8eea9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1260,10 +1324,10 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjM3MzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjc1MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14585\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14585\"\r\n }\r\n ]\r\n },\r\n \"location\": \"East US 2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18282\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18282\"\r\n }\r\n ]\r\n },\r\n \"location\": \"East US 2\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1272,20 +1336,20 @@ "290" ], "x-ms-client-request-id": [ - "a5bad55a-f3f3-4894-aaaa-25a3da3539fb" + "35c2f29b-03eb-4791-8bf9-c2a079f773ca" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14585\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14585\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"6fc6f64b-d09d-43ca-bb74-419c30e8fb28\",\r\n \"creationTime\": null,\r\n \"lastModifiedTime\": null\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734\",\r\n \"name\": \"testaba23734\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18282\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18282\"\r\n }\r\n ],\r\n \"provisioningState\": \"Creating\",\r\n \"state\": null,\r\n \"endpoint\": null,\r\n \"accountId\": \"00d36210-7b94-453b-87ac-eb7732a6ddec\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520\",\r\n \"name\": \"testaba27520\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "573" + "517" ], "Content-Type": [ "application/json" @@ -1300,13 +1364,13 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:07:54 GMT" + "Wed, 06 Sep 2017 16:47:46 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourcegroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734/operationresults/0?api-version=2016-11-01" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourcegroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520/operationresults/0?api-version=2016-11-01" ], "Retry-After": [ "10" @@ -1315,10 +1379,10 @@ "Microsoft-IIS/8.5" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/6fc6f64b-d09d-43ca-bb74-419c30e8fb280?api-version=2016-11-01&expanded=true" + "https://management.azure.com/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/00d36210-7b94-453b-87ac-eb7732a6ddec0?api-version=2016-11-01&expanded=true" ], "x-ms-request-id": [ - "8b0009c8-512d-4b0b-be6d-9d6fb2ccad68" + "09f58d45-c85a-446f-9c99-95ceb89db505" ], "X-Content-Type-Options": [ "nosniff" @@ -1333,10 +1397,10 @@ "1199" ], "x-ms-correlation-request-id": [ - "fe66f193-9680-43a6-aecb-1ecc3e1ba6ff" + "8f4130fe-3e1a-4ed6-9c9b-c1d0d35ce003" ], "x-ms-routing-request-id": [ - "WESTUS:20170609T200755Z:fe66f193-9680-43a6-aecb-1ecc3e1ba6ff" + "WESTUS2:20170906T164747Z:8f4130fe-3e1a-4ed6-9c9b-c1d0d35ce003" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,14 +1409,14 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/6fc6f64b-d09d-43ca-bb74-419c30e8fb280?api-version=2016-11-01&expanded=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy82ZmM2ZjY0Yi1kMDlkLTQzY2EtYmI3NC00MTljMzBlOGZiMjgwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/providers/Microsoft.DataLakeAnalytics/locations/EastUS2/operationResults/00d36210-7b94-453b-87ac-eb7732a6ddec0?api-version=2016-11-01&expanded=true", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGF0YUxha2VBbmFseXRpY3MvbG9jYXRpb25zL0Vhc3RVUzIvb3BlcmF0aW9uUmVzdWx0cy8wMGQzNjIxMC03Yjk0LTQ1M2ItODdhYy1lYjc3MzJhNmRkZWMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDEmZXhwYW5kZWQ9dHJ1ZQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.1.1.0" ] }, "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", @@ -1370,7 +1434,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:08:24 GMT" + "Wed, 06 Sep 2017 16:48:19 GMT" ], "Pragma": [ "no-cache" @@ -1382,7 +1446,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "d40ad52b-5890-4692-9d42-275807d18d47" + "2e22ff11-a767-4987-a53a-4ecf7b67145f" ], "X-Content-Type-Options": [ "nosniff" @@ -1394,13 +1458,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14998" ], "x-ms-correlation-request-id": [ - "57a1e959-233c-44a6-8dae-25984d0b3804" + "ebe90636-814c-4a68-8a04-225525f5bd97" ], "x-ms-routing-request-id": [ - "WESTUS:20170609T200825Z:57a1e959-233c-44a6-8dae-25984d0b3804" + "WESTUS2:20170906T164820Z:ebe90636-814c-4a68-8a04-225525f5bd97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1409,17 +1473,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjM3MzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjc1MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"debugDataAccessLevel\": \"All\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14585\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14585\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"maxDegreeOfParallelismPerJob\": 250,\r\n \"minPriorityPerJob\": 1,\r\n \"computePolicies\": [],\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba23734.azuredatalakeanalytics.net\",\r\n \"accountId\": \"6fc6f64b-d09d-43ca-bb74-419c30e8fb28\",\r\n \"creationTime\": \"2017-06-09T20:07:58.4251724Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:07:58.4251724Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734\",\r\n \"name\": \"testaba23734\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"debugDataAccessLevel\": \"All\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18282\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18282\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 100,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 100,\r\n \"systemMaxJobCount\": 20,\r\n \"maxDegreeOfParallelismPerJob\": 100,\r\n \"minPriorityPerJob\": 1,\r\n \"computePolicies\": [],\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba27520.azuredatalakeanalytics.net\",\r\n \"accountId\": \"00d36210-7b94-453b-87ac-eb7732a6ddec\",\r\n \"creationTime\": \"2017-09-06T16:47:49.711777Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:47:49.711777Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520\",\r\n \"name\": \"testaba27520\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1434,7 +1498,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:08:25 GMT" + "Wed, 06 Sep 2017 16:48:21 GMT" ], "Pragma": [ "no-cache" @@ -1446,7 +1510,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e953df74-bcf1-44d6-9af2-414020d41c01" + "e755fc54-d647-487c-9422-57f8849f630c" ], "X-Content-Type-Options": [ "nosniff" @@ -1458,13 +1522,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14995" ], "x-ms-correlation-request-id": [ - "6ce50b6f-b954-444e-88c2-9e98f632d54b" + "22f8b64b-77c1-463a-97b3-46a8eebc022d" ], "x-ms-routing-request-id": [ - "WESTUS:20170609T200826Z:6ce50b6f-b954-444e-88c2-9e98f632d54b" + "WESTUS2:20170906T164821Z:22f8b64b-77c1-463a-97b3-46a8eebc022d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,23 +1537,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734?api-version=2016-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTNkOTA2M2QtODdhZS00ZWE4LWJlOTAtMzY4NmMzYjg2NjlmL3Jlc291cmNlR3JvdXBzL3JnYWJhMTUzNTUvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjM3MzQ/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520?api-version=2016-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDQzMTlkNmQtNGE2Ni00NzAxLWJiMmYtZTdkYmJkOWFlNGRiL3Jlc291cmNlR3JvdXBzL3JnYWJhMTk1NzYvcHJvdmlkZXJzL01pY3Jvc29mdC5EYXRhTGFrZUFuYWx5dGljcy9hY2NvdW50cy90ZXN0YWJhMjc1MjA/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa15bb98-08e0-4b5e-a05f-2ef75a45dcf7" + "510b092d-a4d3-47e8-adb1-e63da0080a79" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"debugDataAccessLevel\": \"All\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake14585\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake14585\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 250,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 250,\r\n \"systemMaxJobCount\": 20,\r\n \"maxDegreeOfParallelismPerJob\": 250,\r\n \"minPriorityPerJob\": 1,\r\n \"computePolicies\": [],\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba23734.azuredatalakeanalytics.net\",\r\n \"accountId\": \"6fc6f64b-d09d-43ca-bb74-419c30e8fb28\",\r\n \"creationTime\": \"2017-06-09T20:07:58.4251724Z\",\r\n \"lastModifiedTime\": \"2017-06-09T20:07:58.4251724Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/53d9063d-87ae-4ea8-be90-3686c3b8669f/resourceGroups/rgaba15355/providers/Microsoft.DataLakeAnalytics/accounts/testaba23734\",\r\n \"name\": \"testaba23734\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"firewallState\": \"Disabled\",\r\n \"firewallAllowAzureIps\": \"Disabled\",\r\n \"debugDataAccessLevel\": \"All\",\r\n \"firewallRules\": [],\r\n \"defaultDataLakeStoreAccount\": \"testdatalake18282\",\r\n \"dataLakeStoreAccounts\": [\r\n {\r\n \"properties\": {\r\n \"suffix\": \"azuredatalakestore.net\"\r\n },\r\n \"name\": \"testdatalake18282\"\r\n }\r\n ],\r\n \"storageAccounts\": [],\r\n \"maxDegreeOfParallelism\": 100,\r\n \"maxJobCount\": 20,\r\n \"systemMaxDegreeOfParallelism\": 100,\r\n \"systemMaxJobCount\": 20,\r\n \"maxDegreeOfParallelismPerJob\": 100,\r\n \"minPriorityPerJob\": 1,\r\n \"computePolicies\": [],\r\n \"queryStoreRetention\": 30,\r\n \"hiveMetastores\": [],\r\n \"currentTier\": \"Consumption\",\r\n \"newTier\": \"Consumption\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"state\": \"Active\",\r\n \"endpoint\": \"testaba27520.azuredatalakeanalytics.net\",\r\n \"accountId\": \"00d36210-7b94-453b-87ac-eb7732a6ddec\",\r\n \"creationTime\": \"2017-09-06T16:47:49.711777Z\",\r\n \"lastModifiedTime\": \"2017-09-06T16:47:49.711777Z\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"id\": \"/subscriptions/04319d6d-4a66-4701-bb2f-e7dbbd9ae4db/resourceGroups/rgaba19576/providers/Microsoft.DataLakeAnalytics/accounts/testaba27520\",\r\n \"name\": \"testaba27520\",\r\n \"type\": \"Microsoft.DataLakeAnalytics/accounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1504,7 +1568,7 @@ "close" ], "Date": [ - "Fri, 09 Jun 2017 20:08:26 GMT" + "Wed, 06 Sep 2017 16:48:21 GMT" ], "Pragma": [ "no-cache" @@ -1516,7 +1580,7 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "adb73d29-5f8a-4e9e-abd2-96d5d0ea5275" + "2fce111b-b55d-4fd4-a78e-b0787e1ffb73" ], "X-Content-Type-Options": [ "nosniff" @@ -1528,13 +1592,13 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14987" ], "x-ms-correlation-request-id": [ - "33fb3de6-dbf6-4ce3-91ff-0bbcbc53c67a" + "7b738250-7423-4705-9ceb-df090dbbf8f7" ], "x-ms-routing-request-id": [ - "WESTUS:20170609T200826Z:33fb3de6-dbf6-4ce3-91ff-0bbcbc53c67a" + "WESTUS2:20170906T164822Z:7b738250-7423-4705-9ceb-df090dbbf8f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1543,27 +1607,24 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/45b46a53-6311-4120-9b7f-cbc30192e130?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNDViNDZhNTMtNjMxMS00MTIwLTliN2YtY2JjMzAxOTJlMTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZjA2NjVkOTctZTI5ZS00ZTBmLThjZDMtOTljZGZkY2M1NDhjP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a6ed4d-1faf-4bc2-b26f-fad7f9dde32f" + "86b68e40-1432-4bc3-a8eb-8499bc8f51a5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"JobNotFound\",\r\n \"message\": \"Cannot find the job with id 45b46a53-6311-4120-9b7f-cbc30192e130.\"\r\n }\r\n}", + "ResponseBody": "", "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], "Expires": [ "-1" ], @@ -1571,13 +1632,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:29 GMT" + "Wed, 06 Sep 2017 16:48:25 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "0d5bf863-4f03-482f-9190-ddf8ef88d83a" + "532c2893-2322-467a-8fc0-da4783ffbfcc" ], "X-Content-Type-Options": [ "nosniff" @@ -1589,23 +1650,23 @@ "StatusCode": 404 }, { - "RequestUri": "/Jobs/45b46a53-6311-4120-9b7f-cbc30192e130?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNDViNDZhNTMtNjMxMS00MTIwLTliN2YtY2JjMzAxOTJlMTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZjA2NjVkOTctZTI5ZS00ZTBmLThjZDMtOTljZGZkY2M1NDhjP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06430061-9461-4d96-9f77-df6bec16df79" + "a03029b1-fb50-4431-932d-9b6dc2632735" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"45b46a53-6311-4120-9b7f-cbc30192e130\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"endTime\": \"2017-06-09T13:08:30.9676997-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by adlsvc01app@SPI.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.733302-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.9676997-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.2343977S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"f0665d97-e29e-4e0f-8cd3-99cdfdcc548c\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"endTime\": \"2017-09-06T09:48:27.7682959-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by AdlSdkTestApp01@SPI.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:27.3307762-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-09-06T09:48:27.7682959-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.4375197S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1617,13 +1678,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:31 GMT" + "Wed, 06 Sep 2017 16:48:27 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "7991fcbd-bf62-4503-af12-6249da0fd5fb" + "8fb6420f-9461-4a2b-b697-c72cd6b8cc04" ], "X-Content-Type-Options": [ "nosniff" @@ -1635,23 +1696,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/45b46a53-6311-4120-9b7f-cbc30192e130?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNDViNDZhNTMtNjMxMS00MTIwLTliN2YtY2JjMzAxOTJlMTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZjA2NjVkOTctZTI5ZS00ZTBmLThjZDMtOTljZGZkY2M1NDhjP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a74976a-b25d-4157-82bf-89cad786c9cb" + "4ee27fe4-0299-4b70-86c3-c838e12b9251" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"45b46a53-6311-4120-9b7f-cbc30192e130\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"endTime\": \"2017-06-09T13:08:30.9676997-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by adlsvc01app@SPI.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.733302-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.9676997-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.2343977S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"f0665d97-e29e-4e0f-8cd3-99cdfdcc548c\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"endTime\": \"2017-09-06T09:48:27.7682959-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"errorMessage\": [\r\n {\r\n \"errorId\": \"I_USER_CJS_CANCELEDBYUSER\",\r\n \"name\": \"CANCELED_BY_USER\",\r\n \"severity\": \"Info\",\r\n \"source\": \"User\",\r\n \"component\": \"CJS\",\r\n \"message\": \"Job was cancelled.\",\r\n \"details\": \"\",\r\n \"description\": \"Job was cancelled by AdlSdkTestApp01@SPI.\",\r\n \"resolution\": \"\",\r\n \"helpLink\": \"\",\r\n \"innerError\": null\r\n }\r\n ],\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:27.3307762-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-09-06T09:48:27.7682959-07:00\",\r\n \"details\": \"result:CanceledByUser\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"UserError\",\r\n \"totalCompilationTime\": \"PT0.4375197S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1663,13 +1724,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:32 GMT" + "Wed, 06 Sep 2017 16:48:28 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "6dc2bd62-ed51-4c74-8e51-685cba264136" + "5c500d75-7d2e-41f8-9971-8806ddaed2c3" ], "X-Content-Type-Options": [ "nosniff" @@ -1681,10 +1742,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/45b46a53-6311-4120-9b7f-cbc30192e130?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNDViNDZhNTMtNjMxMS00MTIwLTliN2YtY2JjMzAxOTJlMTMwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZjA2NjVkOTctZTI5ZS00ZTBmLThjZDMtOTljZGZkY2M1NDhjP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"degreeOfParallelism\": 2,\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n },\r\n \"type\": \"USql\",\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1693,17 +1754,17 @@ "559" ], "x-ms-client-request-id": [ - "01f14df1-60e0-477c-94fe-5dd4b4970d12" + "aa3111ee-1e02-41d5-ae28-3dd42a7e276b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"45b46a53-6311-4120-9b7f-cbc30192e130\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/45b46a53-6311-4120-9b7f-cbc30192e130/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"f0665d97-e29e-4e0f-8cd3-99cdfdcc548c\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1715,13 +1776,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:29 GMT" + "Wed, 06 Sep 2017 16:48:26 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "a1f3dbca-9d59-4455-b539-43e8b7c8663f" + "9f96894c-437c-45b6-970c-93e9736f987e" ], "X-Content-Type-Options": [ "nosniff" @@ -1733,20 +1794,20 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/45b46a53-6311-4120-9b7f-cbc30192e130/CancelJob?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvNDViNDZhNTMtNjMxMS00MTIwLTliN2YtY2JjMzAxOTJlMTMwL0NhbmNlbEpvYj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/Jobs/f0665d97-e29e-4e0f-8cd3-99cdfdcc548c/CancelJob?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZjA2NjVkOTctZTI5ZS00ZTBmLThjZDMtOTljZGZkY2M1NDhjL0NhbmNlbEpvYj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6185d7d5-811c-40cf-8a5d-d51252188995" + "54b792dc-aab5-44ad-a9e9-309000cf7640" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, "ResponseBody": "", @@ -1758,13 +1819,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:31 GMT" + "Wed, 06 Sep 2017 16:48:27 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "4e744797-5c5a-4c9f-bf2d-e263123c64e2" + "188888d0-5a4f-4b09-a1f8-8495244c96cc" ], "X-Content-Type-Options": [ "nosniff" @@ -1776,10 +1837,10 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"degreeOfParallelism\": 2,\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n },\r\n \"type\": \"USql\",\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1788,63 +1849,17 @@ "559" ], "x-ms-client-request-id": [ - "046bdf5f-099a-4845-8b68-d19d783ddb90" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" - ] - }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-store, no-cache, max-age=0, private" - ], - "Date": [ - "Fri, 09 Jun 2017 20:08:32 GMT" - ], - "Transfer-Encoding": [ - "chunked" - ], - "x-ms-request-id": [ - "040aea9c-2070-459d-97f3-e0970f2adbbe" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=15724800; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "07cb760f-c524-49d0-beee-3a6fe9a7a381" + "6dc95314-2c38-461f-9ac3-83c28d6c93bc" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.0841498S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00Z\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1856,13 +1871,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:32 GMT" + "Wed, 06 Sep 2017 16:48:28 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "86d3cf64-b788-4c4a-a1a4-59d5e344387e" + "738e2751-70e2-488a-a838-df9c9e7b7b53" ], "X-Content-Type-Options": [ "nosniff" @@ -1874,23 +1889,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bec396f-88f1-4405-ae6c-e6c6e18ca91c" + "a3cd5bab-f79d-45c9-9b87-c5c889bb42f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.3875932S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.3777044-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT0.1583817S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1902,13 +1917,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:37 GMT" + "Wed, 06 Sep 2017 16:48:29 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "762dd49e-2af0-45cf-80bf-b16a86ceb4da" + "8e902cc1-c949-4735-96eb-a6c888a5c07e" ], "X-Content-Type-Options": [ "nosniff" @@ -1920,23 +1935,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "207978f9-fc7f-4e26-80af-6dd47e41ce22" + "e2758a7c-f636-4597-ba84-a79b207d4fb2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.5686279S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.3777044-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT5.6272145S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1948,13 +1963,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:42 GMT" + "Wed, 06 Sep 2017 16:48:34 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "82c015fc-850b-482a-a743-730f77e4ffaa" + "fedb082d-7fb0-4666-9bc5-ad23614368c2" ], "X-Content-Type-Options": [ "nosniff" @@ -1966,23 +1981,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb064f7b-d6ab-4d29-b191-1407ba465a88" + "b0cb9b09-d7b2-4f40-af25-4c4c21fae137" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8741-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:81183320-5662-441f-aece-2cc99dfad185\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5353478\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5353478\",\r\n \"rootProcessNodeId\": \"81183320-5662-441f-aece-2cc99dfad185\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"yarnApplicationId\": 73939,\r\n \"yarnApplicationTimeStamp\": 1496985982015,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.171999S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156251S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"state\": \"Compiling\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.3777044-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"default\",\r\n \"rootProcessNodeId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT10.8616929S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -1994,13 +2009,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:48 GMT" + "Wed, 06 Sep 2017 16:48:39 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "458a1258-474a-4c8a-ab09-eaa5850b85cd" + "e01b1fcb-81d9-4e9b-b623-5dc1ede5dfc2" ], "X-Content-Type-Options": [ "nosniff" @@ -2012,23 +2027,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f4e6d55-3a8b-4004-b5ed-c097c07b88ca" + "4425ac28-dfdb-4caa-8dca-b2af82c25e0a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8741-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:81183320-5662-441f-aece-2cc99dfad185\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5353478\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5353478\",\r\n \"rootProcessNodeId\": \"81183320-5662-441f-aece-2cc99dfad185\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"yarnApplicationId\": 73939,\r\n \"yarnApplicationTimeStamp\": 1496985982015,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.171999S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156251S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"state\": \"Starting\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.3777044-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7217485-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7373739-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:b7f62be7-942c-49ea-8bb7-fbb9eea29e34\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7373739-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5404076\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeDiagnosisInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeDiagnosisInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5404076\",\r\n \"rootProcessNodeId\": \"b7f62be7-942c-49ea-8bb7-fbb9eea29e34\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"yarnApplicationId\": 82087,\r\n \"yarnApplicationTimeStamp\": 1504637728048,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3440441S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT0S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2040,13 +2055,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:53 GMT" + "Wed, 06 Sep 2017 16:48:45 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "a09f59ec-8364-4726-8d13-d6e91007206c" + "4d5eb84d-0514-462a-b830-95a50d34bade" ], "X-Content-Type-Options": [ "nosniff" @@ -2058,23 +2073,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a2b84bff-fc54-4c42-96af-2207510e9cfa" + "c6a90260-ea6c-4939-a497-7eafdb9e419d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"startTime\": \"2017-06-09T13:08:57.6867374-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8741-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:81183320-5662-441f-aece-2cc99dfad185\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5353478\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-06-09T13:08:57.6867374-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5353478\",\r\n \"rootProcessNodeId\": \"81183320-5662-441f-aece-2cc99dfad185\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"yarnApplicationId\": 73939,\r\n \"yarnApplicationTimeStamp\": 1496985982015,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.171999S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156251S\",\r\n \"totalRunningTime\": \"PT1.3417696S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"startTime\": \"2017-09-06T09:48:45.8468481-07:00\",\r\n \"state\": \"Running\",\r\n \"result\": \"None\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.3777044-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7217485-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7373739-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:b7f62be7-942c-49ea-8bb7-fbb9eea29e34\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7373739-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5404076\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-09-06T09:48:45.8468481-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeDiagnosisInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeDiagnosisInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5404076\",\r\n \"rootProcessNodeId\": \"b7f62be7-942c-49ea-8bb7-fbb9eea29e34\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"yarnApplicationId\": 82087,\r\n \"yarnApplicationTimeStamp\": 1504637728048,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3440441S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT5.0959027S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2086,13 +2101,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:08:58 GMT" + "Wed, 06 Sep 2017 16:48:50 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "277bf907-b1e9-4f9e-8c83-bfa0389b3288" + "d91f65e2-e90d-4d2d-8939-307e3fa2490a" ], "X-Content-Type-Options": [ "nosniff" @@ -2104,23 +2119,23 @@ "StatusCode": 200 }, { - "RequestUri": "/Jobs/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0?api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnMvOTlhM2ZlMDAtOTYzMy00Zjk1LTgzZDAtMWI2ZjZmZTEzYmYwP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", + "RequestUri": "/Jobs/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b?api-version=2016-11-01", + "EncodedRequestUri": "L0pvYnMvZWRkNDZkMzMtNmQ2NS00YzdkLWE4ZTctNGRhZDZkNDdmNDliP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8dafeae0-bc3f-49ed-8ad6-20d8aa0fc2ad" + "a095e257-976b-4b71-8042-7a06a434c8b0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"startTime\": \"2017-06-09T13:08:57.6867374-07:00\",\r\n \"endTime\": \"2017-06-09T13:09:01.3742884-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-06-09T13:08:32.702101-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8741-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:81183320-5662-441f-aece-2cc99dfad185\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-06-09T13:08:46.8897251-07:00\",\r\n \"details\": \"runtimeVersion:kobo_live_signed_5353478\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-06-09T13:08:57.6867374-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-06-09T13:09:01.3742884-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"adlsvc01app@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_live_signed_5353478\",\r\n \"rootProcessNodeId\": \"81183320-5662-441f-aece-2cc99dfad185\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/06/09/20/08/99a3fe00-9633-4f95-83d0-1b6f6fe13bf0/algebra.xml\",\r\n \"yarnApplicationId\": 73939,\r\n \"yarnApplicationTimeStamp\": 1496985982015,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT14.171999S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156251S\",\r\n \"totalRunningTime\": \"PT3.687551S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"startTime\": \"2017-09-06T09:48:45.8468481-07:00\",\r\n \"endTime\": \"2017-09-06T09:48:56.5502097-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"stateAuditRecords\": [\r\n {\r\n \"newState\": \"New\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"details\": \"userName:;submitMachine:N/A\"\r\n },\r\n {\r\n \"newState\": \"Compiling\",\r\n \"timeStamp\": \"2017-09-06T09:48:29.3777044-07:00\",\r\n \"details\": \"CcsAttempts:1;Status:Dispatched\"\r\n },\r\n {\r\n \"newState\": \"Queued\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7217485-07:00\"\r\n },\r\n {\r\n \"newState\": \"Scheduling\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7373739-07:00\",\r\n \"details\": \"Detail:Dispatching job to cluster.;rootProcessId:b7f62be7-942c-49ea-8bb7-fbb9eea29e34\"\r\n },\r\n {\r\n \"newState\": \"Starting\",\r\n \"timeStamp\": \"2017-09-06T09:48:41.7373739-07:00\",\r\n \"details\": \"runtimeVersion:kobo_vnext_signed_5404076\"\r\n },\r\n {\r\n \"newState\": \"Running\",\r\n \"timeStamp\": \"2017-09-06T09:48:45.8468481-07:00\",\r\n \"details\": \"runAttempt:1\"\r\n },\r\n {\r\n \"newState\": \"Ended\",\r\n \"timeStamp\": \"2017-09-06T09:48:56.5502097-07:00\",\r\n \"details\": \"result:Succeeded\"\r\n }\r\n ],\r\n \"properties\": {\r\n \"owner\": \"AdlSdkTestApp01@SPI\",\r\n \"resources\": [\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.dll\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.pdb\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.pdb\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"PartitionLastRows.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/PartitionLastRows.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"ScopeVertexDef.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/ScopeVertexDef.xml\",\r\n \"type\": \"VertexResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGen__.dll.cs\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGen__.dll.cs\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.dll.cpp\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.dll.cpp\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOutput__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenCompileOutput__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenCompileOptions__.txt\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenCompileOptions__.txt\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeCodeGenEngine__.cppresources\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeCodeGenEngine__.cppresources\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeDiagnosisInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeDiagnosisInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__SystemInternalInfo__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__SystemInternalInfo__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__AST.json\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__AST.json\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"query.abr\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/query.abr\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"Profile\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/profile\",\r\n \"type\": \"StatisticsResource\"\r\n },\r\n {\r\n \"name\": \"__ScopeRuntimeStatistics__.xml\",\r\n \"resourcePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/__ScopeRuntimeStatistics__.xml\",\r\n \"type\": \"StatisticsResource\"\r\n }\r\n ],\r\n \"runtimeVersion\": \"kobo_vnext_signed_5404076\",\r\n \"rootProcessNodeId\": \"b7f62be7-942c-49ea-8bb7-fbb9eea29e34\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/jobservice/jobs/Usql/2017/09/06/16/48/edd46d33-6d65-4c7d-a8e7-4dad6d47f49b/algebra.xml\",\r\n \"yarnApplicationId\": 82087,\r\n \"yarnApplicationTimeStamp\": 1504637728048,\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"totalCompilationTime\": \"PT12.3440441S\",\r\n \"totalPausedTime\": \"PT0S\",\r\n \"totalQueuedTime\": \"PT0.0156254S\",\r\n \"totalRunningTime\": \"PT10.7033616S\",\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2132,13 +2147,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:04 GMT" + "Wed, 06 Sep 2017 16:48:56 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "81590d22-9c28-43c7-b69a-3073a1ff0b24" + "4d3c7274-4793-466f-9d73-7a6eb9c31e14" ], "X-Content-Type-Options": [ "nosniff" @@ -2156,17 +2171,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9083f146-68d4-4de3-8237-395d0a6a4358" + "d7af113a-1c75-4ccd-b040-fdc13cde399e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"startTime\": \"2017-06-09T13:08:57.6867374-07:00\",\r\n \"endTime\": \"2017-06-09T13:09:01.3742884-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n },\r\n {\r\n \"jobId\": \"45b46a53-6311-4120-9b7f-cbc30192e130\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-06-09T13:08:30.3739424-07:00\",\r\n \"endTime\": \"2017-06-09T13:08:30.9676997-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"edd46d33-6d65-4c7d-a8e7-4dad6d47f49b\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"startTime\": \"2017-09-06T09:48:45.8468481-07:00\",\r\n \"endTime\": \"2017-09-06T09:48:56.5502097-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n },\r\n {\r\n \"jobId\": \"f0665d97-e29e-4e0f-8cd3-99cdfdcc548c\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 2,\r\n \"priority\": 1000,\r\n \"submitTime\": \"2017-09-06T09:48:26.8307903-07:00\",\r\n \"endTime\": \"2017-09-06T09:48:27.7682959-07:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Cancelled\",\r\n \"related\": {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"runId\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2178,13 +2193,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:04 GMT" + "Wed, 06 Sep 2017 16:48:56 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "62fd09f2-4ec4-4eb0-91bd-b72e5177c43c" + "31e6efb8-0bd9-4ee5-9c45-47f17b34d640" ], "X-Content-Type-Options": [ "nosniff" @@ -2196,23 +2211,23 @@ "StatusCode": 200 }, { - "RequestUri": "/pipelines/87214f17-37ce-47e5-b65a-b2687ab8c931?api-version=2016-11-01", - "EncodedRequestUri": "L3BpcGVsaW5lcy84NzIxNGYxNy0zN2NlLTQ3ZTUtYjY1YS1iMjY4N2FiOGM5MzE/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", + "RequestUri": "/pipelines/863f9efc-1529-4288-beb7-d5eb83832867?api-version=2016-11-01", + "EncodedRequestUri": "L3BpcGVsaW5lcy84NjNmOWVmYy0xNTI5LTQyODgtYmViNy1kNWViODM4MzI4Njc/YXBpLXZlcnNpb249MjAxNi0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2941c694-c450-4522-8a14-3b91241b7218" + "ef0e42fe-6ee7-41d5-b70f-ce5d07b93164" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.0020486394444444445,\r\n \"lastSubmitTime\": \"2017-06-09T13:08:32.514615-07:00\",\r\n \"runs\": [\r\n {\r\n \"item1\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"item2\": \"2017-06-09T13:08:32.514615-07:00\"\r\n },\r\n {\r\n \"item1\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"item2\": \"2017-06-09T13:08:30.3739424-07:00\"\r\n },\r\n {\r\n \"item1\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"item2\": \"2017-06-09T13:08:32.514615-07:00\"\r\n },\r\n {\r\n \"item1\": \"e83101d9-8ed7-4151-874f-ebf929f01930\",\r\n \"item2\": \"2017-06-09T13:08:30.3739424-07:00\"\r\n }\r\n ],\r\n \"recurrences\": [\r\n \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.005946312,\r\n \"lastSubmitTime\": \"2017-09-06T09:48:29.1901966-07:00\",\r\n \"runs\": [\r\n {\r\n \"item1\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"item2\": \"2017-09-06T09:48:29.1901966-07:00\"\r\n },\r\n {\r\n \"item1\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"item2\": \"2017-09-06T09:48:26.8307903-07:00\"\r\n },\r\n {\r\n \"item1\": \"e7504337-0343-4af3-aa7c-853af56ee6bb\",\r\n \"item2\": \"2017-09-06T09:48:29.1901966-07:00\"\r\n },\r\n {\r\n \"item1\": \"f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5\",\r\n \"item2\": \"2017-09-06T09:48:26.8307903-07:00\"\r\n }\r\n ],\r\n \"recurrences\": [\r\n \"db6db478-2002-4bb3-9489-4a23935e8582\"\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2224,13 +2239,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:04 GMT" + "Wed, 06 Sep 2017 16:48:57 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "2d59d1d5-39b6-488c-8884-2a7abd287483" + "d61a53c6-e0fa-48e8-a64f-8234d1476e97" ], "X-Content-Type-Options": [ "nosniff" @@ -2248,17 +2263,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56c49f98-81be-458a-a3da-caf3a0907c7a" + "7d314005-363c-4b95-85b8-4ab022498c53" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.0020486394444444445,\r\n \"lastSubmitTime\": \"2017-06-09T13:08:32.514615-07:00\"\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"pipelineId\": \"863f9efc-1529-4288-beb7-d5eb83832867\",\r\n \"pipelineName\": \"jobPipeline1852\",\r\n \"pipelineUri\": \"https://pipelineuri9000.contoso.com/myJob\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.005946312,\r\n \"lastSubmitTime\": \"2017-09-06T09:48:29.1901966-07:00\"\r\n }\r\n ],\r\n \"count\": 1\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2270,13 +2285,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:04 GMT" + "Wed, 06 Sep 2017 16:48:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "8948ac4c-3f71-416a-afcd-047f1e0a37cf" + "75708efa-a8e8-4cc1-8970-aab38789d256" ], "X-Content-Type-Options": [ "nosniff" @@ -2288,23 +2303,23 @@ "StatusCode": 200 }, { - "RequestUri": "/recurrences/22bd2d3e-0055-4a40-888f-376d0cf0c85e?api-version=2016-11-01", - "EncodedRequestUri": "L3JlY3VycmVuY2VzLzIyYmQyZDNlLTAwNTUtNGE0MC04ODhmLTM3NmQwY2YwYzg1ZT9hcGktdmVyc2lvbj0yMDE2LTExLTAx", + "RequestUri": "/recurrences/db6db478-2002-4bb3-9489-4a23935e8582?api-version=2016-11-01", + "EncodedRequestUri": "L3JlY3VycmVuY2VzL2RiNmRiNDc4LTIwMDItNGJiMy05NDg5LTRhMjM5MzVlODU4Mj9hcGktdmVyc2lvbj0yMDE2LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bcfbea5-c744-4b98-b347-85d96fc344b4" + "f295dd72-f3f2-4ce8-ad54-cf0c6e080868" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.0020486394444444445,\r\n \"lastSubmitTime\": \"2017-06-09T13:08:32.514615-07:00\"\r\n}", + "ResponseBody": "{\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.005946312,\r\n \"lastSubmitTime\": \"2017-09-06T09:48:29.1901966-07:00\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2316,13 +2331,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:04 GMT" + "Wed, 06 Sep 2017 16:48:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "ae677edb-f5b3-404b-ae12-ee080657ccd3" + "31198745-e856-4959-a4e6-23fcbe35fc8b" ], "X-Content-Type-Options": [ "nosniff" @@ -2340,17 +2355,17 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9019b6d-cab6-4a03-9351-85370b37fbc0" + "fee7c867-21c2-43fe-8a8f-e05d5cd07167" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.0020486394444444445,\r\n \"lastSubmitTime\": \"2017-06-09T13:08:32.514615-07:00\"\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"recurrenceId\": \"db6db478-2002-4bb3-9489-4a23935e8582\",\r\n \"recurrenceName\": \"recurrence5656\",\r\n \"numJobsFailed\": 0,\r\n \"numJobsCanceled\": 1,\r\n \"numJobsSucceeded\": 1,\r\n \"auHoursFailed\": 0.0,\r\n \"auHoursCanceled\": 0.0,\r\n \"auHoursSucceeded\": 0.005946312,\r\n \"lastSubmitTime\": \"2017-09-06T09:48:29.1901966-07:00\"\r\n }\r\n ],\r\n \"count\": 1\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2362,13 +2377,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:04 GMT" + "Wed, 06 Sep 2017 16:48:58 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "c2b878aa-ba60-499a-91be-0860922ef7ea" + "e7e6d0d6-179d-4a5a-b764-ebe81ff63210" ], "X-Content-Type-Options": [ "nosniff" @@ -2383,26 +2398,26 @@ "RequestUri": "/BuildJob?api-version=2016-11-01", "EncodedRequestUri": "L0J1aWxkSm9iP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "559" + "189" ], "x-ms-client-request-id": [ - "6d5d0c70-a7c0-4e94-a0ba-c2acacb92892" + "5a7e984c-9a3b-4178-81c6-669bbeb61741" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"jobId\": \"7b070f45-4e5a-4d95-9296-587a06691b61\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"properties\": {\r\n \"resources\": [],\r\n \"runtimeVersion\": \"kobo_live_signed_5353478\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake14585.azuredatalakestore.net/system/compilationService/jobs/USql/7b070f45-4e5a-4d95-9296-587a06691b61/2017/06/09/20/09/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"diagnostics\": [],\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"26bcf95b-776a-4e16-b6d2-da654560b0c1\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Succeeded\",\r\n \"properties\": {\r\n \"runtimeVersion\": \"default\",\r\n \"script\": \"DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb;\",\r\n \"algebraFilePath\": \"adl://testdatalake18282.azuredatalakestore.net/system/compilationService/jobs/USql/26bcf95b-776a-4e16-b6d2-da654560b0c1/2017/09/06/16/48/algebra.xml\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"diagnostics\": [],\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2414,13 +2429,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:15 GMT" + "Wed, 06 Sep 2017 16:49:04 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "33296aba-c7ea-4237-9bae-55c2ed5c004c" + "27c21a81-81f5-4650-bae2-de48cd6ca25a" ], "X-Content-Type-Options": [ "nosniff" @@ -2435,72 +2450,26 @@ "RequestUri": "/BuildJob?api-version=2016-11-01", "EncodedRequestUri": "L0J1aWxkSm9iP2FwaS12ZXJzaW9uPTIwMTYtMTEtMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"degreeOfParallelism\": 2,\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\"\r\n },\r\n \"related\": {\r\n \"pipelineId\": \"87214f17-37ce-47e5-b65a-b2687ab8c931\",\r\n \"pipelineName\": \"jobPipeline2672\",\r\n \"pipelineUri\": \"https://pipelineuri5724.contoso.com/myJob\",\r\n \"runId\": \"3b244085-87af-48e6-a549-f70a8c9f8ca7\",\r\n \"recurrenceId\": \"22bd2d3e-0055-4a40-888f-376d0cf0c85e\",\r\n \"recurrenceName\": \"recurrence6515\"\r\n }\r\n}", + "RequestBody": "{\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"properties\": {\r\n \"type\": \"USql\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "552" - ], - "x-ms-client-request-id": [ - "c333f88d-6ce2-4f36-bc9a-52b2bd1e4bdf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" - ] - }, - "ResponseBody": "{\r\n \"jobId\": \"26a41557-dc99-4de5-96d1-1ee7c03801af\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"adlsvc01app@SPI\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Failed\",\r\n \"properties\": {\r\n \"resources\": [],\r\n \"runtimeVersion\": \"\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"diagnostics\": [\r\n {\r\n \"severity\": \"Error\",\r\n \"lineNumber\": 1,\r\n \"columnNumber\": 18,\r\n \"start\": 17,\r\n \"end\": 22,\r\n \"message\": \"E_CSC_USER_SYNTAXERROR: syntax error. Expected one of: EXISTS\"\r\n }\r\n ],\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "182" ], - "Cache-Control": [ - "no-store, no-cache, max-age=0, private" - ], - "Date": [ - "Fri, 09 Jun 2017 20:09:23 GMT" - ], - "Transfer-Encoding": [ - "chunked" - ], - "x-ms-request-id": [ - "37d66d7a-9425-48f0-9a15-b1173a579451" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Strict-Transport-Security": [ - "max-age=15724800; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Jobs?$select=jobId&api-version=2016-11-01", - "EncodedRequestUri": "L0pvYnM/JHNlbGVjdD1qb2JJZCZhcGktdmVyc2lvbj0yMDE2LTExLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { "x-ms-client-request-id": [ - "266148f3-e3ba-41f6-8c19-c71cb6338f5a" + "8757bc5b-5feb-434e-9952-94dc1c06b770" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.0.1.0" + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient/3.1.1.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"jobId\": \"99a3fe00-9633-4f95-83d0-1b6f6fe13bf0\"\r\n },\r\n {\r\n \"jobId\": \"45b46a53-6311-4120-9b7f-cbc30192e130\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"jobId\": \"e111ed18-7766-4983-ba0d-8f71f644ba4c\",\r\n \"name\": \"azure sdk data lake analytics job\",\r\n \"type\": \"USql\",\r\n \"submitter\": \"AdlSdkTestApp01@SPI\",\r\n \"degreeOfParallelism\": 0,\r\n \"priority\": 0,\r\n \"submitTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"state\": \"Ended\",\r\n \"result\": \"Failed\",\r\n \"properties\": {\r\n \"runtimeVersion\": \"default\",\r\n \"script\": \"DROP DATABASE IF EXIST FOO; CREATE DATABASE FOO;\",\r\n \"compileMode\": \"Semantic\",\r\n \"errorSource\": \"Unknown\",\r\n \"diagnostics\": [\r\n {\r\n \"severity\": \"Error\",\r\n \"lineNumber\": 1,\r\n \"columnNumber\": 18,\r\n \"start\": 17,\r\n \"end\": 22,\r\n \"message\": \"E_CSC_USER_SYNTAXERROR: syntax error. Expected one of: EXISTS\"\r\n }\r\n ],\r\n \"expirationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"type\": \"USql\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -2512,13 +2481,13 @@ "no-store, no-cache, max-age=0, private" ], "Date": [ - "Fri, 09 Jun 2017 20:09:24 GMT" + "Wed, 06 Sep 2017 16:49:12 GMT" ], "Transfer-Encoding": [ "chunked" ], "x-ms-request-id": [ - "985f6c2b-ea3b-466c-aff8-f4c8021d9e37" + "2f9b50c2-1169-45e9-9f9b-b96a3b1f930c" ], "X-Content-Type-Options": [ "nosniff" @@ -2532,35 +2501,35 @@ ], "Names": { ".ctor": [ - "rgaba15355", - "testaba19231", - "testaba23734", - "teststorage18757", - "testdatalake14585", - "testdatalake24742", - "testazureblob13361", - "testdb14806", - "testtbl17756", - "testtvf17846", - "testproc12337", - "testview13545", - "testcred12341", - "testsecret15722", - "testsecretpwd19484" + "rgaba19576", + "testaba19902", + "testaba27520", + "teststorage14970", + "testdatalake18282", + "testdatalake2210", + "testazureblob18243", + "testdb15195", + "testtbl1745", + "testtvf14390", + "testproc11564", + "testview1620", + "testcred13115", + "testsecret13986", + "testsecretpwd18244" ], "SubmitGetListCancelTest": [ - "45b46a53-6311-4120-9b7f-cbc30192e130", - "99a3fe00-9633-4f95-83d0-1b6f6fe13bf0", - "22bd2d3e-0055-4a40-888f-376d0cf0c85e", - "recurrence6515", - "e83101d9-8ed7-4151-874f-ebf929f01930", - "3b244085-87af-48e6-a549-f70a8c9f8ca7", - "87214f17-37ce-47e5-b65a-b2687ab8c931", - "jobPipeline2672", - "pipelineuri5724" + "f0665d97-e29e-4e0f-8cd3-99cdfdcc548c", + "edd46d33-6d65-4c7d-a8e7-4dad6d47f49b", + "db6db478-2002-4bb3-9489-4a23935e8582", + "recurrence5656", + "f8121bda-c3bf-4fa1-bf5f-eb559b79d2b5", + "e7504337-0343-4af3-aa7c-853af56ee6bb", + "863f9efc-1529-4288-beb7-d5eb83832867", + "jobPipeline1852", + "pipelineuri9000" ] }, "Variables": { - "SubscriptionId": "53d9063d-87ae-4ea8-be90-3686c3b8669f" + "SubscriptionId": "04319d6d-4a66-4701-bb2f-e7dbbd9ae4db" } } \ No newline at end of file diff --git a/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs b/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs index 4f9943ffe2653..5a859cfdf64b1 100644 --- a/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs +++ b/src/SDKs/DataLake.Store/DataLakeStore.Tests/DataTransferTests/DataLakeStoreClientTests.cs @@ -199,7 +199,7 @@ public void DataLakeUploader_FreshUploadDownload() /// /// Tests the case of a fresh upload with multiple segments and multiple files. /// - // [Fact] + [Fact(Skip = "Flaky test, need to fix it")] public void DataLakeUploader_FreshFolderUploadDownload() { var frontEnd = new InMemoryFrontEnd();