From 11962b4b566ac4b2d2a3f94082dc54ce12fecacc Mon Sep 17 00:00:00 2001 From: Wai Sing Wong Date: Wed, 31 Oct 2018 16:17:56 -0700 Subject: [PATCH] [HDInsight] Fixed applications and MSI, added application test --- .../ScenarioTests/ApplicationsTests.cs | 86 + .../TestHueOnRunningCluster.json | 2292 +++++++++++++++++ .../Models/ClusterCreateParameters.cs | 5 +- .../Models/ApplicationGetHttpsEndpoint.cs | 12 +- .../Generated/Models/ApplicationProperties.cs | 11 +- .../Management.HDInsight.csproj | 4 +- .../Properties/AssemblyInfo.cs | 2 +- .../_metadata/hdinsight_resource-manager.txt | 7 +- 8 files changed, 2389 insertions(+), 30 deletions(-) create mode 100644 src/SDKs/HDInsight/Management.HDInsight.Tests/ScenarioTests/ApplicationsTests.cs create mode 100644 src/SDKs/HDInsight/Management.HDInsight.Tests/SessionRecords/Management.HDInsight.Tests.ApplicationsTests/TestHueOnRunningCluster.json diff --git a/src/SDKs/HDInsight/Management.HDInsight.Tests/ScenarioTests/ApplicationsTests.cs b/src/SDKs/HDInsight/Management.HDInsight.Tests/ScenarioTests/ApplicationsTests.cs new file mode 100644 index 000000000000..772fead07e41 --- /dev/null +++ b/src/SDKs/HDInsight/Management.HDInsight.Tests/ScenarioTests/ApplicationsTests.cs @@ -0,0 +1,86 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +namespace Management.HDInsight.Tests +{ + using Microsoft.Azure.Management.HDInsight; + using Microsoft.Azure.Management.HDInsight.Models; + using Microsoft.Rest.Azure; + using Xunit; + using System; + using System.Collections.Generic; + + [Collection("ScenarioTests")] + public class ApplicationsTests + { + [Fact] + public void TestHueOnRunningCluster() + { + string clusterName = "hdisdk-applications-hue"; + string testName = "TestHueOnRunningCluster"; + string suiteName = GetType().FullName; + + ClusterCreateParameters createParams = ClusterCreateParametersHelpers.GetCustomCreateParametersIaas(testName); + createParams.Version = "3.6"; + createParams.EdgeNodeSize = "Large"; + + HDInsightManagementTestUtilities.CreateClusterInNewResourceGroupAndRunTest(suiteName, testName, clusterName, createParams, (client, rgName) => + { + string applicationName = "MyApplication"; + Application application = new Application + { + Properties = new ApplicationProperties + { + InstallScriptActions = new[] + { + new RuntimeScriptAction + { + Name = "InstallHue", + Uri = "https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh", + Parameters = "-version latest -port 20000", + Roles = new [] { "edgenode" } + } + }, + ApplicationType = "CustomApplication", + ComputeProfile = new ComputeProfile + { + Roles = new List + { + new Role + { + Name = "edgenode", + HardwareProfile = new HardwareProfile + { + VmSize = createParams.EdgeNodeSize + }, + TargetInstanceCount = 1 + } + } + } + } + }; + + client.Applications.Create(rgName, clusterName, applicationName, application); + IPage listApplications = client.Applications.ListByCluster(rgName, clusterName); + Assert.NotEmpty(listApplications); + Assert.Single(listApplications, app => app.Name.Equals(applicationName, StringComparison.OrdinalIgnoreCase)); + + client.Applications.Delete(rgName, clusterName, applicationName); + listApplications = client.Applications.ListByCluster(rgName, clusterName); + Assert.Empty(listApplications); + }); + } + } +} diff --git a/src/SDKs/HDInsight/Management.HDInsight.Tests/SessionRecords/Management.HDInsight.Tests.ApplicationsTests/TestHueOnRunningCluster.json b/src/SDKs/HDInsight/Management.HDInsight.Tests/SessionRecords/Management.HDInsight.Tests.ApplicationsTests/TestHueOnRunningCluster.json new file mode 100644 index 000000000000..622dc1fa3b72 --- /dev/null +++ b/src/SDKs/HDInsight/Management.HDInsight.Tests/SessionRecords/Management.HDInsight.Tests.ApplicationsTests/TestHueOnRunningCluster.json @@ -0,0 +1,2292 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/hdisdk9051?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlZ3JvdXBzL2hkaXNkazkwNTE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"North Central US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25c7d263-5186-470e-8d1d-1853ca3f46d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "38" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 00:59:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "036b47e9-c59a-4484-a068-f3b37ffbab1c" + ], + "x-ms-correlation-request-id": [ + "036b47e9-c59a-4484-a068-f3b37ffbab1c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T005932Z:036b47e9-c59a-4484-a068-f3b37ffbab1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "181" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051\",\r\n \"name\": \"hdisdk9051\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWU/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"North Central US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6\",\r\n \"osType\": \"Linux\",\r\n \"tier\": \"Standard\",\r\n \"clusterDefinition\": {\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {},\r\n \"configurations\": {\r\n \"core-site\": {\r\n \"fs.defaultFS\": \"wasb://testhueonrunningcluster@wawonsdkncentralus.blob.core.windows.net\",\r\n \"fs.azure.account.key.wawonsdkncentralus.blob.core.windows.net\": \"E9Rz4cwkow1pdAXMEheSehexmUM2gqO455grmiK48TwgBqbAbBfUKLF78MRdkhBPo69qc4UX+BDUHpeJffHLOA==\"\r\n },\r\n \"gateway\": {\r\n \"restAuthCredential.isEnabled\": \"true\",\r\n \"restAuthCredential.username\": \"admin\",\r\n \"restAuthCredential.password\": \"Password1!\"\r\n }\r\n }\r\n },\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D3\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\",\r\n \"password\": \"Password1!\"\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\",\r\n \"password\": \"Password1!\"\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Small\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\",\r\n \"password\": \"Password1!\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7029119-b064-4f5b-862a-e83f5289b670" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1889" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 00:59:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"82d0e656-8106-4e9c-a964-fbb1cb4ad10c\"" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-hdi-clusteruri": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue?api-version=2018-06-01-preview" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "71bb3d8e-0458-4690-ad22-4e8cf277d267" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "dfa3a028-97b5-4676-aaa7-ddbc0a18409a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T005948Z:dfa3a028-97b5-4676-aaa7-ddbc0a18409a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1238" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue\",\r\n \"name\": \"hdisdk-applications-hue\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"North Central US\",\r\n \"etag\": \"82d0e656-8106-4e9c-a964-fbb1cb4ad10c\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.1810062023.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D3\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Medium\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"InProgress\",\r\n \"clusterState\": \"Accepted\",\r\n \"createdDate\": \"2018-10-31T00:59:47.747\",\r\n \"quotaInfo\": {\r\n \"coresUsed\": 20\r\n },\r\n \"tier\": \"standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:00:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "b0a55277-54b8-4a55-a15c-fde7c5ffe47b" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "dfb53418-c79b-4f19-bf60-ed755e5281f5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010018Z:dfb53418-c79b-4f19-bf60-ed755e5281f5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:00:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "edf8ad44-3789-47aa-b7fc-42988e2c6485" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "71f70392-87e3-4a86-ac00-0e9822bd830f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010049Z:71f70392-87e3-4a86-ac00-0e9822bd830f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:01:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "8d790315-ec87-42a1-adac-eb3661eff80e" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "ffd31679-6cd9-49f7-8cfa-211ba51e6a71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010119Z:ffd31679-6cd9-49f7-8cfa-211ba51e6a71" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:01:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "5fe64a5a-5ce3-4dce-9d45-94f37bbd60e7" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "7f0a4ccf-224b-4b30-a7b2-c34b8cec13dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010150Z:7f0a4ccf-224b-4b30-a7b2-c34b8cec13dd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:02:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "72790446-83b4-4889-882a-c7a1458a0dae" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "5ef8a2f1-749f-4680-a14d-96257fd92976" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010220Z:5ef8a2f1-749f-4680-a14d-96257fd92976" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:02:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "ffbc4091-bd4f-4244-a249-1d0c67534c54" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "c47cf292-62b7-4a39-a539-ca528251493b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010251Z:c47cf292-62b7-4a39-a539-ca528251493b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:03:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "dc4ebf55-60af-4d8d-a061-100e8a6cccae" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "1a1a90bc-3194-4032-9b45-c60b36d5330d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010321Z:1a1a90bc-3194-4032-9b45-c60b36d5330d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:03:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "7dd7b909-7795-49db-a392-37f7df21a0a3" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "baca1984-4af3-4460-9b46-840e75cce1be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010351Z:baca1984-4af3-4460-9b46-840e75cce1be" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:04:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "36ca97e2-e42f-440f-9aa0-b08ec9c8f11c" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "39618365-c65c-4e53-85fc-a3c2cae0f004" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010422Z:39618365-c65c-4e53-85fc-a3c2cae0f004" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:04:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "749a5998-d6fe-4ff3-be64-3e146db7d624" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "dab6157a-72e7-4c60-a7bd-67c081b270eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010454Z:dab6157a-72e7-4c60-a7bd-67c081b270eb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:05:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "daa3d324-1a02-4d01-a9d0-6c5520967cf7" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "ea7a98fb-4cdd-4ee4-ac57-d6d8ae431afd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010524Z:ea7a98fb-4cdd-4ee4-ac57-d6d8ae431afd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:05:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "aab4d7a7-c934-44b6-bf7b-5d948d6cc0b7" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "7094fa7b-3259-41aa-844b-0ce61b452ad9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010555Z:7094fa7b-3259-41aa-844b-0ce61b452ad9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:06:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "984062ec-c68d-49dd-b0bb-5fbd493d9b63" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "17438433-8f5c-48b8-bc4b-206b23093646" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010625Z:17438433-8f5c-48b8-bc4b-206b23093646" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:06:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "a5b432a6-6f63-4163-a224-a70e52615bfd" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "6a7a3801-3794-4e10-9dac-65ee8336b33d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010656Z:6a7a3801-3794-4e10-9dac-65ee8336b33d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:07:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "b38df28e-06fc-4745-b7c8-2d4b1fa8a280" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "4411ed64-2df6-44c1-9f33-d6306f7063b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010726Z:4411ed64-2df6-44c1-9f33-d6306f7063b2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:07:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "325c6b8b-7fd7-4a17-8dff-4b0a6ecef876" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "fd24f935-3bb8-42eb-b40a-7626e7e1c7ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010757Z:fd24f935-3bb8-42eb-b40a-7626e7e1c7ce" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:08:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "1e3d13ce-7f62-4871-9b5b-80c1c195bf76" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "17f4df96-3ac6-41b7-bfb1-d680435e6e76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010827Z:17f4df96-3ac6-41b7-bfb1-d680435e6e76" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:08:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "daae1546-466e-4113-b6b1-6288a40e22cc" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "3390fb89-a955-44a8-b869-03120761f535" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010857Z:3390fb89-a955-44a8-b869-03120761f535" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:09:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "cea8e41e-f54b-453b-9bd8-6518fff4f7a3" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "8f3a2d0c-d0fc-4c00-989e-a95bec8cf4aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010928Z:8f3a2d0c-d0fc-4c00-989e-a95bec8cf4aa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:09:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "02d24cce-fb8f-4a12-adad-f7b5bc4fff4a" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "d28a2c0e-38aa-446f-ba78-99a1d8f0c6d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T010959Z:d28a2c0e-38aa-446f-ba78-99a1d8f0c6d7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:10:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "e7848234-e4ad-4df5-9866-377225a99230" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "285b4ddb-d323-4299-ad67-e685a0bdd7e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T011029Z:285b4ddb-d323-4299-ad67-e685a0bdd7e8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvY3JlYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:49:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "02853828-eb72-47c6-93d8-8cf96e4e0057" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "cdbf5db6-faba-41e6-a5f2-12cf1999fe75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T014904Z:cdbf5db6-faba-41e6-a5f2-12cf1999fe75" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWU/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:10:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "55ff0102-fa6d-4ab1-ba6f-f89d6d37ef79" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "1040bf67-4258-41a3-8a37-61756a7a8d91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T011030Z:1040bf67-4258-41a3-8a37-61756a7a8d91" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1468" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue\",\r\n \"name\": \"hdisdk-applications-hue\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"North Central US\",\r\n \"etag\": \"82d0e656-8106-4e9c-a964-fbb1cb4ad10c\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.1810062023.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D3_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Medium\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterState\": \"Running\",\r\n \"createdDate\": \"2018-10-31T00:59:47.747\",\r\n \"quotaInfo\": {\r\n \"coresUsed\": 20\r\n },\r\n \"connectivityEndpoints\": [\r\n {\r\n \"name\": \"SSH\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-applications-hue-ssh.azurehdinsight.net\",\r\n \"port\": 22\r\n },\r\n {\r\n \"name\": \"HTTPS\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-applications-hue.azurehdinsight.net\",\r\n \"port\": 443\r\n }\r\n ],\r\n \"tier\": \"standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWU/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "562f4f15-b1c9-4a64-942c-7b98783e0611" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:51:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "ded30655-5fb9-4cdf-8926-bd7b15d634c9" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "67d285dd-a3d2-4734-bd25-657c97e1627d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015111Z:67d285dd-a3d2-4734-bd25-657c97e1627d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "1468" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue\",\r\n \"name\": \"hdisdk-applications-hue\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"North Central US\",\r\n \"etag\": \"82d0e656-8106-4e9c-a964-fbb1cb4ad10c\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.1810062023.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D3_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Medium\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser\"\r\n }\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterState\": \"Running\",\r\n \"createdDate\": \"2018-10-31T00:59:47.747\",\r\n \"quotaInfo\": {\r\n \"coresUsed\": 20\r\n },\r\n \"connectivityEndpoints\": [\r\n {\r\n \"name\": \"SSH\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-applications-hue-ssh.azurehdinsight.net\",\r\n \"port\": 22\r\n },\r\n {\r\n \"name\": \"HTTPS\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-applications-hue.azurehdinsight.net\",\r\n \"port\": 443\r\n }\r\n ],\r\n \"tier\": \"standard\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXBwbGljYXRpb25zL015QXBwbGljYXRpb24/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"edgenode\",\r\n \"targetInstanceCount\": 1,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n }\r\n }\r\n ]\r\n },\r\n \"installScriptActions\": [\r\n {\r\n \"name\": \"InstallHue\",\r\n \"uri\": \"https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh\",\r\n \"parameters\": \"-version latest -port 20000\",\r\n \"roles\": [\r\n \"edgenode\"\r\n ]\r\n }\r\n ],\r\n \"applicationType\": \"CustomApplication\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0148f55-9ea5-4b4a-b2c7-c3e9aa5b91fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "607" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:10:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"2498A596-BF0F-4C34-A410-74F6037DD642\"" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-hdi-appuri": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication?api-version=2018-06-01-preview" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/create?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "adfee095-4e35-48e7-9ff2-622dd1b0fad7" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "49d6abce-fdfb-400f-9b38-5bc6917b773d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T011032Z:49d6abce-fdfb-400f-9b38-5bc6917b773d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "835" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication\",\r\n \"name\": \"MyApplication\",\r\n \"type\": \"Microsoft.HDInsight/clusters/applications\",\r\n \"etag\": \"2498A596-BF0F-4C34-A410-74F6037DD642\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"edgenode\",\r\n \"targetInstanceCount\": 1,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"installScriptActions\": [\r\n {\r\n \"name\": \"InstallHue\",\r\n \"uri\": \"https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh\",\r\n \"roles\": [\r\n \"edgenode\"\r\n ]\r\n }\r\n ],\r\n \"uninstallScriptActions\": [],\r\n \"httpsEndpoints\": [],\r\n \"sshEndpoints\": [],\r\n \"provisioningState\": \"InProgress\",\r\n \"applicationState\": \"Accepted\",\r\n \"createdDate\": \"2018-10-31T01:10:31.89\",\r\n \"applicationType\": \"CustomApplication\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXBwbGljYXRpb25zL015QXBwbGljYXRpb24/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:49:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "c022a01a-71a8-4bb6-bf61-37531c807b09" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "01230396-09a1-4331-b098-f2c7b0c993c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T014905Z:01230396-09a1-4331-b098-f2c7b0c993c0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "948" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication\",\r\n \"name\": \"MyApplication\",\r\n \"type\": \"Microsoft.HDInsight/clusters/applications\",\r\n \"etag\": \"BACAF751-B58F-48E1-87B9-EB2D7C2E2D1A\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"edgenode\",\r\n \"targetInstanceCount\": 1,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"installScriptActions\": [\r\n {\r\n \"name\": \"InstallHue\",\r\n \"uri\": \"https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh\",\r\n \"roles\": [\r\n \"edgenode\"\r\n ]\r\n }\r\n ],\r\n \"uninstallScriptActions\": [],\r\n \"httpsEndpoints\": [],\r\n \"sshEndpoints\": [\r\n {\r\n \"location\": \"MyApplication.hdisdk-applications-hue-ssh.azurehdinsight.net:22\",\r\n \"destinationPort\": 22,\r\n \"publicPort\": 22\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"applicationState\": \"Running\",\r\n \"createdDate\": \"2018-10-31T01:10:31.89\",\r\n \"applicationType\": \"CustomApplication\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXBwbGljYXRpb25zP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8ae9b2e-0c6d-482f-b977-f4b9e0b27a10" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:49:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "fddc9bd9-e47f-4893-846d-c97a86e6aa26" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "aa85bc48-41b0-4cf0-9b3b-fb97ba4eb212" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T014905Z:aa85bc48-41b0-4cf0-9b3b-fb97ba4eb212" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "960" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication\",\r\n \"name\": \"MyApplication\",\r\n \"type\": \"Microsoft.HDInsight/clusters/applications\",\r\n \"etag\": \"BACAF751-B58F-48E1-87B9-EB2D7C2E2D1A\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"edgenode\",\r\n \"targetInstanceCount\": 1,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Large\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"installScriptActions\": [\r\n {\r\n \"name\": \"InstallHue\",\r\n \"uri\": \"https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh\",\r\n \"roles\": [\r\n \"edgenode\"\r\n ]\r\n }\r\n ],\r\n \"uninstallScriptActions\": [],\r\n \"httpsEndpoints\": [],\r\n \"sshEndpoints\": [\r\n {\r\n \"location\": \"MyApplication.hdisdk-applications-hue-ssh.azurehdinsight.net:22\",\r\n \"destinationPort\": 22,\r\n \"publicPort\": 22\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"applicationState\": \"Running\",\r\n \"createdDate\": \"2018-10-31T01:10:31.89\",\r\n \"applicationType\": \"CustomApplication\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXBwbGljYXRpb25zP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35f03e2e-f8dc-4a3b-893f-4526fab298b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:51:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "6275c90a-9929-4d2b-a235-04b2398cb928" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "9404cea2-b14c-4ce8-881e-952891206f53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015109Z:9404cea2-b14c-4ce8-881e-952891206f53" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/applications/MyApplication?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXBwbGljYXRpb25zL015QXBwbGljYXRpb24/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d3fcf4e-79c8-4c88-a8d6-945a34225313" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:49:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/operationresults/155336a0-63a2-4a03-bc97-4b0619e6fc5b-0-r?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/155336a0-63a2-4a03-bc97-4b0619e6fc5b-0-r?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "b08ca0d1-56b1-424c-86b4-b2deb5d19887" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "4bde4966-9ac7-4744-963c-e9598b5b562b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T014906Z:4bde4966-9ac7-4744-963c-e9598b5b562b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/155336a0-63a2-4a03-bc97-4b0619e6fc5b-0-r?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvMTU1MzM2YTAtNjNhMi00YTAzLWJjOTctNGIwNjE5ZTZmYzViLTAtcj9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:50:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "b654700c-a8c9-4c56-bf30-484cf45d7605" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "e090a8e5-c3fc-4824-a5f0-bec44b7a8cf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015007Z:e090a8e5-c3fc-4824-a5f0-bec44b7a8cf0" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/azureasyncoperations/155336a0-63a2-4a03-bc97-4b0619e6fc5b-0-r?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvYXp1cmVhc3luY29wZXJhdGlvbnMvMTU1MzM2YTAtNjNhMi00YTAzLWJjOTctNGIwNjE5ZTZmYzViLTAtcj9hcGktdmVyc2lvbj0yMDE4LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:51:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "5afa83f5-aad8-474a-8934-1fa9a0677760" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "8130b756-38e4-495b-a282-a929f2ce01e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015109Z:8130b756-38e4-495b-a282-a929f2ce01e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue/operationresults/155336a0-63a2-4a03-bc97-4b0619e6fc5b-0-r?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWUvb3BlcmF0aW9ucmVzdWx0cy8xNTUzMzZhMC02M2EyLTRhMDMtYmM5Ny00YjA2MTllNmZjNWItMC1yP2FwaS12ZXJzaW9uPTIwMTgtMDYtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:51:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "x-ms-request-id": [ + "e0bf84db-3f85-419a-aa54-d915f1d6df53" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "bbf0362f-e034-4574-b0aa-8b4204862508" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015109Z:bbf0362f-e034-4574-b0aa-8b4204862508" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourceGroups/hdisdk9051/providers/Microsoft.HDInsight/clusters/hdisdk-applications-hue?api-version=2018-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlR3JvdXBzL2hkaXNkazkwNTEvcHJvdmlkZXJzL01pY3Jvc29mdC5IREluc2lnaHQvY2x1c3RlcnMvaGRpc2RrLWFwcGxpY2F0aW9ucy1odWU/YXBpLXZlcnNpb249MjAxOC0wNi0wMS1wcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76a5e6df-0ca0-482e-9399-380d2733cf1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:51:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/North%20Central%20US/operationresults/6520a553-8edc-4d5a-a414-eda759f26cc4-0-r?api-version=2018-06-01-preview" + ], + "Retry-After": [ + "60" + ], + "x-ms-hdi-matched-rule": [ + "ClusterResourcesAndSubResources" + ], + "x-ms-hdi-routed-to": [ + "RegionalRp" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/providers/Microsoft.HDInsight/locations/North%20Central%20US/azureasyncoperations/6520a553-8edc-4d5a-a414-eda759f26cc4-0-r?api-version=2018-06-01-preview" + ], + "x-ms-request-id": [ + "91b9c550-e013-466e-968c-05a07383cc4f" + ], + "x-ms-hdi-served-by": [ + "northcentralus" + ], + "x-ms-correlation-request-id": [ + "0fedbeaf-a123-4ad6-9193-ee6c0cb61af5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015113Z:0fedbeaf-a123-4ad6-9193-ee6c0cb61af5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/resourcegroups/hdisdk9051?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTY0YzEwYmItOGE2Yy00M2JjLTgzZDMtNmIzMThjNmM3MzA1L3Jlc291cmNlZ3JvdXBzL2hkaXNkazkwNTE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0be61009-d5c1-41fe-9d62-44dace6d6f50" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 31 Oct 2018 01:51:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/964c10bb-8a6c-43bc-83d3-6b318c6c7305/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1IRElTREs5MDUxLU5PUlRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJub3J0aGNlbnRyYWx1cyJ9?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "1fc99682-5dd6-4bf3-9e52-5d829cbb2c69" + ], + "x-ms-correlation-request-id": [ + "1fc99682-5dd6-4bf3-9e52-5d829cbb2c69" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20181031T015114Z:1fc99682-5dd6-4bf3-9e52-5d829cbb2c69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + } + ], + "Names": { + "CreateResourceGroup": [ + "hdisdk9051" + ] + }, + "Variables": { + "SubscriptionId": "964c10bb-8a6c-43bc-83d3-6b318c6c7305" + } +} \ No newline at end of file diff --git a/src/SDKs/HDInsight/Management.HDInsight/Customizations/Models/ClusterCreateParameters.cs b/src/SDKs/HDInsight/Management.HDInsight/Customizations/Models/ClusterCreateParameters.cs index c3c74c0eae7a..905dff035dad 100644 --- a/src/SDKs/HDInsight/Management.HDInsight/Customizations/Models/ClusterCreateParameters.cs +++ b/src/SDKs/HDInsight/Management.HDInsight/Customizations/Models/ClusterCreateParameters.cs @@ -178,7 +178,10 @@ public partial class ClusterCreateParameters /// public Dictionary Tags { get; private set; } - public ClusterIdentity ClusterIdentity { get; private set; } + /// + /// Gets or sets the managed identity of the cluster. + /// + public ClusterIdentity ClusterIdentity { get; set; } /// /// Initializes a new instance of the ClusterCreateParameters class. diff --git a/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationGetHttpsEndpoint.cs b/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationGetHttpsEndpoint.cs index 2a37294cd727..8047f6270ab8 100644 --- a/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationGetHttpsEndpoint.cs +++ b/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationGetHttpsEndpoint.cs @@ -33,17 +33,14 @@ public ApplicationGetHttpsEndpoint() /// Initializes a new instance of the ApplicationGetHttpsEndpoint /// class. /// - /// Unmatched properties from the - /// message are deserialized this collection /// The list of access modes for the /// application. /// The location of the endpoint. /// The destination port to connect /// to. /// The public port to connect to. - public ApplicationGetHttpsEndpoint(IDictionary additionalProperties = default(IDictionary), IList accessModes = default(IList), string location = default(string), int? destinationPort = default(int?), int? publicPort = default(int?)) + public ApplicationGetHttpsEndpoint(IList accessModes = default(IList), string location = default(string), int? destinationPort = default(int?), int? publicPort = default(int?)) { - AdditionalProperties = additionalProperties; AccessModes = accessModes; Location = location; DestinationPort = destinationPort; @@ -56,13 +53,6 @@ public ApplicationGetHttpsEndpoint() /// partial void CustomInit(); - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - /// /// Gets or sets the list of access modes for the application. /// diff --git a/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationProperties.cs b/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationProperties.cs index 988d0584c368..4c1936079a51 100644 --- a/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationProperties.cs +++ b/src/SDKs/HDInsight/Management.HDInsight/Generated/Models/ApplicationProperties.cs @@ -49,9 +49,7 @@ public ApplicationProperties() /// The application create date time. /// The marketplace /// identifier. - /// The additional properties for - /// application. - public ApplicationProperties(ComputeProfile computeProfile = default(ComputeProfile), IList installScriptActions = default(IList), IList uninstallScriptActions = default(IList), IList httpsEndpoints = default(IList), IList sshEndpoints = default(IList), string provisioningState = default(string), string applicationType = default(string), string applicationState = default(string), IList errors = default(IList), string createdDate = default(string), string marketplaceIdentifier = default(string), string additionalProperties = default(string)) + public ApplicationProperties(ComputeProfile computeProfile = default(ComputeProfile), IList installScriptActions = default(IList), IList uninstallScriptActions = default(IList), IList httpsEndpoints = default(IList), IList sshEndpoints = default(IList), string provisioningState = default(string), string applicationType = default(string), string applicationState = default(string), IList errors = default(IList), string createdDate = default(string), string marketplaceIdentifier = default(string)) { ComputeProfile = computeProfile; InstallScriptActions = installScriptActions; @@ -64,7 +62,6 @@ public ApplicationProperties() Errors = errors; CreatedDate = createdDate; MarketplaceIdentifier = marketplaceIdentifier; - AdditionalProperties = additionalProperties; CustomInit(); } @@ -139,11 +136,5 @@ public ApplicationProperties() [JsonProperty(PropertyName = "marketplaceIdentifier")] public string MarketplaceIdentifier { get; private set; } - /// - /// Gets or sets the additional properties for application. - /// - [JsonProperty(PropertyName = "additionalProperties")] - public string AdditionalProperties { get; set; } - } } diff --git a/src/SDKs/HDInsight/Management.HDInsight/Management.HDInsight.csproj b/src/SDKs/HDInsight/Management.HDInsight/Management.HDInsight.csproj index 7a7ce01f3aab..55ad2eeec7cb 100644 --- a/src/SDKs/HDInsight/Management.HDInsight/Management.HDInsight.csproj +++ b/src/SDKs/HDInsight/Management.HDInsight/Management.HDInsight.csproj @@ -7,11 +7,11 @@ Microsoft.Azure.Management.HDInsight Azure HDInsight Management SDK Library Microsoft.Azure.Management.HDInsight - 4.0.0-preview + 4.1.0-preview Microsoft Azure HDInsight Management;HDInsight;HDInsight Management diff --git a/src/SDKs/HDInsight/Management.HDInsight/Properties/AssemblyInfo.cs b/src/SDKs/HDInsight/Management.HDInsight/Properties/AssemblyInfo.cs index 515bec1f547b..56459a94d2d1 100644 --- a/src/SDKs/HDInsight/Management.HDInsight/Properties/AssemblyInfo.cs +++ b/src/SDKs/HDInsight/Management.HDInsight/Properties/AssemblyInfo.cs @@ -22,7 +22,7 @@ [assembly: AssemblyTitle("Microsoft Azure HDInsight Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure HDInsight.")] [assembly: AssemblyVersion("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyFileVersion("4.1.0.0")] [assembly: InternalsVisibleTo("Microsoft.Azure.Management.HDInsight.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] diff --git a/src/SDKs/_metadata/hdinsight_resource-manager.txt b/src/SDKs/_metadata/hdinsight_resource-manager.txt index eaeec21767a7..ba0f24e2fe47 100644 --- a/src/SDKs/_metadata/hdinsight_resource-manager.txt +++ b/src/SDKs/_metadata/hdinsight_resource-manager.txt @@ -1,11 +1,8 @@ -2018-10-11 21:56:43 UTC +2018-10-31 19:08:15 UTC 1) azure-rest-api-specs repository information GitHub user: azure Branch: master -Commit: 107e0490b26a7a4c51f031750e7a20103f456e07 - -2) AutoRest information +Commit: 86f0601994508ff7c59576186f0c889669ae8841 Requested version: latest -Bootstrapper version: C:\Users\wawon\AppData\Roaming\npm `-- autorest@2.0.4283 Latest installed version: