diff --git a/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt b/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt index 521a3f39f697..a68d1b7b70be 100644 --- a/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt @@ -4,11 +4,11 @@ Commencing code generation Generating CSharp code Executing AutoRest command cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/hdinsight/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\source\azure-sdk-for-net\sdk -2020-12-14 11:24:51 UTC +2021-01-20 09:30:50 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 7a9a26f1fc8ca57aea81a37eaac7019a958d2424 +Commit: 8afb86737a4e792aa5d90280461e3cca4a2a9f52 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ApplicationsOperations.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ApplicationsOperations.cs index a5039330988e..a27f5d06282a 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ApplicationsOperations.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ApplicationsOperations.cs @@ -843,7 +843,7 @@ internal ApplicationsOperations(HDInsightManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ClustersOperations.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ClustersOperations.cs index 082f0a4e03ce..fc1809da9a78 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ClustersOperations.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ClustersOperations.cs @@ -1495,7 +1495,7 @@ internal ClustersOperations(HDInsightManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ExtensionsOperations.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ExtensionsOperations.cs index 46a79d885e68..d18874182517 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ExtensionsOperations.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ExtensionsOperations.cs @@ -853,7 +853,7 @@ internal ExtensionsOperations(HDInsightManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1225,7 +1225,7 @@ internal ExtensionsOperations(HDInsightManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ApplicationGetEndpoint.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ApplicationGetEndpoint.cs index 3cd9cca914c9..4441df9f937b 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ApplicationGetEndpoint.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ApplicationGetEndpoint.cs @@ -33,11 +33,14 @@ public ApplicationGetEndpoint() /// The destination port to connect /// to. /// The public port to connect to. - public ApplicationGetEndpoint(string location = default(string), int? destinationPort = default(int?), int? publicPort = default(int?)) + /// The private ip address of the + /// endpoint. + public ApplicationGetEndpoint(string location = default(string), int? destinationPort = default(int?), int? publicPort = default(int?), string privateIPAddress = default(string)) { Location = location; DestinationPort = destinationPort; PublicPort = publicPort; + PrivateIPAddress = privateIPAddress; CustomInit(); } @@ -64,5 +67,11 @@ public ApplicationGetEndpoint() [JsonProperty(PropertyName = "publicPort")] public int? PublicPort { get; set; } + /// + /// Gets or sets the private ip address of the endpoint. + /// + [JsonProperty(PropertyName = "privateIPAddress")] + public string PrivateIPAddress { get; set; } + } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/BillingResponseListResult.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/BillingResponseListResult.cs index e90841475b44..52dc1d1556bb 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/BillingResponseListResult.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/BillingResponseListResult.cs @@ -34,15 +34,20 @@ public BillingResponseListResult() /// /// The virtual machine sizes to include or /// exclude. + /// The vm sizes which enable + /// encryption at host. /// The virtual machine filtering mode. /// Effectively this can enabling or disabling the virtual machine /// sizes in a particular set. + /// The vm size properties. /// The billing and managed disk billing /// resources for a region. - public BillingResponseListResult(IList vmSizes = default(IList), IList vmSizeFilters = default(IList), IList billingResources = default(IList)) + public BillingResponseListResult(IList vmSizes = default(IList), IList vmSizesWithEncryptionAtHost = default(IList), IList vmSizeFilters = default(IList), IList vmSizeProperties = default(IList), IList billingResources = default(IList)) { VmSizes = vmSizes; + VmSizesWithEncryptionAtHost = vmSizesWithEncryptionAtHost; VmSizeFilters = vmSizeFilters; + VmSizeProperties = vmSizeProperties; BillingResources = billingResources; CustomInit(); } @@ -58,6 +63,12 @@ public BillingResponseListResult() [JsonProperty(PropertyName = "vmSizes")] public IList VmSizes { get; set; } + /// + /// Gets or sets the vm sizes which enable encryption at host. + /// + [JsonProperty(PropertyName = "vmSizesWithEncryptionAtHost")] + public IList VmSizesWithEncryptionAtHost { get; set; } + /// /// Gets or sets the virtual machine filtering mode. Effectively this /// can enabling or disabling the virtual machine sizes in a particular @@ -66,6 +77,12 @@ public BillingResponseListResult() [JsonProperty(PropertyName = "vmSizeFilters")] public IList VmSizeFilters { get; set; } + /// + /// Gets the vm size properties. + /// + [JsonProperty(PropertyName = "vmSizeProperties")] + public IList VmSizeProperties { get; private set; } + /// /// Gets or sets the billing and managed disk billing resources for a /// region. diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterGetProperties.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterGetProperties.cs index 94bf5c79b611..008887981aef 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterGetProperties.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterGetProperties.cs @@ -34,6 +34,8 @@ public ClusterGetProperties() /// /// The cluster definition. /// The version of the cluster. + /// The hdp version of the + /// cluster. /// The type of operating system. Possible values /// include: 'Windows', 'Linux' /// The cluster tier. Possible values include: @@ -57,14 +59,18 @@ public ClusterGetProperties() /// properties. /// The /// encryption-in-transit properties. + /// The storage profile. /// The minimal supported tls /// version. + /// The excluded services + /// config. /// The network properties. /// The compute isolation /// properties. - public ClusterGetProperties(ClusterDefinition clusterDefinition, string clusterVersion = default(string), OSType? osType = default(OSType?), Tier? tier = default(Tier?), string clusterId = default(string), KafkaRestProperties kafkaRestProperties = default(KafkaRestProperties), SecurityProfile securityProfile = default(SecurityProfile), ComputeProfile computeProfile = default(ComputeProfile), HDInsightClusterProvisioningState? provisioningState = default(HDInsightClusterProvisioningState?), string createdDate = default(string), string clusterState = default(string), QuotaInfo quotaInfo = default(QuotaInfo), IList errors = default(IList), IList connectivityEndpoints = default(IList), DiskEncryptionProperties diskEncryptionProperties = default(DiskEncryptionProperties), EncryptionInTransitProperties encryptionInTransitProperties = default(EncryptionInTransitProperties), string minSupportedTlsVersion = default(string), NetworkProperties networkProperties = default(NetworkProperties), ComputeIsolationProperties computeIsolationProperties = default(ComputeIsolationProperties)) + public ClusterGetProperties(ClusterDefinition clusterDefinition, string clusterVersion = default(string), string clusterHdpVersion = default(string), OSType? osType = default(OSType?), Tier? tier = default(Tier?), string clusterId = default(string), KafkaRestProperties kafkaRestProperties = default(KafkaRestProperties), SecurityProfile securityProfile = default(SecurityProfile), ComputeProfile computeProfile = default(ComputeProfile), HDInsightClusterProvisioningState? provisioningState = default(HDInsightClusterProvisioningState?), string createdDate = default(string), string clusterState = default(string), QuotaInfo quotaInfo = default(QuotaInfo), IList errors = default(IList), IList connectivityEndpoints = default(IList), DiskEncryptionProperties diskEncryptionProperties = default(DiskEncryptionProperties), EncryptionInTransitProperties encryptionInTransitProperties = default(EncryptionInTransitProperties), StorageProfile storageProfile = default(StorageProfile), string minSupportedTlsVersion = default(string), ExcludedServicesConfig excludedServicesConfig = default(ExcludedServicesConfig), NetworkProperties networkProperties = default(NetworkProperties), ComputeIsolationProperties computeIsolationProperties = default(ComputeIsolationProperties)) { ClusterVersion = clusterVersion; + ClusterHdpVersion = clusterHdpVersion; OsType = osType; Tier = tier; ClusterId = clusterId; @@ -80,7 +86,9 @@ public ClusterGetProperties() ConnectivityEndpoints = connectivityEndpoints; DiskEncryptionProperties = diskEncryptionProperties; EncryptionInTransitProperties = encryptionInTransitProperties; + StorageProfile = storageProfile; MinSupportedTlsVersion = minSupportedTlsVersion; + ExcludedServicesConfig = excludedServicesConfig; NetworkProperties = networkProperties; ComputeIsolationProperties = computeIsolationProperties; CustomInit(); @@ -97,6 +105,12 @@ public ClusterGetProperties() [JsonProperty(PropertyName = "clusterVersion")] public string ClusterVersion { get; set; } + /// + /// Gets or sets the hdp version of the cluster. + /// + [JsonProperty(PropertyName = "clusterHdpVersion")] + public string ClusterHdpVersion { get; set; } + /// /// Gets or sets the type of operating system. Possible values include: /// 'Windows', 'Linux' @@ -191,12 +205,24 @@ public ClusterGetProperties() [JsonProperty(PropertyName = "encryptionInTransitProperties")] public EncryptionInTransitProperties EncryptionInTransitProperties { get; set; } + /// + /// Gets or sets the storage profile. + /// + [JsonProperty(PropertyName = "storageProfile")] + public StorageProfile StorageProfile { get; set; } + /// /// Gets or sets the minimal supported tls version. /// [JsonProperty(PropertyName = "minSupportedTlsVersion")] public string MinSupportedTlsVersion { get; set; } + /// + /// Gets or sets the excluded services config. + /// + [JsonProperty(PropertyName = "excludedServicesConfig")] + public ExcludedServicesConfig ExcludedServicesConfig { get; set; } + /// /// Gets or sets the network properties. /// diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterIdentityUserAssignedIdentitiesValue.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterIdentityUserAssignedIdentitiesValue.cs index bf0af507ad8a..120866ef191d 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterIdentityUserAssignedIdentitiesValue.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ClusterIdentityUserAssignedIdentitiesValue.cs @@ -32,10 +32,13 @@ public ClusterIdentityUserAssignedIdentitiesValue() /// identity. /// The client id of user assigned /// identity. - public ClusterIdentityUserAssignedIdentitiesValue(string principalId = default(string), string clientId = default(string)) + /// The tenant id of user assigned + /// identity. + public ClusterIdentityUserAssignedIdentitiesValue(string principalId = default(string), string clientId = default(string), string tenantId = default(string)) { PrincipalId = principalId; ClientId = clientId; + TenantId = tenantId; CustomInit(); } @@ -56,5 +59,11 @@ public ClusterIdentityUserAssignedIdentitiesValue() [JsonProperty(PropertyName = "clientId")] public string ClientId { get; private set; } + /// + /// Gets or sets the tenant id of user assigned identity. + /// + [JsonProperty(PropertyName = "tenantId")] + public string TenantId { get; set; } + } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ConnectivityEndpoint.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ConnectivityEndpoint.cs index ab4f18845cf3..fdd25114716f 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ConnectivityEndpoint.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ConnectivityEndpoint.cs @@ -33,12 +33,15 @@ public ConnectivityEndpoint() /// The protocol of the endpoint. /// The location of the endpoint. /// The port to connect to. - public ConnectivityEndpoint(string name = default(string), string protocol = default(string), string location = default(string), int? port = default(int?)) + /// The private ip address of the + /// endpoint. + public ConnectivityEndpoint(string name = default(string), string protocol = default(string), string location = default(string), int? port = default(int?), string privateIPAddress = default(string)) { Name = name; Protocol = protocol; Location = location; Port = port; + PrivateIPAddress = privateIPAddress; CustomInit(); } @@ -71,5 +74,11 @@ public ConnectivityEndpoint() [JsonProperty(PropertyName = "port")] public int? Port { get; set; } + /// + /// Gets or sets the private ip address of the endpoint. + /// + [JsonProperty(PropertyName = "privateIPAddress")] + public string PrivateIPAddress { get; set; } + } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Dimension.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Dimension.cs new file mode 100644 index 000000000000..77b46d47f177 --- /dev/null +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Dimension.cs @@ -0,0 +1,79 @@ +// +// 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.HDInsight.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The definition of Dimension. + /// + public partial class Dimension + { + /// + /// Initializes a new instance of the Dimension class. + /// + public Dimension() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Dimension class. + /// + /// The name of the dimension. + /// The display name of the + /// dimension. + /// The display name of the + /// dimension. + /// The flag indicates whether the + /// metric will be exported for shoebox or not. + public Dimension(string name = default(string), string displayName = default(string), string internalName = default(string), bool? toBeExportedForShoebox = default(bool?)) + { + Name = name; + DisplayName = displayName; + InternalName = internalName; + ToBeExportedForShoebox = toBeExportedForShoebox; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the dimension. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the display name of the dimension. + /// + [JsonProperty(PropertyName = "displayName")] + public string DisplayName { get; set; } + + /// + /// Gets or sets the display name of the dimension. + /// + [JsonProperty(PropertyName = "internalName")] + public string InternalName { get; set; } + + /// + /// Gets or sets the flag indicates whether the metric will be exported + /// for shoebox or not. + /// + [JsonProperty(PropertyName = "toBeExportedForShoebox")] + public bool? ToBeExportedForShoebox { get; set; } + + } +} diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ExcludedServicesConfig.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ExcludedServicesConfig.cs new file mode 100644 index 000000000000..68679f307525 --- /dev/null +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ExcludedServicesConfig.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.HDInsight.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The configuration that services will be excluded when creating cluster. + /// + public partial class ExcludedServicesConfig + { + /// + /// Initializes a new instance of the ExcludedServicesConfig class. + /// + public ExcludedServicesConfig() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ExcludedServicesConfig class. + /// + /// The config id of excluded + /// services. + /// The list of excluded + /// services. + public ExcludedServicesConfig(string excludedServicesConfigId = default(string), string excludedServicesList = default(string)) + { + ExcludedServicesConfigId = excludedServicesConfigId; + ExcludedServicesList = excludedServicesList; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the config id of excluded services. + /// + [JsonProperty(PropertyName = "excludedServicesConfigId")] + public string ExcludedServicesConfigId { get; set; } + + /// + /// Gets or sets the list of excluded services. + /// + [JsonProperty(PropertyName = "excludedServicesList")] + public string ExcludedServicesList { get; set; } + + } +} diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/FilterMode.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/FilterMode.cs index 5e0236dd7af9..55e7f0a5f3e4 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/FilterMode.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/FilterMode.cs @@ -18,5 +18,7 @@ public static class FilterMode { public const string Exclude = "Exclude"; public const string Include = "Include"; + public const string Recommend = "Recommend"; + public const string Default = "Default"; } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/MetricSpecifications.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/MetricSpecifications.cs new file mode 100644 index 000000000000..91571a85f5ce --- /dev/null +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/MetricSpecifications.cs @@ -0,0 +1,197 @@ +// +// 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.HDInsight.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The details of metric specifications. + /// + public partial class MetricSpecifications + { + /// + /// Initializes a new instance of the MetricSpecifications class. + /// + public MetricSpecifications() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MetricSpecifications class. + /// + /// The name of the metric specification. + /// The display name of the metric + /// specification. + /// The display description of the + /// metric specification. + /// The unit of the metric specification. + /// The aggregation type of the metric + /// specification. + /// The supported aggregation + /// types of the metric specification. + /// The supported time grain + /// types of the metric specification. + /// The flag indicates whether + /// enable regional mdm account or not. + /// The source mdm account. + /// The source mdm namespace. + /// The metric filter + /// pattern. + /// The flag indicates whether filling + /// gap with zero. + /// The category of the metric. + /// The override name of + /// resource id dimension name. + /// The flag indicates whether the metric is + /// internal or not. + /// The override name of + /// delegate metric. + /// The dimensions of the metric + /// specification. + public MetricSpecifications(string name = default(string), string displayName = default(string), string displayDescription = default(string), string unit = default(string), string aggregationType = default(string), IList supportedAggregationTypes = default(IList), IList supportedTimeGrainTypes = default(IList), bool? enableRegionalMdmAccount = default(bool?), string sourceMdmAccount = default(string), string sourceMdmNamespace = default(string), string metricFilterPattern = default(string), bool? fillGapWithZero = default(bool?), string category = default(string), string resourceIdDimensionNameOverride = default(string), bool? isInternal = default(bool?), string delegateMetricNameOverride = default(string), IList dimensions = default(IList)) + { + Name = name; + DisplayName = displayName; + DisplayDescription = displayDescription; + Unit = unit; + AggregationType = aggregationType; + SupportedAggregationTypes = supportedAggregationTypes; + SupportedTimeGrainTypes = supportedTimeGrainTypes; + EnableRegionalMdmAccount = enableRegionalMdmAccount; + SourceMdmAccount = sourceMdmAccount; + SourceMdmNamespace = sourceMdmNamespace; + MetricFilterPattern = metricFilterPattern; + FillGapWithZero = fillGapWithZero; + Category = category; + ResourceIdDimensionNameOverride = resourceIdDimensionNameOverride; + IsInternal = isInternal; + DelegateMetricNameOverride = delegateMetricNameOverride; + Dimensions = dimensions; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the metric specification. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the display name of the metric specification. + /// + [JsonProperty(PropertyName = "displayName")] + public string DisplayName { get; set; } + + /// + /// Gets or sets the display description of the metric specification. + /// + [JsonProperty(PropertyName = "displayDescription")] + public string DisplayDescription { get; set; } + + /// + /// Gets or sets the unit of the metric specification. + /// + [JsonProperty(PropertyName = "unit")] + public string Unit { get; set; } + + /// + /// Gets or sets the aggregation type of the metric specification. + /// + [JsonProperty(PropertyName = "aggregationType")] + public string AggregationType { get; set; } + + /// + /// Gets or sets the supported aggregation types of the metric + /// specification. + /// + [JsonProperty(PropertyName = "supportedAggregationTypes")] + public IList SupportedAggregationTypes { get; set; } + + /// + /// Gets or sets the supported time grain types of the metric + /// specification. + /// + [JsonProperty(PropertyName = "supportedTimeGrainTypes")] + public IList SupportedTimeGrainTypes { get; set; } + + /// + /// Gets or sets the flag indicates whether enable regional mdm account + /// or not. + /// + [JsonProperty(PropertyName = "enableRegionalMdmAccount")] + public bool? EnableRegionalMdmAccount { get; set; } + + /// + /// Gets or sets the source mdm account. + /// + [JsonProperty(PropertyName = "sourceMdmAccount")] + public string SourceMdmAccount { get; set; } + + /// + /// Gets or sets the source mdm namespace. + /// + [JsonProperty(PropertyName = "sourceMdmNamespace")] + public string SourceMdmNamespace { get; set; } + + /// + /// Gets or sets the metric filter pattern. + /// + [JsonProperty(PropertyName = "metricFilterPattern")] + public string MetricFilterPattern { get; set; } + + /// + /// Gets or sets the flag indicates whether filling gap with zero. + /// + [JsonProperty(PropertyName = "fillGapWithZero")] + public bool? FillGapWithZero { get; set; } + + /// + /// Gets or sets the category of the metric. + /// + [JsonProperty(PropertyName = "category")] + public string Category { get; set; } + + /// + /// Gets or sets the override name of resource id dimension name. + /// + [JsonProperty(PropertyName = "resourceIdDimensionNameOverride")] + public string ResourceIdDimensionNameOverride { get; set; } + + /// + /// Gets or sets the flag indicates whether the metric is internal or + /// not. + /// + [JsonProperty(PropertyName = "isInternal")] + public bool? IsInternal { get; set; } + + /// + /// Gets or sets the override name of delegate metric. + /// + [JsonProperty(PropertyName = "delegateMetricNameOverride")] + public string DelegateMetricNameOverride { get; set; } + + /// + /// Gets or sets the dimensions of the metric specification. + /// + [JsonProperty(PropertyName = "dimensions")] + public IList Dimensions { get; set; } + + } +} diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Operation.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Operation.cs index 66354e1b3961..63ec3c8a83ed 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Operation.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Operation.cs @@ -33,10 +33,12 @@ public Operation() /// {provider}/{resource}/{operation} /// The object that represents the /// operation. - public Operation(string name = default(string), OperationDisplay display = default(OperationDisplay)) + /// The operation properties. + public Operation(string name = default(string), OperationDisplay display = default(OperationDisplay), OperationProperties properties = default(OperationProperties)) { Name = name; Display = display; + Properties = properties; CustomInit(); } @@ -57,5 +59,11 @@ public Operation() [JsonProperty(PropertyName = "display")] public OperationDisplay Display { get; set; } + /// + /// Gets or sets the operation properties. + /// + [JsonProperty(PropertyName = "properties")] + public OperationProperties Properties { get; set; } + } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationDisplay.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationDisplay.cs index 112435eea417..35d33f449dd8 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationDisplay.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationDisplay.cs @@ -35,11 +35,14 @@ public OperationDisplay() /// performed: Cluster, Applications, etc. /// The operation type: read, write, delete, /// etc. - public OperationDisplay(string provider = default(string), string resource = default(string), string operation = default(string)) + /// Localized friendly description for the + /// operation + public OperationDisplay(string provider = default(string), string resource = default(string), string operation = default(string), string description = default(string)) { Provider = provider; Resource = resource; Operation = operation; + Description = description; CustomInit(); } @@ -67,5 +70,11 @@ public OperationDisplay() [JsonProperty(PropertyName = "operation")] public string Operation { get; set; } + /// + /// Gets or sets localized friendly description for the operation + /// + [JsonProperty(PropertyName = "description")] + public string Description { get; set; } + } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationProperties.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationProperties.cs new file mode 100644 index 000000000000..27039bff7e6b --- /dev/null +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/OperationProperties.cs @@ -0,0 +1,52 @@ +// +// 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.HDInsight.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The details of operation. + /// + public partial class OperationProperties + { + /// + /// Initializes a new instance of the OperationProperties class. + /// + public OperationProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OperationProperties class. + /// + /// The specification of the + /// service. + public OperationProperties(ServiceSpecification serviceSpecification = default(ServiceSpecification)) + { + ServiceSpecification = serviceSpecification; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the specification of the service. + /// + [JsonProperty(PropertyName = "serviceSpecification")] + public ServiceSpecification ServiceSpecification { get; set; } + + } +} diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Role.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Role.cs index f1cd3ad7d9a0..0152e0613d31 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Role.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/Role.cs @@ -46,7 +46,9 @@ public Role() /// role. /// The list of script actions on the /// role. - public Role(string name = default(string), int? minInstanceCount = default(int?), int? targetInstanceCount = default(int?), Autoscale autoscaleConfiguration = default(Autoscale), HardwareProfile hardwareProfile = default(HardwareProfile), OsProfile osProfile = default(OsProfile), VirtualNetworkProfile virtualNetworkProfile = default(VirtualNetworkProfile), IList dataDisksGroups = default(IList), IList scriptActions = default(IList)) + /// Indicates whether encrypt the data + /// disks. + public Role(string name = default(string), int? minInstanceCount = default(int?), int? targetInstanceCount = default(int?), Autoscale autoscaleConfiguration = default(Autoscale), HardwareProfile hardwareProfile = default(HardwareProfile), OsProfile osProfile = default(OsProfile), VirtualNetworkProfile virtualNetworkProfile = default(VirtualNetworkProfile), IList dataDisksGroups = default(IList), IList scriptActions = default(IList), bool? encryptDataDisks = default(bool?)) { Name = name; MinInstanceCount = minInstanceCount; @@ -57,6 +59,7 @@ public Role() VirtualNetworkProfile = virtualNetworkProfile; DataDisksGroups = dataDisksGroups; ScriptActions = scriptActions; + EncryptDataDisks = encryptDataDisks; CustomInit(); } @@ -119,5 +122,11 @@ public Role() [JsonProperty(PropertyName = "scriptActions")] public IList ScriptActions { get; set; } + /// + /// Gets or sets indicates whether encrypt the data disks. + /// + [JsonProperty(PropertyName = "encryptDataDisks")] + public bool? EncryptDataDisks { get; set; } + } } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ServiceSpecification.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ServiceSpecification.cs new file mode 100644 index 000000000000..e77adad870d9 --- /dev/null +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ServiceSpecification.cs @@ -0,0 +1,54 @@ +// +// 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.HDInsight.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The specification of the service. + /// + public partial class ServiceSpecification + { + /// + /// Initializes a new instance of the ServiceSpecification class. + /// + public ServiceSpecification() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ServiceSpecification class. + /// + /// The metric + /// specifications. + public ServiceSpecification(IList metricSpecifications = default(IList)) + { + MetricSpecifications = metricSpecifications; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the metric specifications. + /// + [JsonProperty(PropertyName = "metricSpecifications")] + public IList MetricSpecifications { get; set; } + + } +} diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeCompatibilityFilterV2.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeCompatibilityFilterV2.cs index 308b9de05cb9..67b813ca4454 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeCompatibilityFilterV2.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeCompatibilityFilterV2.cs @@ -41,7 +41,8 @@ public VmSizeCompatibilityFilterV2() /// /// The filtering mode. Effectively this can /// enabling or disabling the VM sizes in a particular set. Possible - /// values include: 'Exclude', 'Include' + /// values include: 'Exclude', 'Include', 'Recommend', + /// 'Default' /// The list of regions under the effect of the /// filter. /// The list of cluster flavors under the @@ -73,7 +74,7 @@ public VmSizeCompatibilityFilterV2() /// /// Gets or sets the filtering mode. Effectively this can enabling or /// disabling the VM sizes in a particular set. Possible values - /// include: 'Exclude', 'Include' + /// include: 'Exclude', 'Include', 'Recommend', 'Default' /// [JsonProperty(PropertyName = "filterMode")] public string FilterMode { get; set; } diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeProperty.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeProperty.cs new file mode 100644 index 000000000000..aaa7f5e64d7e --- /dev/null +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/VmSizeProperty.cs @@ -0,0 +1,135 @@ +// +// 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.HDInsight.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The vm size property + /// + public partial class VmSizeProperty + { + /// + /// Initializes a new instance of the VmSizeProperty class. + /// + public VmSizeProperty() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the VmSizeProperty class. + /// + /// The vm size name. + /// The number of cores that the vm size + /// has. + /// The data disk storage tier of the + /// vm size. + /// The label of the vm size. + /// The max data disk count of the vm + /// size. + /// The memory whose unit is MB of the vm + /// size. + /// This indicates this vm + /// size is supported by virtual machines or not + /// The indicates this vm size + /// is supported by web worker roles or not + /// The virtual + /// machine resource disk size whose unit is MB of the vm size. + /// The web worker resource + /// disk size whose unit is MB of the vm size. + public VmSizeProperty(string name = default(string), int? cores = default(int?), string dataDiskStorageTier = default(string), string label = default(string), long? maxDataDiskCount = default(long?), long? memoryInMb = default(long?), bool? supportedByVirtualMachines = default(bool?), bool? supportedByWebWorkerRoles = default(bool?), long? virtualMachineResourceDiskSizeInMb = default(long?), long? webWorkerResourceDiskSizeInMb = default(long?)) + { + Name = name; + Cores = cores; + DataDiskStorageTier = dataDiskStorageTier; + Label = label; + MaxDataDiskCount = maxDataDiskCount; + MemoryInMb = memoryInMb; + SupportedByVirtualMachines = supportedByVirtualMachines; + SupportedByWebWorkerRoles = supportedByWebWorkerRoles; + VirtualMachineResourceDiskSizeInMb = virtualMachineResourceDiskSizeInMb; + WebWorkerResourceDiskSizeInMb = webWorkerResourceDiskSizeInMb; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the vm size name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets the number of cores that the vm size has. + /// + [JsonProperty(PropertyName = "cores")] + public int? Cores { get; set; } + + /// + /// Gets or sets the data disk storage tier of the vm size. + /// + [JsonProperty(PropertyName = "dataDiskStorageTier")] + public string DataDiskStorageTier { get; set; } + + /// + /// Gets or sets the label of the vm size. + /// + [JsonProperty(PropertyName = "label")] + public string Label { get; set; } + + /// + /// Gets or sets the max data disk count of the vm size. + /// + [JsonProperty(PropertyName = "maxDataDiskCount")] + public long? MaxDataDiskCount { get; set; } + + /// + /// Gets or sets the memory whose unit is MB of the vm size. + /// + [JsonProperty(PropertyName = "memoryInMb")] + public long? MemoryInMb { get; set; } + + /// + /// Gets or sets this indicates this vm size is supported by virtual + /// machines or not + /// + [JsonProperty(PropertyName = "supportedByVirtualMachines")] + public bool? SupportedByVirtualMachines { get; set; } + + /// + /// Gets or sets the indicates this vm size is supported by web worker + /// roles or not + /// + [JsonProperty(PropertyName = "supportedByWebWorkerRoles")] + public bool? SupportedByWebWorkerRoles { get; set; } + + /// + /// Gets or sets the virtual machine resource disk size whose unit is + /// MB of the vm size. + /// + [JsonProperty(PropertyName = "virtualMachineResourceDiskSizeInMb")] + public long? VirtualMachineResourceDiskSizeInMb { get; set; } + + /// + /// Gets or sets the web worker resource disk size whose unit is MB of + /// the vm size. + /// + [JsonProperty(PropertyName = "webWorkerResourceDiskSizeInMb")] + public long? WebWorkerResourceDiskSizeInMb { get; set; } + + } +} diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ScriptActionsOperations.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ScriptActionsOperations.cs index c534f6dcd50f..ee326b357956 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ScriptActionsOperations.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/ScriptActionsOperations.cs @@ -185,7 +185,7 @@ internal ScriptActionsOperations(HDInsightManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200) + if ((int)_statusCode != 200 && (int)_statusCode != 204) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/SdkInfo_HDInsightManagementClient.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/SdkInfo_HDInsightManagementClient.cs index 04b774d9224c..475e09a17838 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/SdkInfo_HDInsightManagementClient.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/SdkInfo_HDInsightManagementClient.cs @@ -37,7 +37,7 @@ public static IEnumerable> ApiInfo_HDInsightManage public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/hdinsight/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\\source\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "7a9a26f1fc8ca57aea81a37eaac7019a958d2424"; + public static readonly String GithubCommidId = "8afb86737a4e792aa5d90280461e3cca4a2a9f52"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Microsoft.Azure.Management.HDInsight.csproj b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Microsoft.Azure.Management.HDInsight.csproj index c287a54369db..3f5f29269272 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Microsoft.Azure.Management.HDInsight.csproj +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Microsoft.Azure.Management.HDInsight.csproj @@ -7,13 +7,19 @@ Microsoft.Azure.Management.HDInsight Azure HDInsight Management SDK Library Microsoft.Azure.Management.HDInsight - 6.1.0 + 6.2.0 Microsoft Azure HDInsight Management;HDInsight;HDInsight Management diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Properties/AssemblyInfo.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Properties/AssemblyInfo.cs index eeaed25ed8c5..8f6a7d721d24 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Properties/AssemblyInfo.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/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("6.0.0.0")] -[assembly: AssemblyFileVersion("6.1.0.0")] +[assembly: AssemblyFileVersion("6.2.0.0")] [assembly: InternalsVisibleTo("Microsoft.Azure.Management.HDInsight.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/ScenarioTests/ClusterOperationTests.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/ScenarioTests/ClusterOperationTests.cs index 20ee5a68cd84..07a353f1ab3b 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/ScenarioTests/ClusterOperationTests.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/ScenarioTests/ClusterOperationTests.cs @@ -667,6 +667,9 @@ public void TestCreateClusterWithOutboundAndPrivateLink() var networkProperties = new NetworkProperties(ResourceProviderConnection.Outbound, PrivateLink.Enabled); createParams.Properties.NetworkProperties = networkProperties; + string storageAccountResourceId = string.Format("/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.Storage/storageAccounts/{2}", CommonData.SubscriptionId, CommonData.ResourceGroupName, CommonData.StorageAccountName); + createParams.Properties.StorageProfile.Storageaccounts[0].ResourceId = storageAccountResourceId; + string vnetId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet"; string subnetId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default"; @@ -679,6 +682,7 @@ public void TestCreateClusterWithOutboundAndPrivateLink() var result = HDInsightClient.Clusters.Get(CommonData.ResourceGroupName, clusterName); ValidateCluster(clusterName, createParams, result); + Assert.NotNull(result.Properties.ConnectivityEndpoints.First().PrivateIPAddress); } [Fact] diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithOutboundAndPrivateLink.json b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithOutboundAndPrivateLink.json index 730b8eadc7a1..4450d6f1d9c5 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithOutboundAndPrivateLink.json +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/SessionRecords/ClusterOperationTests/TestCreateClusterWithOutboundAndPrivateLink.json @@ -1,56 +1,53 @@ { "Entries": [ { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855?api-version=2018-06-01-preview", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"South Central US\",\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 \"configurations\": {\r\n \"gateway\": {\r\n \"restAuthCredential.isEnabled\": \"true\",\r\n \"restAuthCredential.username\": \"admin5051\",\r\n \"restAuthCredential.password\": \"Password1!833\"\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\": \"Large\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\",\r\n \"password\": \"Password1!115\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\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\": \"sshuser591\",\r\n \"password\": \"Password1!115\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\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\": \"sshuser591\",\r\n \"password\": \"Password1!115\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n }\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage2900.blob.core.windows.net\",\r\n \"isDefault\": true,\r\n \"container\": \"default8303\",\r\n \"key\": \"pxqOBSnfbIVVfD0SQrOx/dT+dEg5+08jfFpAtKYLcK0/CrDy7GxtXekRXc2NRY758EIhK1fI4L6EOLfNNqkxSA==\"\r\n }\r\n ]\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"South Central US\",\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 \"configurations\": {\r\n \"gateway\": {\r\n \"restAuthCredential.isEnabled\": \"true\",\r\n \"restAuthCredential.username\": \"admin9192\",\r\n \"restAuthCredential.password\": \"Password1!5288\"\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\": \"Large\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\",\r\n \"password\": \"Password1!1692\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\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\": \"sshuser5712\",\r\n \"password\": \"Password1!1692\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\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\": \"sshuser5712\",\r\n \"password\": \"Password1!1692\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n }\r\n }\r\n ]\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage3456.blob.core.windows.net\",\r\n \"isDefault\": true,\r\n \"container\": \"default1862\",\r\n \"key\": \"i3tUKpdLa+Ta3uZbKb3HpPvqHRpRQ+Qw1nfe/q/NS0vwaSH8pVrAe+p9J5OdG0xk+W16K/K7Nt9nQQImnAz79A==\",\r\n \"resourceId\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.Storage/storageAccounts/hdicsharpstorage3456\"\r\n }\r\n ]\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "341524db-f895-447c-adde-b62775955934" + "e0596a22-cdb9-4e14-928c-a1b3274165b2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "3164" + "3347" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:56:41 GMT" - ], "Pragma": [ "no-cache" ], "ETag": [ - "\"d20e9b17-0e73-44be-890c-c30b33c2d998\"" + "\"ed5fb288-0bf2-40e6-afe6-1864ffdffb1a\"" ], "x-ms-hdi-clusteruri": [ - "https://management.azure.com/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076?api-version=2018-06-01-preview" + "https://management.azure.com/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855?api-version=2018-06-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview" + "https://management.azure.com:443/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview" ], "x-ms-request-id": [ - "11addb33-f283-44ce-8973-7cf8150f6722" + "50fa680a-68f7-4fc1-8afe-01c1e850c5eb" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "b5db143e-5435-4523-9dc9-c0576bb32897" + "6e7864ca-4df6-47a9-b36b-b4816697ff19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -59,13 +56,16 @@ "1199" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035642Z:b5db143e-5435-4523-9dc9-c0576bb32897" + "JAPANEAST:20210120T104742Z:6e7864ca-4df6-47a9-b36b-b4816697ff19" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:47:42 GMT" + ], "Content-Length": [ - "2919" + "3067" ], "Content-Type": [ "application/json; charset=utf-8" @@ -74,39 +74,36 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076\",\r\n \"name\": \"hdisdk-outboundpl7076\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"South Central US\",\r\n \"etag\": \"d20e9b17-0e73-44be-890c-c30b33c2d998\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"clusterHdpVersion\": \"\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.2010090238.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"clusterId\": \"1d112f136bfd4961aa9a641bc2bb9ada\",\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a1_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"InProgress\",\r\n \"clusterState\": \"Accepted\",\r\n \"createdDate\": \"2020-10-16T03:56:41.41\",\r\n \"quotaInfo\": {\r\n \"coresUsed\": 20\r\n },\r\n \"tier\": \"standard\",\r\n \"encryptionInTransitProperties\": {\r\n \"isEncryptionInTransitEnabled\": false\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage2900.blob.core.windows.net\",\r\n \"resourceId\": null,\r\n \"msiResourceId\": null,\r\n \"key\": null,\r\n \"fileSystem\": null,\r\n \"container\": \"default8303\",\r\n \"saskey\": null,\r\n \"isDefault\": true,\r\n \"fileshare\": null\r\n }\r\n ]\r\n },\r\n \"minSupportedTlsVersion\": \"1.2\",\r\n \"excludedServicesConfig\": {\r\n \"excludedServicesConfigId\": \"default\",\r\n \"excludedServicesList\": \"\"\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n },\r\n \"computeIsolationProperties\": {\r\n \"enableComputeIsolation\": false,\r\n \"hostSku\": null\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855\",\r\n \"name\": \"hdisdk-outboundpl7855\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"South Central US\",\r\n \"etag\": \"ed5fb288-0bf2-40e6-afe6-1864ffdffb1a\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"clusterHdpVersion\": \"\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.2101130059.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"clusterId\": \"49250cf7138743d3abf3075ff04aed2b\",\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a1_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"InProgress\",\r\n \"clusterState\": \"Accepted\",\r\n \"createdDate\": \"2021-01-20T10:47:41.31\",\r\n \"quotaInfo\": {\r\n \"coresUsed\": 20\r\n },\r\n \"tier\": \"standard\",\r\n \"encryptionInTransitProperties\": {\r\n \"isEncryptionInTransitEnabled\": false\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage3456.blob.core.windows.net\",\r\n \"resourceId\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.Storage/storageAccounts/hdicsharpstorage3456\",\r\n \"msiResourceId\": null,\r\n \"key\": null,\r\n \"fileSystem\": null,\r\n \"container\": \"default1862\",\r\n \"saskey\": null,\r\n \"isDefault\": true,\r\n \"fileshare\": null\r\n }\r\n ]\r\n },\r\n \"minSupportedTlsVersion\": \"1.2\",\r\n \"excludedServicesConfig\": {\r\n \"excludedServicesConfigId\": \"default\",\r\n \"excludedServicesList\": \"\"\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n },\r\n \"computeIsolationProperties\": {\r\n \"enableComputeIsolation\": false,\r\n \"hostSku\": null\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:57:13 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "34ee5966-b3b4-4b9b-99a7-2126e7e26005" + "48517c25-0ee1-4aa0-8e1f-517b963e5f4d" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "7c54c6f3-4d88-4bed-a311-202418b10e7d" + "e32c6af9-9f5c-4c99-ab53-55cbd8d86f67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -115,11 +112,14 @@ "11999" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035713Z:7c54c6f3-4d88-4bed-a311-202418b10e7d" + "JAPANEAST:20210120T104813Z:e32c6af9-9f5c-4c99-ab53-55cbd8d86f67" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:48:12 GMT" + ], "Content-Length": [ "23" ], @@ -134,35 +134,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:57:43 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c1f62e48-615e-41fa-af0d-55d475251b37" + "ac4ad608-4c5d-4111-ade3-fe248f2bacce" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "fd5fb5ad-9830-487b-bd35-3776881ea424" + "1e4b3659-ee56-4894-9404-be008baa0d7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,11 +168,14 @@ "11998" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035743Z:fd5fb5ad-9830-487b-bd35-3776881ea424" + "JAPANEAST:20210120T104843Z:1e4b3659-ee56-4894-9404-be008baa0d7f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:48:43 GMT" + ], "Content-Length": [ "23" ], @@ -190,35 +190,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:58:13 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bd462c1e-66bf-409e-8ee0-f49c62eb2c1f" + "9d5e7ad6-59f2-4ff7-af51-df11fb19a4f7" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "72bf4af5-ca0e-4028-86cd-98f74290bc1f" + "7b4be982-3dce-4342-89d4-d95612a22bf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -227,11 +224,14 @@ "11997" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035814Z:72bf4af5-ca0e-4028-86cd-98f74290bc1f" + "JAPANEAST:20210120T104914Z:7b4be982-3dce-4342-89d4-d95612a22bf4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:49:13 GMT" + ], "Content-Length": [ "23" ], @@ -246,35 +246,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:58:43 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "08859c12-9ba7-43cf-a59e-1b099f20bc36" + "183231bf-1f0a-441c-9c95-61d8516a426f" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "187f3686-c8eb-45a5-8f28-3a994f250e3d" + "4ca8f705-95ec-4a9c-80ed-b0fbc21afd4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -283,11 +280,14 @@ "11996" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035844Z:187f3686-c8eb-45a5-8f28-3a994f250e3d" + "JAPANEAST:20210120T104944Z:4ca8f705-95ec-4a9c-80ed-b0fbc21afd4d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:49:44 GMT" + ], "Content-Length": [ "23" ], @@ -302,35 +302,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:59:14 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0c6b41e8-4529-4b43-b525-c87a4f1bc844" + "11a9699d-b65d-402e-831c-741011910fa6" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "33d232cd-cd48-4346-9575-9b9b0874f3ac" + "ae15ba64-553b-4b93-8db5-2a23f44eaac6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -339,11 +336,14 @@ "11995" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035915Z:33d232cd-cd48-4346-9575-9b9b0874f3ac" + "JAPANEAST:20210120T105015Z:ae15ba64-553b-4b93-8db5-2a23f44eaac6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:50:14 GMT" + ], "Content-Length": [ "23" ], @@ -358,35 +358,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 03:59:44 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a859b2a0-a98c-43f5-b541-5583911246cc" + "67959ec9-4fad-4d57-a5f9-ef1cb3aaab74" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "4d56a17c-0d69-4eca-9870-b73ad15562ee" + "c1dd27ba-3802-4ec9-b2dd-dc3845c8711b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -395,11 +392,14 @@ "11994" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T035945Z:4d56a17c-0d69-4eca-9870-b73ad15562ee" + "JAPANEAST:20210120T105045Z:c1dd27ba-3802-4ec9-b2dd-dc3845c8711b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:50:44 GMT" + ], "Content-Length": [ "23" ], @@ -414,35 +414,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:00:15 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "e8d5b118-b245-40c2-aa38-677c789be5e1" + "b3ed6c94-da2e-47d5-9c02-e677cc616ebb" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "b3dfdc9b-676e-40a9-b730-bf900837f21d" + "e11313d6-0c66-4ed5-8ccd-62d3fac8c4b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -451,11 +448,14 @@ "11993" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040016Z:b3dfdc9b-676e-40a9-b730-bf900837f21d" + "JAPANEAST:20210120T105116Z:e11313d6-0c66-4ed5-8ccd-62d3fac8c4b6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:51:16 GMT" + ], "Content-Length": [ "23" ], @@ -470,35 +470,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:00:46 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "796ddc69-213b-493c-a3bb-645dd3c99086" + "46ff5c4e-49f4-4e8f-b391-c7597412c6ae" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c9fd3773-5ae5-48db-a359-7ec3da091769" + "7a7a43cf-a991-47b3-a2c9-47059809f6ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,11 +504,14 @@ "11992" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040046Z:c9fd3773-5ae5-48db-a359-7ec3da091769" + "JAPANEAST:20210120T105147Z:7a7a43cf-a991-47b3-a2c9-47059809f6ad" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:51:46 GMT" + ], "Content-Length": [ "23" ], @@ -526,35 +526,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:01:16 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fe0f5989-3d40-4905-9507-558170052c75" + "dfe1c395-2a92-48a8-8436-c530df7f86d2" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "eb594b4d-6230-409e-a1e6-9c52ada192dd" + "ac59eefc-b949-41c6-ba68-c7f2c7582068" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -563,11 +560,14 @@ "11991" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040117Z:eb594b4d-6230-409e-a1e6-9c52ada192dd" + "JAPANEAST:20210120T105217Z:ac59eefc-b949-41c6-ba68-c7f2c7582068" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:52:17 GMT" + ], "Content-Length": [ "23" ], @@ -582,35 +582,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:01:47 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "61d3e8e1-ac2d-4d39-a242-95b83a4f0ffa" + "39a1a07e-49d4-4461-a504-7c13f98cca33" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "38156885-c49b-4954-9403-a538c07cfbf5" + "6a7c1143-d62a-4bc7-9a8f-f84cabcdef01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -619,11 +616,14 @@ "11990" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040147Z:38156885-c49b-4954-9403-a538c07cfbf5" + "JAPANEAST:20210120T105248Z:6a7c1143-d62a-4bc7-9a8f-f84cabcdef01" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:52:47 GMT" + ], "Content-Length": [ "23" ], @@ -638,35 +638,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:02:17 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8ec5def9-76e6-4607-9826-847f441a53ed" + "6051059f-a85c-402d-aea2-ce22aee841ed" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "367b1e68-66bf-4798-af7f-1cafb3252f35" + "c1628086-b005-4df6-927c-e25171cbd782" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -675,11 +672,14 @@ "11989" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040218Z:367b1e68-66bf-4798-af7f-1cafb3252f35" + "JAPANEAST:20210120T105318Z:c1628086-b005-4df6-927c-e25171cbd782" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:53:18 GMT" + ], "Content-Length": [ "23" ], @@ -694,35 +694,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:02:48 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "16e42bcb-91c8-480f-b671-b62c82124517" + "79604618-4cc5-4692-bd84-7d0c78e009a3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "1127628b-8b9d-4c98-aee1-98c6b3b81e11" + "ac0d1abe-1115-4b8f-92be-0cffcd7ff159" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -731,11 +728,14 @@ "11988" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040248Z:1127628b-8b9d-4c98-aee1-98c6b3b81e11" + "JAPANEAST:20210120T105349Z:ac0d1abe-1115-4b8f-92be-0cffcd7ff159" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:53:49 GMT" + ], "Content-Length": [ "23" ], @@ -750,35 +750,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:03:18 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0d4cab03-0272-4225-8c18-9ba011963c01" + "8b5c942c-b3a8-40ee-bff7-24df17685b9c" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "438bc6a8-3fdc-4ad7-9723-b361a17a40e0" + "f1b52b12-e2b4-4894-9e3f-c5122643573f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -787,11 +784,14 @@ "11987" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040319Z:438bc6a8-3fdc-4ad7-9723-b361a17a40e0" + "JAPANEAST:20210120T105420Z:f1b52b12-e2b4-4894-9e3f-c5122643573f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:54:19 GMT" + ], "Content-Length": [ "23" ], @@ -806,35 +806,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:03:48 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b7752b3e-e484-4a62-8c7e-21c3d801e7f3" + "b26fbd2c-0abd-432b-a54a-a2d00cc9e79e" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "0622f91e-2c3d-4fe9-a2d4-f17da80488f4" + "9e439f62-f610-4902-b2c7-553a22364404" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,11 +840,14 @@ "11986" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040349Z:0622f91e-2c3d-4fe9-a2d4-f17da80488f4" + "JAPANEAST:20210120T105450Z:9e439f62-f610-4902-b2c7-553a22364404" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:54:50 GMT" + ], "Content-Length": [ "23" ], @@ -862,35 +862,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:04:20 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1260a7c2-f9b2-42aa-9ad8-631b91f6f204" + "79bd59ad-c083-4154-b7c3-52f02d8bfe62" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c605acbe-648d-45b6-892d-e43a85f6d643" + "321b54e7-8ebf-4c12-8533-6646684f1012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -899,11 +896,14 @@ "11985" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040420Z:c605acbe-648d-45b6-892d-e43a85f6d643" + "JAPANEAST:20210120T105521Z:321b54e7-8ebf-4c12-8533-6646684f1012" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:55:20 GMT" + ], "Content-Length": [ "23" ], @@ -918,35 +918,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:04:50 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8b0605ba-bc7f-4e56-9a72-22054b40f016" + "059786bb-a2d5-4c26-9c75-9f0ef09c27e3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "f69367ad-a276-4fd8-baf5-b2b5d56780fd" + "e519ddd7-dd11-471f-8257-a7852fdf5638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -955,11 +952,14 @@ "11984" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040450Z:f69367ad-a276-4fd8-baf5-b2b5d56780fd" + "JAPANEAST:20210120T105551Z:e519ddd7-dd11-471f-8257-a7852fdf5638" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:55:50 GMT" + ], "Content-Length": [ "23" ], @@ -974,35 +974,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:05:20 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "24ee2fb9-205c-4ddd-867b-c1436e189171" + "1c8bed02-d642-4186-a79a-769357eaf08f" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "1f0c92ba-16d1-48e8-a1f8-600996ad1be3" + "22303a20-38ed-483a-a313-691840af870f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1011,11 +1008,14 @@ "11983" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040521Z:1f0c92ba-16d1-48e8-a1f8-600996ad1be3" + "JAPANEAST:20210120T105621Z:22303a20-38ed-483a-a313-691840af870f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:56:21 GMT" + ], "Content-Length": [ "23" ], @@ -1030,35 +1030,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:05:50 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3e2286ea-7de5-4a7d-b67b-2568071b1e15" + "aa20385e-13a9-4c66-9c94-0de1f64fd125" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "2a4f645a-b605-44dc-9987-f22e0ba80489" + "49b715c7-fdc9-4796-9631-63c16839081b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1067,11 +1064,14 @@ "11982" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040551Z:2a4f645a-b605-44dc-9987-f22e0ba80489" + "JAPANEAST:20210120T105652Z:49b715c7-fdc9-4796-9631-63c16839081b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:56:51 GMT" + ], "Content-Length": [ "23" ], @@ -1086,35 +1086,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:06:22 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fff7b38f-5a31-4f3a-94c4-a031edea1388" + "e971bd12-d82d-4a47-8f9d-2a60ed8534e6" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "f40f5ed9-d6cc-409d-b792-13e717774231" + "86126dab-8ed8-40a4-b4a4-614d43a4fcc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1123,11 +1120,14 @@ "11981" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040622Z:f40f5ed9-d6cc-409d-b792-13e717774231" + "JAPANEAST:20210120T105722Z:86126dab-8ed8-40a4-b4a4-614d43a4fcc4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:57:21 GMT" + ], "Content-Length": [ "23" ], @@ -1142,35 +1142,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:06:52 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8bff6717-f4bb-404d-849b-11ccd83c9d40" + "7855074e-7d94-45ba-95c3-50af892fe16a" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "bf880c36-9bac-49b6-82dd-fc568683c733" + "2fb2749b-0d76-47dc-9563-8390c2401c51" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1179,11 +1176,14 @@ "11980" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040652Z:bf880c36-9bac-49b6-82dd-fc568683c733" + "JAPANEAST:20210120T105753Z:2fb2749b-0d76-47dc-9563-8390c2401c51" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:57:52 GMT" + ], "Content-Length": [ "23" ], @@ -1198,35 +1198,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:07:24 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "33a9321a-a014-4f27-bb78-a61586eeb716" + "4586940e-2647-4b7a-b927-5796cb5eff62" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "7502cf1e-c1b5-4be1-ab97-609989c39a8e" + "9d2aaded-226f-4d13-8e2d-15bf5feb3844" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1235,11 +1232,14 @@ "11979" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040724Z:7502cf1e-c1b5-4be1-ab97-609989c39a8e" + "JAPANEAST:20210120T105823Z:9d2aaded-226f-4d13-8e2d-15bf5feb3844" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:58:23 GMT" + ], "Content-Length": [ "23" ], @@ -1254,35 +1254,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:07:55 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "fbb3e3ce-88c9-446b-8126-0ca243fc1357" + "301ad30d-9a29-4e36-9155-b340d72e6ec2" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "eb39ca86-86e8-4819-a63d-1cbfae5f833c" + "653600a1-245f-4257-9b6d-f6afa68cb520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1291,11 +1288,14 @@ "11978" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040755Z:eb39ca86-86e8-4819-a63d-1cbfae5f833c" + "JAPANEAST:20210120T105854Z:653600a1-245f-4257-9b6d-f6afa68cb520" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:58:54 GMT" + ], "Content-Length": [ "23" ], @@ -1310,35 +1310,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:08:25 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f58abd84-c9c6-47e3-af2d-cc69053a9cf5" + "51a556d3-c3e3-45eb-b936-fe3324906402" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "fd5ae17e-e093-401a-bb80-48a052c3ebaf" + "8e0a9336-25f9-4552-9313-48e2e4dbdacb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1347,11 +1344,14 @@ "11977" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040825Z:fd5ae17e-e093-401a-bb80-48a052c3ebaf" + "JAPANEAST:20210120T105924Z:8e0a9336-25f9-4552-9313-48e2e4dbdacb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:59:24 GMT" + ], "Content-Length": [ "23" ], @@ -1366,35 +1366,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:08:55 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "eb273f34-c713-4b66-ae82-e3a0ed7c58f2" + "c6a9cfd1-0ada-49ac-b8a9-3073cf6a9b3e" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "81b37b40-37b4-4fbd-9539-dcafd56d9954" + "c958c3ba-4f65-4ada-828a-86835b13762f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1403,11 +1400,14 @@ "11976" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040856Z:81b37b40-37b4-4fbd-9539-dcafd56d9954" + "JAPANEAST:20210120T105955Z:c958c3ba-4f65-4ada-828a-86835b13762f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 10:59:54 GMT" + ], "Content-Length": [ "23" ], @@ -1422,35 +1422,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:09:25 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "086451c9-66ab-4d5c-900b-bdd645d2085c" + "1dcb4c9b-dd28-4bab-a12d-9ab2320d5cb8" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "2f350e95-0384-486b-b2e7-709673101147" + "8f7e0318-d38e-4c68-ad02-782079aa12b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1459,11 +1456,14 @@ "11975" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040926Z:2f350e95-0384-486b-b2e7-709673101147" + "JAPANEAST:20210120T110026Z:8f7e0318-d38e-4c68-ad02-782079aa12b4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:00:25 GMT" + ], "Content-Length": [ "23" ], @@ -1478,35 +1478,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:09:57 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ad908de7-f657-47a2-8928-936667243e05" + "45354497-754c-44f1-aaf3-0a847da95ae7" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ffaa0cd7-ad24-49f9-8412-216e5e4f2bce" + "a7235102-c979-4118-b210-77d114c300ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1515,11 +1512,14 @@ "11974" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T040957Z:ffaa0cd7-ad24-49f9-8412-216e5e4f2bce" + "JAPANEAST:20210120T110057Z:a7235102-c979-4118-b210-77d114c300ce" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:00:57 GMT" + ], "Content-Length": [ "23" ], @@ -1534,35 +1534,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:10:27 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ed2a6ce0-ca71-4638-bc5c-fa9a6698e25c" + "c9c76456-3562-424a-b5f7-f115df07e931" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "39225226-345f-486d-839d-c7e9a808f865" + "2a9a4726-065e-414b-84d4-2e96517c1340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1571,11 +1568,14 @@ "11973" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041027Z:39225226-345f-486d-839d-c7e9a808f865" + "JAPANEAST:20210120T110127Z:2a9a4726-065e-414b-84d4-2e96517c1340" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:01:27 GMT" + ], "Content-Length": [ "23" ], @@ -1590,35 +1590,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:10:57 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a16607f0-c387-4f18-82b2-69954a4b0bde" + "f8d8ba28-683f-42ba-8e55-d07e9a38a394" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "6e4c84e8-4e5b-4e56-9b74-659697528513" + "1960b76d-7cd5-42c7-91a8-090f8795a619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1627,11 +1624,14 @@ "11972" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041058Z:6e4c84e8-4e5b-4e56-9b74-659697528513" + "JAPANEAST:20210120T110158Z:1960b76d-7cd5-42c7-91a8-090f8795a619" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:01:57 GMT" + ], "Content-Length": [ "23" ], @@ -1646,35 +1646,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:11:28 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c77139e7-d6ed-4b60-b415-2fdb4eb4ea46" + "9e715dc2-c82f-4f34-811d-c9f96ed345b6" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "8987fbd7-4a3f-4710-aa3e-d62cacb12e5d" + "235bca6b-0868-4202-8796-52e780307a06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1683,11 +1680,14 @@ "11971" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041128Z:8987fbd7-4a3f-4710-aa3e-d62cacb12e5d" + "JAPANEAST:20210120T110228Z:235bca6b-0868-4202-8796-52e780307a06" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:02:27 GMT" + ], "Content-Length": [ "23" ], @@ -1702,35 +1702,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:11:59 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "90473dac-dd3f-4ffd-a44d-c5ffb781b193" + "beb1bcef-24ee-4940-8e16-afc4523b500f" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "a2b4ef6f-e027-4c82-8212-d5882785c9f5" + "cbded859-966c-49d4-b0ad-76e3222eb8d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1739,11 +1736,14 @@ "11970" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041159Z:a2b4ef6f-e027-4c82-8212-d5882785c9f5" + "JAPANEAST:20210120T110259Z:cbded859-966c-49d4-b0ad-76e3222eb8d5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:02:58 GMT" + ], "Content-Length": [ "23" ], @@ -1758,35 +1758,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:12:30 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b3e36d5a-1976-4c0b-9c90-834b58e980b3" + "c12ac275-8cc0-4b19-a212-039c2f217b6d" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "8acbdb29-6f90-499d-8d26-23923ed05f60" + "db690011-321b-4da7-971d-1fbe1cba316e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1795,11 +1792,14 @@ "11969" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041230Z:8acbdb29-6f90-499d-8d26-23923ed05f60" + "JAPANEAST:20210120T110329Z:db690011-321b-4da7-971d-1fbe1cba316e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:03:29 GMT" + ], "Content-Length": [ "23" ], @@ -1814,35 +1814,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:13:00 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "299bf458-7d2f-43c6-94e8-ca3ca611c1de" + "71fd5655-e8a7-4711-9c3e-df2c2ae33c4d" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "f8653045-9e5e-463b-a0c7-8ac8d606096e" + "f9639120-44fe-4a65-b3f4-2d9bdf1c1fc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1851,11 +1848,14 @@ "11968" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041300Z:f8653045-9e5e-463b-a0c7-8ac8d606096e" + "JAPANEAST:20210120T110359Z:f9639120-44fe-4a65-b3f4-2d9bdf1c1fc5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:03:59 GMT" + ], "Content-Length": [ "23" ], @@ -1870,35 +1870,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:13:30 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a4abe88d-79cf-4b6b-9b76-579e13938f62" + "e128e7cf-beed-42d8-b9aa-75acc352435c" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "dc100c4e-62dd-44c0-828d-d9fb4920caa5" + "c9805e60-dcc3-49a2-bee4-5ca09bd2128a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1907,11 +1904,14 @@ "11967" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041331Z:dc100c4e-62dd-44c0-828d-d9fb4920caa5" + "JAPANEAST:20210120T110430Z:c9805e60-dcc3-49a2-bee4-5ca09bd2128a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:04:29 GMT" + ], "Content-Length": [ "23" ], @@ -1926,35 +1926,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:14:01 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "65d4b62e-6f6e-44a2-a71e-0a4f6e9ae5a9" + "c026259d-8d53-4537-8179-ac3d63644afc" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "4e8297b3-c958-41ef-ad2a-8386babd08de" + "7d9b00c9-a63a-46f0-8c51-81d75c190078" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1963,11 +1960,14 @@ "11966" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041401Z:4e8297b3-c958-41ef-ad2a-8386babd08de" + "JAPANEAST:20210120T110500Z:7d9b00c9-a63a-46f0-8c51-81d75c190078" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:05:00 GMT" + ], "Content-Length": [ "23" ], @@ -1982,35 +1982,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:14:31 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "70b25ea3-5cb6-4c31-b30b-08d700cf3d1b" + "50b444b0-b35d-4cd5-85b1-f4750bee34ea" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "eb815d2b-2f91-4314-8aea-49f83b1b498d" + "e427d98a-66ae-4570-aa5e-b4a99ea6f2d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2019,11 +2016,14 @@ "11965" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041432Z:eb815d2b-2f91-4314-8aea-49f83b1b498d" + "JAPANEAST:20210120T110531Z:e427d98a-66ae-4570-aa5e-b4a99ea6f2d9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:05:30 GMT" + ], "Content-Length": [ "23" ], @@ -2038,35 +2038,32 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:15:02 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ae5e7a47-43b2-472b-93f5-db27446d100f" + "e78cef4e-9125-46a4-9b8f-b600913e0495" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "beaec60a-31bc-4bfe-ae7c-12af6b908695" + "1bdec96a-c7c1-40c0-9c05-f0a05dc47b72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2075,11 +2072,14 @@ "11964" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041502Z:beaec60a-31bc-4bfe-ae7c-12af6b908695" + "JAPANEAST:20210120T110602Z:1bdec96a-c7c1-40c0-9c05-f0a05dc47b72" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:06:01 GMT" + ], "Content-Length": [ "23" ], @@ -2094,48 +2094,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:15:33 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c5ebf6eb-76c1-4058-8e9c-367a97c90cd4" + "484f90d2-2900-4e1a-883a-0ce9548dbb13" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "1726f51e-73f5-4b69-a26a-864de6c0d1da" + "7e2fc7a0-d187-482f-8337-e276d8cf234c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11963" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041533Z:1726f51e-73f5-4b69-a26a-864de6c0d1da" + "JAPANEAST:20210120T110632Z:7e2fc7a0-d187-482f-8337-e276d8cf234c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:06:32 GMT" + ], "Content-Length": [ "23" ], @@ -2150,48 +2150,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:16:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "e8fc2f7d-5250-4196-a1f9-bd34b0cf2ecc" + "66b99b0d-7f20-4d11-9e60-24bfe902369c" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "e770dca6-5aff-4265-91db-28a9711ffc0f" + "0b62c418-6158-47bb-a644-fef7e8a666bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11962" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041604Z:e770dca6-5aff-4265-91db-28a9711ffc0f" + "JAPANEAST:20210120T110702Z:0b62c418-6158-47bb-a644-fef7e8a666bd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:07:02 GMT" + ], "Content-Length": [ "23" ], @@ -2206,48 +2206,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:16:34 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2b2cd3f0-a2c9-4779-834a-c809b89001dd" + "943a2ac4-aa25-495b-93d9-f5301709e835" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c9aeced3-5ca3-4620-82e4-c19db7cfa887" + "d97bc7b5-f645-465b-b6f4-4c28dca5ecd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11961" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041634Z:c9aeced3-5ca3-4620-82e4-c19db7cfa887" + "JAPANEAST:20210120T110733Z:d97bc7b5-f645-465b-b6f4-4c28dca5ecd1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:07:33 GMT" + ], "Content-Length": [ "23" ], @@ -2262,48 +2262,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:17:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "d58fab8d-882e-4cfb-812b-e80d6f17d652" + "ef710c69-201b-4000-9f2c-580361a915f1" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "3b436bea-a18c-48e4-8bd0-ba4b87e00643" + "c8c12b09-47b9-403c-97ec-e591348e7909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11960" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041705Z:3b436bea-a18c-48e4-8bd0-ba4b87e00643" + "JAPANEAST:20210120T110803Z:c8c12b09-47b9-403c-97ec-e591348e7909" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:08:03 GMT" + ], "Content-Length": [ "23" ], @@ -2318,48 +2318,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:17:36 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "89512c24-e7bd-404a-a449-46ce6a284438" + "fc9f74af-74f0-4c39-9c0c-10676c245836" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ad08a51e-8edb-4849-b676-b472051b19d6" + "9b94ceb9-787f-48b7-ba2f-6bdbe2104a76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11959" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041736Z:ad08a51e-8edb-4849-b676-b472051b19d6" + "JAPANEAST:20210120T110834Z:9b94ceb9-787f-48b7-ba2f-6bdbe2104a76" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:08:33 GMT" + ], "Content-Length": [ "23" ], @@ -2374,48 +2374,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:18:06 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "81938a89-12bc-4bbe-83d3-8a258cd283d3" + "fe4d9943-c685-493b-8dac-63e0b7e7754c" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "89bec78a-116d-4373-acac-0b760e7e26c0" + "289c9b10-d980-4ec5-8eab-b510a4ea8ad3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11958" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041806Z:89bec78a-116d-4373-acac-0b760e7e26c0" + "JAPANEAST:20210120T110904Z:289c9b10-d980-4ec5-8eab-b510a4ea8ad3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:09:04 GMT" + ], "Content-Length": [ "23" ], @@ -2430,48 +2430,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:18:36 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6355eacf-6851-4c69-a5e8-52c5be070fda" + "18259963-3477-4520-8b31-3047f677ec42" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "39eadc57-bc32-4a74-996d-a5111466665b" + "45d9bb8c-e7ca-4bde-9fe8-d919316e9152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11957" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041837Z:39eadc57-bc32-4a74-996d-a5111466665b" + "JAPANEAST:20210120T110935Z:45d9bb8c-e7ca-4bde-9fe8-d919316e9152" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:09:34 GMT" + ], "Content-Length": [ "23" ], @@ -2486,48 +2486,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:19:07 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8e37e33d-e19c-4c78-adea-9bed8cb86b3c" + "fef87b15-bab6-45f1-b3ba-7a7ed63d747f" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "488c07dd-05a9-41bf-83e8-7631302cfd29" + "286957ce-5957-4c98-9b28-f2611e9ac2f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11956" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041907Z:488c07dd-05a9-41bf-83e8-7631302cfd29" + "JAPANEAST:20210120T111005Z:286957ce-5957-4c98-9b28-f2611e9ac2f1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:10:05 GMT" + ], "Content-Length": [ "23" ], @@ -2542,48 +2542,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:19:38 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f92de705-09ec-4bcf-9ddd-583d35949d81" + "1c28b57c-9f79-43a0-a653-e3bc92dc0b79" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "7a7cee1a-1b00-4398-b3c8-85f4418b9ca1" + "f92ab6bc-bc60-4aa3-98f7-bfdd131d927a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11955" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T041939Z:7a7cee1a-1b00-4398-b3c8-85f4418b9ca1" + "JAPANEAST:20210120T111036Z:f92ab6bc-bc60-4aa3-98f7-bfdd131d927a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:10:35 GMT" + ], "Content-Length": [ "23" ], @@ -2598,48 +2598,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:20:08 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8172785f-cd53-4b22-81c5-506005212935" + "1ba70335-d72c-46d6-9fa8-600b972d756a" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "6dbc1e78-ba5f-43c9-ab8c-1fbe61cce9b7" + "28a05178-e306-4f53-9162-01ecf4a7bae3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11954" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042009Z:6dbc1e78-ba5f-43c9-ab8c-1fbe61cce9b7" + "JAPANEAST:20210120T111107Z:28a05178-e306-4f53-9162-01ecf4a7bae3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:11:07 GMT" + ], "Content-Length": [ "23" ], @@ -2654,48 +2654,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:20:40 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "047f3859-e536-47c9-8ffe-1ebea4658371" + "6d113381-e969-452b-bbea-c3a4a3f3c6b3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "e8fa6baa-0f91-4b40-bc25-f6f951b1addd" + "578d12b5-9153-426d-8bd9-f0cb2d85b24e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11953" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042040Z:e8fa6baa-0f91-4b40-bc25-f6f951b1addd" + "JAPANEAST:20210120T111137Z:578d12b5-9153-426d-8bd9-f0cb2d85b24e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:11:37 GMT" + ], "Content-Length": [ "23" ], @@ -2710,48 +2710,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:21:11 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4421d9d5-12bf-4941-9a45-5970b79aef80" + "ce969c95-751d-481e-bd0b-902c1c7caf66" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "5b6e07c4-6e21-4113-8dde-b12601f45d64" + "8da88250-454d-4348-95b4-265b0b7f5070" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11952" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042111Z:5b6e07c4-6e21-4113-8dde-b12601f45d64" + "JAPANEAST:20210120T111208Z:8da88250-454d-4348-95b4-265b0b7f5070" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:12:08 GMT" + ], "Content-Length": [ "23" ], @@ -2766,48 +2766,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:21:41 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0943e967-9bad-445e-ab6c-81b3b72cfff9" + "6f909670-4651-411d-aa79-384a053d1ecd" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "4f141c6a-7390-41f3-8a56-d6d251d668d7" + "1da25ebd-1986-4f34-a22f-f18287ecd074" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11951" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042142Z:4f141c6a-7390-41f3-8a56-d6d251d668d7" + "JAPANEAST:20210120T111239Z:1da25ebd-1986-4f34-a22f-f18287ecd074" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:12:38 GMT" + ], "Content-Length": [ "23" ], @@ -2822,48 +2822,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:22:11 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6db80705-fd15-47cc-9075-95ef3ed58bdf" + "f52bcb91-aea8-4801-86bc-7856f339d688" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ef918061-a4d2-4439-9e6b-08ec2caab58a" + "eb0d8263-76d8-44d6-97b0-b49c7b91089f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11950" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042212Z:ef918061-a4d2-4439-9e6b-08ec2caab58a" + "JAPANEAST:20210120T111309Z:eb0d8263-76d8-44d6-97b0-b49c7b91089f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:13:09 GMT" + ], "Content-Length": [ "23" ], @@ -2878,48 +2878,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:22:42 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b4fddabb-b970-43c2-85b6-979f1762243f" + "b8ed2e7b-f6ed-4205-835a-cb6a2b3e6291" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "158444bd-57b0-4327-962c-865778617eea" + "00c5c7d1-6cb5-4ffc-a7d9-e53786db1cfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11949" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042243Z:158444bd-57b0-4327-962c-865778617eea" + "JAPANEAST:20210120T111340Z:00c5c7d1-6cb5-4ffc-a7d9-e53786db1cfc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:13:39 GMT" + ], "Content-Length": [ "23" ], @@ -2934,48 +2934,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:23:13 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "724072f2-fcd4-4316-8a4b-63204119d747" + "ba4650b9-b20c-4293-b659-f5c2173a3b9d" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c65d08a3-0b48-4c91-b39d-b63ba31c8090" + "cabc95f8-94ce-486d-a07d-22830e353a24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11948" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042313Z:c65d08a3-0b48-4c91-b39d-b63ba31c8090" + "JAPANEAST:20210120T111410Z:cabc95f8-94ce-486d-a07d-22830e353a24" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:14:10 GMT" + ], "Content-Length": [ "23" ], @@ -2990,48 +2990,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:23:43 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5e3e1097-267b-485f-b81f-790b5ba6c9af" + "3e037754-4f87-4e82-8ed8-1e4b36fc779a" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ba90afbc-dd32-4ae2-bebb-b82e98a82d84" + "09124ae5-e8b5-4115-9dfb-2491cfbf7e52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11947" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042343Z:ba90afbc-dd32-4ae2-bebb-b82e98a82d84" + "JAPANEAST:20210120T111440Z:09124ae5-e8b5-4115-9dfb-2491cfbf7e52" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:14:40 GMT" + ], "Content-Length": [ "23" ], @@ -3046,48 +3046,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:24:13 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "850ac576-5505-4a4b-8ac4-ceb6782f6290" + "f0fb8008-dd03-4490-87a8-76f19f1a20f2" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "b6bcb862-0090-4ad7-8b48-7a1eb6156da9" + "2f62af47-f38b-43a4-936d-89bdb1defffb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11946" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042414Z:b6bcb862-0090-4ad7-8b48-7a1eb6156da9" + "JAPANEAST:20210120T111511Z:2f62af47-f38b-43a4-936d-89bdb1defffb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:15:10 GMT" + ], "Content-Length": [ "23" ], @@ -3102,48 +3102,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:24:44 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "30ed1d17-9114-46f2-9cb0-c2bac7c0dc3d" + "aa394ac0-2325-40e2-9d00-4be412272334" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "5147259e-93ca-4bf1-b653-e7151d0c2a06" + "9003edc6-49e8-49dc-95cc-68385db058ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11945" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042444Z:5147259e-93ca-4bf1-b653-e7151d0c2a06" + "JAPANEAST:20210120T111541Z:9003edc6-49e8-49dc-95cc-68385db058ef" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:15:40 GMT" + ], "Content-Length": [ "23" ], @@ -3158,48 +3158,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:25:15 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8a3bf276-ce2d-4240-b03c-5c7fbb875bc4" + "330a4f6f-2634-4494-80c0-b1d7cb318cc0" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "8be96f0f-8888-4ad6-8234-808f1a659c85" + "56a41b25-2ac5-4c69-b4bb-89dcefc0f20b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11944" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042515Z:8be96f0f-8888-4ad6-8234-808f1a659c85" + "JAPANEAST:20210120T111612Z:56a41b25-2ac5-4c69-b4bb-89dcefc0f20b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:16:12 GMT" + ], "Content-Length": [ "23" ], @@ -3214,48 +3214,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:25:45 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b1895c50-7091-474c-9894-f4547c26583f" + "c724e2bd-0588-40e6-8fbc-2e4ec4bfc9c8" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "de50bce0-c04e-4ac4-9463-fe815a1a6324" + "2d7628a8-bd13-48aa-8018-ff58a8ce4e4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11943" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042545Z:de50bce0-c04e-4ac4-9463-fe815a1a6324" + "JAPANEAST:20210120T111642Z:2d7628a8-bd13-48aa-8018-ff58a8ce4e4e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:16:42 GMT" + ], "Content-Length": [ "23" ], @@ -3270,48 +3270,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:26:15 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "62d9c763-43fd-4444-ae24-f8ec8452faa7" + "4fb18b47-8ef3-442d-aa72-2304ce294ec0" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c093f7c5-e558-4df0-b7e2-bab644def18c" + "43c030fd-06ea-43c1-b6f0-96f5eff367fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11942" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042616Z:c093f7c5-e558-4df0-b7e2-bab644def18c" + "JAPANEAST:20210120T111713Z:43c030fd-06ea-43c1-b6f0-96f5eff367fe" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:17:12 GMT" + ], "Content-Length": [ "23" ], @@ -3326,48 +3326,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:26:45 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "1919593c-610a-4b93-b1ca-d2825b044f59" + "d361fffc-ed29-4af3-a85d-69d3655d0a97" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "910b3032-c604-43e6-9446-ebb9a93eacb1" + "8731b915-1fdb-4974-9297-3f1faf3ab249" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11941" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042646Z:910b3032-c604-43e6-9446-ebb9a93eacb1" + "JAPANEAST:20210120T111743Z:8731b915-1fdb-4974-9297-3f1faf3ab249" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:17:43 GMT" + ], "Content-Length": [ "23" ], @@ -3382,48 +3382,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:27:17 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "56e8745f-6be9-4565-ac30-f442c005033d" + "9c909f32-3968-4633-892c-0318a59324ff" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "609a329d-9075-4f0f-9440-fca11fad36bf" + "abd9f03c-ab71-412a-a3b7-aff4fd2828ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11940" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042717Z:609a329d-9075-4f0f-9440-fca11fad36bf" + "JAPANEAST:20210120T111814Z:abd9f03c-ab71-412a-a3b7-aff4fd2828ae" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:18:14 GMT" + ], "Content-Length": [ "23" ], @@ -3438,48 +3438,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:27:47 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "cba3c87e-5fe7-4692-9bc9-ce6c66737385" + "96790dd9-4dbc-4ecb-aab9-5f7201e789c0" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ca469f87-56ab-4b6a-bec4-21e6adbc44a0" + "131de91a-8644-4d98-ab6a-7102a086dfc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11939" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042747Z:ca469f87-56ab-4b6a-bec4-21e6adbc44a0" + "JAPANEAST:20210120T111845Z:131de91a-8644-4d98-ab6a-7102a086dfc2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:18:44 GMT" + ], "Content-Length": [ "23" ], @@ -3494,48 +3494,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:28:17 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "af96cc24-7f4f-40f0-8a48-b9091bd99c2a" + "a2309ad5-2c1f-49c1-bbcc-cb1099e2a46f" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "99e0087e-14e6-41e0-b789-18a0eff131da" + "74985ad2-fcc2-49e9-9fd9-3cf0f394fa88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11938" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042818Z:99e0087e-14e6-41e0-b789-18a0eff131da" + "JAPANEAST:20210120T111915Z:74985ad2-fcc2-49e9-9fd9-3cf0f394fa88" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:19:15 GMT" + ], "Content-Length": [ "23" ], @@ -3550,48 +3550,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:28:48 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "ef6657e3-2c9e-4578-be88-ac14e03d727f" + "dc9c9ed8-1927-437b-8f13-5a6334fc6310" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "a41114f3-d6d4-489b-a909-358f204e4de2" + "16db0c75-e10c-4ae8-be52-936409ec1b6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11937" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042848Z:a41114f3-d6d4-489b-a909-358f204e4de2" + "JAPANEAST:20210120T111946Z:16db0c75-e10c-4ae8-be52-936409ec1b6a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:19:45 GMT" + ], "Content-Length": [ "23" ], @@ -3606,48 +3606,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:29:18 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "70d1a2ca-76e4-4d71-8785-5e2b1ff80a4c" + "5fb92fcb-5418-4288-97fb-971508b02dad" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "5a825b8a-a848-4ae6-9cde-8f5fb626def1" + "a6c1c811-1dcb-41f2-9628-e7037dbdf0f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11936" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042919Z:5a825b8a-a848-4ae6-9cde-8f5fb626def1" + "JAPANEAST:20210120T112016Z:a6c1c811-1dcb-41f2-9628-e7037dbdf0f4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:20:15 GMT" + ], "Content-Length": [ "23" ], @@ -3662,48 +3662,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:29:49 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0dcbfc42-f706-4919-acc9-a0e9c82f485d" + "4d86f174-f124-4c4c-9f28-c3314377d5ce" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "f352df32-48f3-4a10-9b90-22a07e9f0638" + "67f4d1bf-45b7-48ac-b943-cd317455976a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11935" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T042949Z:f352df32-48f3-4a10-9b90-22a07e9f0638" + "JAPANEAST:20210120T112046Z:67f4d1bf-45b7-48ac-b943-cd317455976a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:20:45 GMT" + ], "Content-Length": [ "23" ], @@ -3718,48 +3718,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:30:19 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "21743bba-71e9-4836-b410-2774c512fc18" + "ac41e50f-26dd-4fa6-b484-650ae003d08e" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "e2d84bd4-f4f9-4342-8dfe-87f83a8d3603" + "d4a7d074-ad9e-4806-9720-e73bd8ad37c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11934" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043020Z:e2d84bd4-f4f9-4342-8dfe-87f83a8d3603" + "JAPANEAST:20210120T112117Z:d4a7d074-ad9e-4806-9720-e73bd8ad37c9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:21:17 GMT" + ], "Content-Length": [ "23" ], @@ -3774,48 +3774,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:30:51 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "b5dc55e1-2c4e-4c5a-8552-0c8ef5073b5d" + "3474392c-0f56-496e-914a-813c43098330" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "61d0a615-02eb-4f5c-8d1a-9fd902735854" + "2cedaed1-6a15-4b57-bdbe-48207cd76b87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11933" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043051Z:61d0a615-02eb-4f5c-8d1a-9fd902735854" + "JAPANEAST:20210120T112148Z:2cedaed1-6a15-4b57-bdbe-48207cd76b87" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:21:47 GMT" + ], "Content-Length": [ "23" ], @@ -3830,48 +3830,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:31:21 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c6ce0c43-0a11-4580-b81c-f7bd237d8aa3" + "20617e29-51dd-41f4-820a-c19d00cf37ac" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "55a07650-782f-4fdc-9a91-d387d5ef41f9" + "c2d18c1e-9097-411a-a080-5a93a6c8ebc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11932" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043121Z:55a07650-782f-4fdc-9a91-d387d5ef41f9" + "JAPANEAST:20210120T112221Z:c2d18c1e-9097-411a-a080-5a93a6c8ebc6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:22:21 GMT" + ], "Content-Length": [ "23" ], @@ -3886,48 +3886,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:31:51 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "986c6649-b28e-486c-84a3-30051627ad52" + "925fa09d-06df-41c7-9547-c90d573db258" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c9283162-134f-4621-b216-c88a675e056f" + "a8dc9171-7197-4e8a-b555-e6ddba2b2926" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11931" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043152Z:c9283162-134f-4621-b216-c88a675e056f" + "JAPANEAST:20210120T112253Z:a8dc9171-7197-4e8a-b555-e6ddba2b2926" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:22:52 GMT" + ], "Content-Length": [ "23" ], @@ -3942,48 +3942,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:32:21 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "3ec9f8d3-794b-48e6-9c4c-2722e68c81dc" + "d29db6c6-1e8e-4645-8043-88a909b52bf4" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c133721b-8618-40cb-9d3e-7a5f74388546" + "c5944685-e705-4b81-b1d9-f37eeb9aaf6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11930" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043222Z:c133721b-8618-40cb-9d3e-7a5f74388546" + "JAPANEAST:20210120T112323Z:c5944685-e705-4b81-b1d9-f37eeb9aaf6a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:23:22 GMT" + ], "Content-Length": [ "23" ], @@ -3998,48 +3998,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:32:53 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "188090be-bcb3-4ff8-822f-de7922902fd6" + "00d129d4-91b8-40f8-ba91-f570643fa963" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "7b525973-fe20-4e1c-bd90-7d2cb3fcea3c" + "6cad5a38-3f8d-4796-b30c-d7b44e83f5d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11929" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043253Z:7b525973-fe20-4e1c-bd90-7d2cb3fcea3c" + "JAPANEAST:20210120T112353Z:6cad5a38-3f8d-4796-b30c-d7b44e83f5d5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:23:53 GMT" + ], "Content-Length": [ "23" ], @@ -4054,48 +4054,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:33:23 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6df1ea97-76e9-4ce9-b299-246af93dc491" + "6e608021-2222-43a2-a7e5-1d39339cb8d3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "806c64eb-b81f-409d-84d9-b0f36eea4023" + "aa79581c-1d36-4814-b724-e1d99b2f7fa1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11928" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043323Z:806c64eb-b81f-409d-84d9-b0f36eea4023" + "JAPANEAST:20210120T112425Z:aa79581c-1d36-4814-b724-e1d99b2f7fa1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:24:24 GMT" + ], "Content-Length": [ "23" ], @@ -4110,48 +4110,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:33:53 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9a9c100c-c153-4ced-8678-72d2e570f230" + "f9701afe-c66b-44ec-8654-d317e23fec10" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "fc1c66ef-6bd4-47ac-bf2a-e4ef8cd78f48" + "6e557258-2203-4234-a96b-9816badfe4ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11927" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043354Z:fc1c66ef-6bd4-47ac-bf2a-e4ef8cd78f48" + "JAPANEAST:20210120T112455Z:6e557258-2203-4234-a96b-9816badfe4ca" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:24:55 GMT" + ], "Content-Length": [ "23" ], @@ -4166,48 +4166,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:34:24 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "488cf800-5162-451e-8518-9bb58321a61c" + "e928db2f-a3db-4450-9837-ecf5c05fb9c3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "52e4bcea-1fdd-48f9-8f93-a0e55bf7ed4f" + "17194c7c-c013-4067-bfc0-4272e7d0052c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11926" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043424Z:52e4bcea-1fdd-48f9-8f93-a0e55bf7ed4f" + "JAPANEAST:20210120T112526Z:17194c7c-c013-4067-bfc0-4272e7d0052c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:25:25 GMT" + ], "Content-Length": [ "23" ], @@ -4222,48 +4222,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:34:54 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a0786c0f-13e0-450f-be5b-721ec09eb6ed" + "5e1eb576-ae9f-4d92-bf38-950252c52b6d" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "647a2eab-f58b-443a-9e6b-6494a755f996" + "9b875666-7d73-41a7-b280-7a6c4a061e97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11925" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043455Z:647a2eab-f58b-443a-9e6b-6494a755f996" + "JAPANEAST:20210120T112556Z:9b875666-7d73-41a7-b280-7a6c4a061e97" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:25:56 GMT" + ], "Content-Length": [ "23" ], @@ -4278,48 +4278,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:35:24 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "80b9f4ac-b340-4cb1-a48f-b1f5a030a793" + "f4140f22-8897-4c62-90e1-dd9f8537c4b2" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "fe05e9b5-de4b-42e8-8a9a-7912495f70be" + "f372fbd0-47f9-4974-8448-f5a65873959c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11924" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043525Z:fe05e9b5-de4b-42e8-8a9a-7912495f70be" + "JAPANEAST:20210120T112627Z:f372fbd0-47f9-4974-8448-f5a65873959c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:26:26 GMT" + ], "Content-Length": [ "23" ], @@ -4334,48 +4334,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:35:56 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "abaa6568-6705-4502-8483-ba0588dd7c7b" + "7086b00b-2312-445a-b3cb-4116ea1ffcfe" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "19933abe-eaf9-4160-a2ac-d908b73a20dc" + "21e61ed8-2a71-4de0-b92a-0a277a14fe06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11923" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043556Z:19933abe-eaf9-4160-a2ac-d908b73a20dc" + "JAPANEAST:20210120T112657Z:21e61ed8-2a71-4de0-b92a-0a277a14fe06" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:26:56 GMT" + ], "Content-Length": [ "23" ], @@ -4390,48 +4390,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:36:27 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "7fa82317-9afe-477f-b016-3781c78aa900" + "8e4b3ed0-de06-4671-8f77-354b8930fb17" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "472ce9b0-ff9b-49c0-b17c-aa0e7fbc8ec5" + "9e88a8e3-1320-4031-b00c-6bf60a1992d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11922" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043627Z:472ce9b0-ff9b-49c0-b17c-aa0e7fbc8ec5" + "JAPANEAST:20210120T112727Z:9e88a8e3-1320-4031-b00c-6bf60a1992d1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:27:27 GMT" + ], "Content-Length": [ "23" ], @@ -4446,48 +4446,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:36:57 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "44f79c51-21ac-4942-88e0-6552ed653072" + "e56c4601-8a99-438d-95ca-c08bb83e5efd" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "e54b09e6-2af7-4d3f-8115-53e3783e9ad9" + "af752e59-1fde-429c-962d-a739e488b333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11921" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043657Z:e54b09e6-2af7-4d3f-8115-53e3783e9ad9" + "JAPANEAST:20210120T112758Z:af752e59-1fde-429c-962d-a739e488b333" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:27:57 GMT" + ], "Content-Length": [ "23" ], @@ -4502,48 +4502,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:37:28 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "5114f436-3163-4497-a0b7-2f349f91848f" + "54713d6a-9ef6-4d94-9be7-8ae6b6190b3d" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "fea1c3a5-fd16-4179-9085-fc30e7028f84" + "ee0f9d5d-a47d-422b-8ed4-83db366009d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11920" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043728Z:fea1c3a5-fd16-4179-9085-fc30e7028f84" + "JAPANEAST:20210120T112828Z:ee0f9d5d-a47d-422b-8ed4-83db366009d2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:28:28 GMT" + ], "Content-Length": [ "23" ], @@ -4558,48 +4558,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:37:58 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "6b188b5d-90a7-4c24-b60e-726433c81f02" + "de96fdce-b598-45f3-8daf-6f6c333f661e" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "98d4de46-3100-4731-92e6-8dadfec2e8db" + "fedb8fa8-c817-4811-9891-e3b982b86204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11919" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043758Z:98d4de46-3100-4731-92e6-8dadfec2e8db" + "JAPANEAST:20210120T112859Z:fedb8fa8-c817-4811-9891-e3b982b86204" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:28:58 GMT" + ], "Content-Length": [ "23" ], @@ -4614,48 +4614,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:38:28 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "97c6a303-0cce-4ba4-93e2-afcd745a9e8b" + "d9c36f5f-fc6f-4e56-84df-bd92b7ca6fca" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "dab835ce-c217-4bf0-884b-38a93fc795eb" + "04fa5f1a-d69f-429e-a62c-5f062e45819d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11918" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043829Z:dab835ce-c217-4bf0-884b-38a93fc795eb" + "JAPANEAST:20210120T112929Z:04fa5f1a-d69f-429e-a62c-5f062e45819d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:29:29 GMT" + ], "Content-Length": [ "23" ], @@ -4670,48 +4670,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:38:59 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "34f8f230-d46b-422f-a9fd-9bad44427161" + "c7b3ed9c-e2b4-4608-926e-e7526f8ca024" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "56e66bf0-3201-4396-acbf-3f605d6dc3cf" + "4a4ea3b8-91ff-4e63-adbe-e40a4e8ad422" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11917" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043859Z:56e66bf0-3201-4396-acbf-3f605d6dc3cf" + "JAPANEAST:20210120T113000Z:4a4ea3b8-91ff-4e63-adbe-e40a4e8ad422" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:29:59 GMT" + ], "Content-Length": [ "23" ], @@ -4726,48 +4726,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:39:30 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "80eeb3e6-3a3e-4abb-8094-7864fd96d57f" + "10befba1-540c-4e46-8dc6-6fdc4542c5c3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "eddb0025-0aab-4f54-9cdd-418095346729" + "b2397e82-695c-4282-a2f7-e90751ec288b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11916" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T043930Z:eddb0025-0aab-4f54-9cdd-418095346729" + "JAPANEAST:20210120T113031Z:b2397e82-695c-4282-a2f7-e90751ec288b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:30:31 GMT" + ], "Content-Length": [ "23" ], @@ -4782,48 +4782,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:40:00 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a26096d6-65fe-4094-a418-a25178542267" + "596d5bc4-eeca-4847-845c-98cc4892d201" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "96c211b0-8712-4bbe-a232-2002dc3ce732" + "0b9e17da-5fd9-4fa9-a332-cfeb5be65683" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11915" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044000Z:96c211b0-8712-4bbe-a232-2002dc3ce732" + "JAPANEAST:20210120T113102Z:0b9e17da-5fd9-4fa9-a332-cfeb5be65683" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:31:01 GMT" + ], "Content-Length": [ "23" ], @@ -4838,48 +4838,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:40:31 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "511ee14c-0121-4d1d-b916-b6ab957894d0" + "5b4f198b-eb57-4f32-af12-71454f9ee593" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ebb36165-04a8-43a4-aaac-b8c04ac8fb49" + "0dc749c6-3cb2-4846-8f5c-a345aa58cc23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11914" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044031Z:ebb36165-04a8-43a4-aaac-b8c04ac8fb49" + "JAPANEAST:20210120T113132Z:0dc749c6-3cb2-4846-8f5c-a345aa58cc23" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:31:32 GMT" + ], "Content-Length": [ "23" ], @@ -4894,48 +4894,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:41:01 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "9ac44d54-44f6-4697-9089-3942b7c2d9fd" + "b3468edb-cb41-4817-af42-9a3eb1a3b187" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "c8e00428-c179-4ee5-b16d-aa62fb243fc3" + "29ade7dc-1a1b-4340-8cdd-579cfd2f94c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11913" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044101Z:c8e00428-c179-4ee5-b16d-aa62fb243fc3" + "JAPANEAST:20210120T113203Z:29ade7dc-1a1b-4340-8cdd-579cfd2f94c6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:32:02 GMT" + ], "Content-Length": [ "23" ], @@ -4950,48 +4950,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:41:31 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "a3caae32-2678-4100-ab5d-ca7a021b4f6b" + "fd2b14c4-7e18-4b25-a382-975dae25f997" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "858adf1a-31ad-425a-99c1-1942c77f7067" + "eda6bf3b-fb8a-46c8-98ab-c91af376662d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11912" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044132Z:858adf1a-31ad-425a-99c1-1942c77f7067" + "JAPANEAST:20210120T113233Z:eda6bf3b-fb8a-46c8-98ab-c91af376662d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:32:33 GMT" + ], "Content-Length": [ "23" ], @@ -5006,48 +5006,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:42:02 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "2d55a555-0a74-4730-bfaa-bdad7f427ebe" + "0ed11a84-57c8-41b9-acb0-7eb19556ef13" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "d5112514-bfe0-4f03-84b1-846326ce1a96" + "2696b8b6-d32b-427e-b099-78f038618575" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11911" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044203Z:d5112514-bfe0-4f03-84b1-846326ce1a96" + "JAPANEAST:20210120T113304Z:2696b8b6-d32b-427e-b099-78f038618575" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:33:03 GMT" + ], "Content-Length": [ "23" ], @@ -5062,48 +5062,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:42:34 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "753f1cfd-3f58-4b98-8888-f98ba1537ba1" + "20bf596a-27ca-482d-91ba-35b576226043" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "e0aa4327-98a3-4e10-90e0-68a130dc3edb" + "2473ab73-acb6-4077-9fd3-2703c8371106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11910" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044234Z:e0aa4327-98a3-4e10-90e0-68a130dc3edb" + "JAPANEAST:20210120T113334Z:2473ab73-acb6-4077-9fd3-2703c8371106" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:33:33 GMT" + ], "Content-Length": [ "23" ], @@ -5118,48 +5118,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:43:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8b270a3a-cf66-4100-841f-c7f932e8dc44" + "05e5bceb-27c1-4da6-ad7c-a71e57f80767" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "4c74dd80-c9ab-4615-b7d0-f860848321f6" + "8b364956-7834-44ff-8ab1-9241a1d0a055" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11909" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044304Z:4c74dd80-c9ab-4615-b7d0-f860848321f6" + "JAPANEAST:20210120T113404Z:8b364956-7834-44ff-8ab1-9241a1d0a055" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:34:04 GMT" + ], "Content-Length": [ "23" ], @@ -5174,48 +5174,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:43:34 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "76a0bf2c-7254-43c2-a7ab-2d5fa460b1bc" + "01176e8c-8f70-44b2-9de9-53ffb885cae1" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "fae9072b-5e57-44fd-8bf5-a9e58884e5f4" + "866a90a2-ca58-4130-b39b-e0724b950501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11908" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044335Z:fae9072b-5e57-44fd-8bf5-a9e58884e5f4" + "JAPANEAST:20210120T113435Z:866a90a2-ca58-4130-b39b-e0724b950501" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:34:34 GMT" + ], "Content-Length": [ "23" ], @@ -5230,48 +5230,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:44:04 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "0408ecc9-985e-45bc-a6b4-e640963c8a5d" + "5aab3650-6da4-418f-b4dd-9c21c696fb1f" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "f8d9a729-01cb-45da-89ea-4d10dcc3c76d" + "bbdebf01-ecb8-4df3-9baa-6c6be33bbe45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11907" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044405Z:f8d9a729-01cb-45da-89ea-4d10dcc3c76d" + "JAPANEAST:20210120T113505Z:bbdebf01-ecb8-4df3-9baa-6c6be33bbe45" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:35:05 GMT" + ], "Content-Length": [ "23" ], @@ -5286,48 +5286,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:44:35 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "125f0c6c-a8c4-4836-9f3b-24261f8c90d4" + "bdc7e180-a93a-4242-aeda-3303619f7906" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "808ec9ea-8e2b-42e3-a132-6164e5c562cb" + "2870db66-123f-40c9-ab1f-c636c5abfe7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11906" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044436Z:808ec9ea-8e2b-42e3-a132-6164e5c562cb" + "JAPANEAST:20210120T113536Z:2870db66-123f-40c9-ab1f-c636c5abfe7f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:35:35 GMT" + ], "Content-Length": [ "23" ], @@ -5342,48 +5342,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:45:06 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "4a9d57fa-1486-4678-acb9-6f327ec8e6cf" + "01c480eb-7d87-4015-8c5c-f2f8f9f64677" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "ae46f780-4ca5-4209-8e96-8c99df643b17" + "e096b712-ffb6-4540-99f4-95f036be7978" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11905" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044507Z:ae46f780-4ca5-4209-8e96-8c99df643b17" + "JAPANEAST:20210120T113606Z:e096b712-ffb6-4540-99f4-95f036be7978" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:36:06 GMT" + ], "Content-Length": [ "23" ], @@ -5398,48 +5398,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:45:36 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8e964f9e-4ada-4008-8d7e-4fbb48714bd6" + "10f4983d-f2d8-47c4-804b-96c266e540ca" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "d0f014ca-584d-4a6d-a03d-3b1f939ccd60" + "a41aa6fe-0e29-45ea-a85b-a4075985c15e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11904" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044537Z:d0f014ca-584d-4a6d-a03d-3b1f939ccd60" + "JAPANEAST:20210120T113637Z:a41aa6fe-0e29-45ea-a85b-a4075985c15e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:36:37 GMT" + ], "Content-Length": [ "23" ], @@ -5454,48 +5454,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:46:07 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "c004d59f-2f6a-4798-942c-8e667fe90ed3" + "87044555-6596-4025-8c48-7b9e64332de3" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "1252415f-07e6-4335-bbad-5a21ef7691a8" + "612a98cd-edf0-45d2-90a3-8e372f4f6128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11903" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044608Z:1252415f-07e6-4335-bbad-5a21ef7691a8" + "JAPANEAST:20210120T113708Z:612a98cd-edf0-45d2-90a3-8e372f4f6128" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:37:08 GMT" + ], "Content-Length": [ "23" ], @@ -5510,48 +5510,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:46:38 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "f2e7164d-b033-49df-86e4-3efed0b8ffd6" + "82e676d5-d809-4029-ac41-ccb3839c9f5e" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "cb86e27f-e542-4d6b-900a-e85be78f1e7e" + "d06507a6-5942-48ff-bcaf-26236d7534c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11902" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044638Z:cb86e27f-e542-4d6b-900a-e85be78f1e7e" + "JAPANEAST:20210120T113738Z:d06507a6-5942-48ff-bcaf-26236d7534c5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:37:38 GMT" + ], "Content-Length": [ "23" ], @@ -5566,48 +5566,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:47:08 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8ecbe126-1f1e-4241-b5c4-45c9c37025ce" + "74091fd6-e421-457e-8b6a-741b37278a72" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "d7f0fa31-1f5a-4bda-b188-529a184c8418" + "d3ece22d-bdc2-43b5-b634-3c13b39001c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11901" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044708Z:d7f0fa31-1f5a-4bda-b188-529a184c8418" + "JAPANEAST:20210120T113809Z:d3ece22d-bdc2-43b5-b634-3c13b39001c9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:38:09 GMT" + ], "Content-Length": [ "23" ], @@ -5622,48 +5622,48 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076/azureasyncoperations/create?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855/azureasyncoperations/create?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:47:38 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "8de59e20-71ba-4c73-9dfc-3e553d996474" + "a0d73226-e831-4525-b181-71644b851dcf" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "6061d52b-fc0f-41ea-b243-b99114573411" + "d9ea7a00-d06f-4448-a97c-01f44a329acc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11900" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044739Z:6061d52b-fc0f-41ea-b243-b99114573411" + "JAPANEAST:20210120T113839Z:d9ea7a00-d06f-4448-a97c-01f44a329acc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:38:39 GMT" + ], "Content-Length": [ "22" ], @@ -5678,50 +5678,50 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 04:47:39 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "02c6f76e-2265-4369-853b-478478f40a46" + "f40e38d5-679f-4eb3-928e-509a9c9b9f81" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "82148de9-9017-44a1-8e19-55461fa9099d" + "1369eee5-5606-4bad-9f0c-8b83236ec795" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11899" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T044740Z:82148de9-9017-44a1-8e19-55461fa9099d" + "JAPANEAST:20210120T113840Z:1369eee5-5606-4bad-9f0c-8b83236ec795" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:38:39 GMT" + ], "Content-Length": [ - "3254" + "3501" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5730,60 +5730,60 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076\",\r\n \"name\": \"hdisdk-outboundpl7076\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"South Central US\",\r\n \"etag\": \"d20e9b17-0e73-44be-890c-c30b33c2d998\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"clusterHdpVersion\": \"\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.2010090238.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"clusterId\": \"1d112f136bfd4961aa9a641bc2bb9ada\",\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a1_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterState\": \"Running\",\r\n \"createdDate\": \"2020-10-16T03:56:41.41\",\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-outboundpl7076-ssh.azurehdinsight.net\",\r\n \"port\": 22\r\n },\r\n {\r\n \"name\": \"HTTPS\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7076.azurehdinsight.net\",\r\n \"port\": 443\r\n },\r\n {\r\n \"name\": \"HTTPS-INTERNAL\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7076-int.azurehdinsight.net\",\r\n \"port\": 443\r\n }\r\n ],\r\n \"tier\": \"standard\",\r\n \"encryptionInTransitProperties\": {\r\n \"isEncryptionInTransitEnabled\": false\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage2900.blob.core.windows.net\",\r\n \"resourceId\": null,\r\n \"msiResourceId\": null,\r\n \"key\": null,\r\n \"fileSystem\": null,\r\n \"container\": \"default8303\",\r\n \"saskey\": null,\r\n \"isDefault\": true,\r\n \"fileshare\": null\r\n }\r\n ]\r\n },\r\n \"minSupportedTlsVersion\": \"1.2\",\r\n \"excludedServicesConfig\": {\r\n \"excludedServicesConfigId\": \"default\",\r\n \"excludedServicesList\": \"\"\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n },\r\n \"computeIsolationProperties\": {\r\n \"enableComputeIsolation\": false,\r\n \"hostSku\": null\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855\",\r\n \"name\": \"hdisdk-outboundpl7855\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"South Central US\",\r\n \"etag\": \"ed5fb288-0bf2-40e6-afe6-1864ffdffb1a\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"clusterHdpVersion\": \"\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.2101130059.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"clusterId\": \"49250cf7138743d3abf3075ff04aed2b\",\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a1_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterState\": \"Running\",\r\n \"createdDate\": \"2021-01-20T10:47:41.31\",\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-outboundpl7855-ssh.azurehdinsight.net\",\r\n \"port\": 22,\r\n \"privateIPAddress\": \"172.22.0.19\"\r\n },\r\n {\r\n \"name\": \"HTTPS\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7855.azurehdinsight.net\",\r\n \"port\": 443,\r\n \"privateIPAddress\": \"172.22.0.18\"\r\n },\r\n {\r\n \"name\": \"HTTPS-INTERNAL\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7855-int.azurehdinsight.net\",\r\n \"port\": 443,\r\n \"privateIPAddress\": \"172.22.0.18\"\r\n }\r\n ],\r\n \"tier\": \"standard\",\r\n \"encryptionInTransitProperties\": {\r\n \"isEncryptionInTransitEnabled\": false\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage3456.blob.core.windows.net\",\r\n \"resourceId\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.Storage/storageAccounts/hdicsharpstorage3456\",\r\n \"msiResourceId\": null,\r\n \"key\": null,\r\n \"fileSystem\": null,\r\n \"container\": \"default1862\",\r\n \"saskey\": null,\r\n \"isDefault\": true,\r\n \"fileshare\": null\r\n }\r\n ]\r\n },\r\n \"minSupportedTlsVersion\": \"1.2\",\r\n \"excludedServicesConfig\": {\r\n \"excludedServicesConfigId\": \"default\",\r\n \"excludedServicesList\": \"\"\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n },\r\n \"computeIsolationProperties\": {\r\n \"enableComputeIsolation\": false,\r\n \"hostSku\": null\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076?api-version=2018-06-01-preview", + "RequestUri": "/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855?api-version=2018-06-01-preview", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39a579de-6863-4c51-b2cc-84648b970480" + "18af1bef-2dbf-4bab-98c5-98422bb45f8d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29518.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/5.5.0.0" + "Microsoft.Azure.Management.HDInsight.HDInsightManagementClient/6.1.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 16 Oct 2020 05:14:45 GMT" - ], "Pragma": [ "no-cache" ], "x-ms-request-id": [ - "bd46e271-dcce-4277-954f-9195bb165b06" + "f1d0fdd6-2921-4404-9ec1-0367069dc973" ], "x-ms-hdi-served-by": [ "southcentralus" ], "x-ms-correlation-request-id": [ - "b9ec566d-d979-40db-b603-a09132925d70" + "cf89bd75-7258-4d8d-939c-43eb8bdb24af" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11898" ], "x-ms-routing-request-id": [ - "JAPANEAST:20201016T051445Z:b9ec566d-d979-40db-b603-a09132925d70" + "JAPANEAST:20210120T113840Z:cf89bd75-7258-4d8d-939c-43eb8bdb24af" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Wed, 20 Jan 2021 11:38:40 GMT" + ], "Content-Length": [ - "3254" + "3501" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5792,33 +5792,33 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/hdicsharprg6375/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7076\",\r\n \"name\": \"hdisdk-outboundpl7076\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"South Central US\",\r\n \"etag\": \"d20e9b17-0e73-44be-890c-c30b33c2d998\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"clusterHdpVersion\": \"\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.2010090238.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"clusterId\": \"1d112f136bfd4961aa9a641bc2bb9ada\",\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a1_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser591\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/29a1e0fb-8cd8-400a-9c60-d10c85cc4286/resourceGroups/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterState\": \"Running\",\r\n \"createdDate\": \"2020-10-16T03:56:41.41\",\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-outboundpl7076-ssh.azurehdinsight.net\",\r\n \"port\": 22\r\n },\r\n {\r\n \"name\": \"HTTPS\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7076.azurehdinsight.net\",\r\n \"port\": 443\r\n },\r\n {\r\n \"name\": \"HTTPS-INTERNAL\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7076-int.azurehdinsight.net\",\r\n \"port\": 443\r\n }\r\n ],\r\n \"tier\": \"standard\",\r\n \"encryptionInTransitProperties\": {\r\n \"isEncryptionInTransitEnabled\": false\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage2900.blob.core.windows.net\",\r\n \"resourceId\": null,\r\n \"msiResourceId\": null,\r\n \"key\": null,\r\n \"fileSystem\": null,\r\n \"container\": \"default8303\",\r\n \"saskey\": null,\r\n \"isDefault\": true,\r\n \"fileshare\": null\r\n }\r\n ]\r\n },\r\n \"minSupportedTlsVersion\": \"1.2\",\r\n \"excludedServicesConfig\": {\r\n \"excludedServicesConfigId\": \"default\",\r\n \"excludedServicesList\": \"\"\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n },\r\n \"computeIsolationProperties\": {\r\n \"enableComputeIsolation\": false,\r\n \"hostSku\": null\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.HDInsight/clusters/hdisdk-outboundpl7855\",\r\n \"name\": \"hdisdk-outboundpl7855\",\r\n \"type\": \"Microsoft.HDInsight/clusters\",\r\n \"location\": \"South Central US\",\r\n \"etag\": \"ed5fb288-0bf2-40e6-afe6-1864ffdffb1a\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"clusterVersion\": \"3.6.1000.67\",\r\n \"clusterHdpVersion\": \"\",\r\n \"osType\": \"Linux\",\r\n \"clusterDefinition\": {\r\n \"blueprint\": \"https://blueprints.azurehdinsight.net/hadoop-3.6.1000.67.2101130059.json\",\r\n \"kind\": \"Hadoop\",\r\n \"componentVersion\": {\r\n \"Hadoop\": \"2.7\"\r\n }\r\n },\r\n \"clusterId\": \"49250cf7138743d3abf3075ff04aed2b\",\r\n \"computeProfile\": {\r\n \"roles\": [\r\n {\r\n \"name\": \"headnode\",\r\n \"targetInstanceCount\": 2,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"workernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a4_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n },\r\n {\r\n \"name\": \"zookeepernode\",\r\n \"targetInstanceCount\": 3,\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"standard_a1_v2\"\r\n },\r\n \"osProfile\": {\r\n \"linuxOperatingSystemProfile\": {\r\n \"username\": \"sshuser5712\"\r\n }\r\n },\r\n \"virtualNetworkProfile\": {\r\n \"id\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet\",\r\n \"subnet\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/rg/providers/Microsoft.Network/virtualNetworks/fakevnet/subnets/default\"\r\n },\r\n \"encryptDataDisks\": false\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"clusterState\": \"Running\",\r\n \"createdDate\": \"2021-01-20T10:47:41.31\",\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-outboundpl7855-ssh.azurehdinsight.net\",\r\n \"port\": 22,\r\n \"privateIPAddress\": \"172.22.0.19\"\r\n },\r\n {\r\n \"name\": \"HTTPS\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7855.azurehdinsight.net\",\r\n \"port\": 443,\r\n \"privateIPAddress\": \"172.22.0.18\"\r\n },\r\n {\r\n \"name\": \"HTTPS-INTERNAL\",\r\n \"protocol\": \"TCP\",\r\n \"location\": \"hdisdk-outboundpl7855-int.azurehdinsight.net\",\r\n \"port\": 443,\r\n \"privateIPAddress\": \"172.22.0.18\"\r\n }\r\n ],\r\n \"tier\": \"standard\",\r\n \"encryptionInTransitProperties\": {\r\n \"isEncryptionInTransitEnabled\": false\r\n },\r\n \"storageProfile\": {\r\n \"storageaccounts\": [\r\n {\r\n \"name\": \"hdicsharpstorage3456.blob.core.windows.net\",\r\n \"resourceId\": \"/subscriptions/25d6289e-df05-45b2-9e70-409b4b024351/resourceGroups/hdicsharprg7403/providers/Microsoft.Storage/storageAccounts/hdicsharpstorage3456\",\r\n \"msiResourceId\": null,\r\n \"key\": null,\r\n \"fileSystem\": null,\r\n \"container\": \"default1862\",\r\n \"saskey\": null,\r\n \"isDefault\": true,\r\n \"fileshare\": null\r\n }\r\n ]\r\n },\r\n \"minSupportedTlsVersion\": \"1.2\",\r\n \"excludedServicesConfig\": {\r\n \"excludedServicesConfigId\": \"default\",\r\n \"excludedServicesList\": \"\"\r\n },\r\n \"networkProperties\": {\r\n \"resourceProviderConnection\": \"Outbound\",\r\n \"privateLink\": \"Enabled\"\r\n },\r\n \"computeIsolationProperties\": {\r\n \"enableComputeIsolation\": false,\r\n \"hostSku\": null\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": { ".ctor": [ - "admin5051", - "Password1!833", - "sshuser591", - "Password1!115", - "1f28dfcb-ad16-4783-8203-6d2928678b35", - "hdicsharprg6375", - "hdicsharpstorage2900", - "hdicsharpmsi1356", - "hdicsharpvault2030", - "hdicsharpadls8107", - "default8303", - "storageaccountkey7948" + "admin9192", + "Password1!5288", + "sshuser5712", + "Password1!1692", + "6657ff35-d16c-47a4-9033-844ed8f8d50f", + "hdicsharprg7403", + "hdicsharpstorage3456", + "hdicsharpmsi1146", + "hdicsharpvault4363", + "hdicsharpadls3081", + "default1862", + "storageaccountkey633" ], "TestInitialize": [ - "29a1e0fb-8cd8-400a-9c60-d10c85cc4286" + "25d6289e-df05-45b2-9e70-409b4b024351" ], "TestCreateClusterWithOutboundAndPrivateLink": [ - "hdisdk-outboundpl7076" + "hdisdk-outboundpl7855" ] }, "Variables": { - "SubscriptionId": "29a1e0fb-8cd8-400a-9c60-d10c85cc4286" + "SubscriptionId": "25d6289e-df05-45b2-9e70-409b4b024351" } }